Categories
CSS3

Visual CSS Flexbox Builder Via the Webflow dot com Service

We love Flexbox and can’t wait for all the browsers to support Grid CSS and Flex. Source: Visual CSS flexbox builder | Webflow

Categories
Web Development

Nice post on excaping WordPress template tag.

Always Escape the html!!! With WordPress, use the wp_kses function and list the allowed tags.

Categories
Web Development

Offline-Friendly Forms | Max Böck – Frontend Web Developer

Forms on the web don’t usually play nice with bad connections. If you try to submit a form while offline, you’ll most likely just lose your input. Here’s how we might fix that. TL;DR: Here’s the CodePen Demo of this post. With the introduction of Service Workers, developers are now able to supply experiences on the web […]

Categories
Web Development

Google PageSpeed Service Discontinued

If you have relied on the Google PageSpeed service you may now find yourself disappointed. If you have failed to stay abreast to their notices you could find your website is not longer available! Depending on how you have used the services this change could actually make your site unavailable unless you make a required DNS […]

Categories
Web Development

Web Development Resources

We are doing a roundup of the best resources on the web for developing applications, content management systems and websites. Here is a excellent list of utility apps for development: www.thetoolbox.cc   Measure how much time your defined DOM elements are in view on screen for your users. screentime.parsnip.io   Are you sick of using […]

Categories
Web Development

jQuery Parallax Plugin Demo

jQuery Parallax Plugin Demo.

Categories
Web Development WordPress

WordPress Theme Development Using _S, Bootstrap, Grunt & Bower

Another great post from the folks over at 4 Digits. This is extremely handy when you are starting to develop a custom WordPress theme. When working with a group to create and develop a custom WordPress themes, plugins or site specific functionality, having your structure nailed down is imperative. This starter theme is based on […]

Categories
Web Development

GitHub For Front-End Development

We found a great tutorial that provides an overview

Categories
Web Development

Looking at parallax.js

parallax.js reacts to the orientation of your smart device, offsetting layers depending on their depth within a scene, if no gyroscope or motion detection hardware is available, parallax.js uses the position of your cursor instead. vFind it at: parallax.js.

Categories
Web Development

Configuration | WP-CLI

Configuration | WP-CLI.