Using Subversion to Check Out WordPress

There are a lot of reasons to enjoy following open-source software, one of which is the ability to learn from the code that others have built.  Other examples include: following along with bug tickets seeing new features merged into the code base learning how to achieve something programmatically viewing the deprecation of an old feature… Continue reading Using Subversion to Check Out WordPress

How to Build a Pebble Application

What You’ll Be Creating The Pebble smartwatch has been around since its very successful Kickstarter campaign in 2012 and is a popular choice amongst smartwatch users. This is due to its excellent battery life, low price, various models to choose from, and compatibility with both iOS and Android. Pebble has had a developer SDK since day one, encouraging developers… Continue reading How to Build a Pebble Application

27 Search Boxes With HTML and CSS – CSS Paradise

CSS experiments with a search form input and button. In this collection are the pens for anything related to search box, search bar, global search area that we can put to a website page. Searching Animation Inspired by Another Set of Eyes by Frank Rodriguez.*needs work in Firefox but looks quite nice in Chrome and… Continue reading 27 Search Boxes With HTML and CSS – CSS Paradise

WP REST API: Internals and Customization

In the previous part of the series, we learned about creating, updating, and deleting content remotely through the WP REST API. It allows us to create platform-independent applications that work seamlessly with a WordPress powered back-end, providing a rich experience to the user. In the current part of the series, we will take a look at… Continue reading WP REST API: Internals and Customization

Material Kit – Free Bootstrap UI Kit for Google Material Design

Advertise here via BSA Material Kit is a Free Bootstrap UI Kit with a fresh, new design inspired by Google’s material design. You asked for it, so we built it. It’s a great pleasure to introduce to you the material concepts in an easy to use and beautiful set of components. Along with the restyling… Continue reading Material Kit – Free Bootstrap UI Kit for Google Material Design

Weekly Inspiration: Full-on Full Screen Home Pages

The full screen splash is one of the most familiar patterns on the web at the moment. Some love it, some loath it, but whatever your feelings let’s take a look at some noteworthy examples and talk about best practices while we’re at it. A Note on Design Convergence The term “design convergence” refers to… Continue reading Weekly Inspiration: Full-on Full Screen Home Pages

9 Best Joomla Extensions & Plugins For Web Developers

In this post, we are presenting 9 best Joomla extensions and plugins for web developers. We hope that this collection proves to be the best and will help you get going in the initial phases of your designing project. Joomla extensions and plugins can make your website feature-rich and improve powerful customizations with simplicity. And… Continue reading 9 Best Joomla Extensions & Plugins For Web Developers

The greatest portfolio that is new, January Edition

  Hello all! And welcome to January’s portfolio roundup. There will be a lot to appreciate about each portfolio listed here, so why not grab a coffee and browse through some of the best sites that are new display design work. You’ll find a few of the most exciting designers working away in studios throughout… Continue reading The greatest portfolio that is new, January Edition

20 Interesting JavaScript and CSS Libraries for February 2016

The world of web development keeps expanding as new frameworks, libraries and plugins are created everyday. To keep you up to date with all the cool toys, we made this collection of our favorite JavaScript and CSS tools you should try in February 2016. Super Simple Slider Super simple slider is jQuery plugin which provides you with a functional and… Continue reading 20 Interesting JavaScript and CSS Libraries for February 2016

9 WordPress Advertising Plugins

Here, we are presenting another useful assortment of 9 WordPress advertising plugins for you. These plugins will allow you to place different advertisement on your WordPress blog in order to earn some extra money. You can place ads either into your posts or your sidebar – the choice is yours. With these WordPress advertising plugins,… Continue reading 9 WordPress Advertising Plugins

CSS Flexbox Toolbox – Learning Guides, Tools & Frameworks

Flexbox is an advanced method of more efficiently using space amongst items of a CSS container. While its theory can seen a bit complicated and difficult to master, thankfully the web is chock-full of great opportunities to learn. We’ve compiled a collection of some of the best resources out there to help you learn more… Continue reading CSS Flexbox Toolbox – Learning Guides, Tools & Frameworks

A Beginner’s Guide to AJAX with jQuery

In the first article of this series, we covered the fundamentals of AJAX. In the second, we looked at a working example using vanilla JavaScript. In this tutorial, we’ll walk through a few of jQuery’s AJAX-related functions and methods. More specifically, we’ll take a closer look at the shorthand load method and the generic ajax… Continue reading A Beginner’s Guide to AJAX with jQuery

50+ fresh resources for designers, February 2016

Hey there! This month’s roundup comes with some amazing freebies for you to download and try out; including line icons, material design assets, gesture icons, mobile app presentation kits, a restaurant menu template, branding stationery mockups, watercolor illustrations, device mockups, stunning web and mobile UI kits, fancy fonts for all purposes, PSD templates, and landing page themes… Continue reading 50+ fresh resources for designers, February 2016

Illustrating the Web: deconstructing the trend

Illustrations are taking over the Web. Designers are creating websites with everything from full-screen illustrations to hand-drawn divots that are used throughout projects. It’s a trend that’s likely to keep growing because illustrations make a design feel custom (even if it’s not). Here’s how to make the most of them in your design. Website illustration… Continue reading Illustrating the Web: deconstructing the trend

How to Make WooCommerce Product Attributes More Prominent

What You’ll Be Creating WooCommerce product attributes are a really useful feature, but by default they’re hidden quite a way down the page, in the Additional Information section. Depending on your theme, they might not be visible until the user clicks on a tab, which means many users may not look at them.  Sometimes it’s… Continue reading How to Make WooCommerce Product Attributes More Prominent

14 Best Resources For Learning CSS3

Are you looking for some detailed and useful CSS3 tutorials and techniques that you use to create better results? If your answer is yes then you are at right place. In this compilation, we are presenting top 14 useful and detailed CSS3 tutorials and techniques for you. All these tutorials and techniques are designed by… Continue reading 14 Best Resources For Learning CSS3

100+ Logo PSD & Vector Mockup Templates

Elegant Logo Mockup Pack This fantastic logo mockup pack includes 6 different styles for your logo, 3 different front view backgrounds, 2 different perspective view backgrounds, and is fully layered for use in Photoshop. Mix Branding Logo Mockups A beautiful assortment of 14 branding logo mockups, handpicked from multiple logo mockup categories. This bundle gives… Continue reading 100+ Logo PSD & Vector Mockup Templates

Data Structures With JavaScript: Tree

What You’ll Be Creating * { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Trees are one of the most commonly used data structures in web development. This statement holds true for both developers and users. Every web developer who has written HTML and loaded it into a web browser has created a tree, which is referred… Continue reading Data Structures With JavaScript: Tree

HTTP: The Protocol Every Web Developer Must Know

In my previous article, we covered some of HTTP’s basics, such as the URL scheme, status codes and request/response headers. With that as our foundation, we will look at the finer aspects of HTTP, like connection handling, authentication and HTTP caching. These topics are fairly extensive, but we’ll cover the most important bits. HTTP Connections… Continue reading HTTP: The Protocol Every Web Developer Must Know

30 Must have jQuery Plugins Dedicated to Website Performance

Website performance is very important factor for its success; jQuery has contributed a lot to improve website performance. jQuery plugins are used to perform a set of methods to increase the usability and performance of existing system. In this case, website performance is of concern. jQuery plugins is the best resources to increase the object… Continue reading 30 Must have jQuery Plugins Dedicated to Website Performance

Simplest Way to Create Cool CSS3 Animation Effects

CSS3 Animation are gaining tons of attention lately. Personally, I have started using it in some of my projects and I absolutely love how simple it is to create a smooth animation effect. One of the major advantages of CSS3 is – they’re hardware accelerated. It’s smoother and faster if compared with javascript generated animation.… Continue reading Simplest Way to Create Cool CSS3 Animation Effects