Take a Free Course on Programming Interactive Art With p5.js

What You’ll Be Creating Do you want to learn a new way of creating animations and interactive graphics, in less than an hour?  If so, check out our new course on How to Program Interactive Art With p5.js, in which you’ll learn how to create an interactive, animated web page with p5.js.  The course consists of just… Continue reading Take a Free Course on Programming Interactive Art With p5.js

12 JavaScript Libraries For Cool Scrolling Effects

In this post, we are presenting some of the excellent JavaScript libraries that would help you create cool scrolling effects. Animations and special effects make any website design to appear lively and appealing. This s the reason why many designers add animation to their web designs. So, let us add some life to your web… Continue reading 12 JavaScript Libraries For Cool Scrolling Effects

Weekly Inspiration: 15+ Portfolio Building Tools

There are more ways than ever to get yourself (and your work) seen online. Whether yours is a design, illustration, photography, code, or product portfolio, take a look at some of these tools for getting it out there. Dunked Brainchild of Orman Clark and chums, dunked is a platform offering an account where you can upload… Continue reading Weekly Inspiration: 15+ Portfolio Building Tools

What’s new for designers, February 2016

In this month’s edition of what’s new for designers and developers, we’ve included frameworks, code resources, UX and UI design tools, JavaScript resources, design and dev tools, apps, stock photo sources, and much more. And as always, we’ve also included some awesome new free fonts! Almost everything on the list this month is free, with… Continue reading What’s new for designers, February 2016

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

Deploying from GitHub to a Server

GitHub, and the Git version control system it’s based on, are fantastic tools for managing and collaborating on projects – code-based or otherwise. In this article, we’ll look at options for making Git and GitHub projects fit better into developer workflows, allowing for a smooth and hands-off deployment process. I’ll break these options into the… Continue reading Deploying from GitHub to a Server

jQuery Cookbook – Solutions & Examples for jQuery Developers [eBook]

jQuery simplifies building rich, interactive web frontends. Getting started with this JavaScript library is easy, but it can take years to fully realize its breadth and depth; this cookbook shortens the learning curve considerably. With these recipes, you’ll learn patterns and practices from 19 leading developers who use jQuery for everything from integrating simple components… Continue reading jQuery Cookbook – Solutions & Examples for jQuery Developers [eBook]

JavaScript from Beginner to Expert

The total length of the course is over 12 hours! You will learn theory and you will also gain lots of practice. During the course I will explain you how to write real life applications like for example galleries with thumbnails, image sliders etc. I will do everything so you understand JavaScript. After this course… Continue reading JavaScript from Beginner to Expert

9 Useful Javascript Color libraries

Here are 9 useful Javascript libraries which allow you to perform many different manipulations on colors. Colorify Colorify is a script written in Javascript, that allows you to extract colors from images, and manipulates them. From a simple plain color, based on the dominant color, to a beautiful gradient based on the image edges colors,… Continue reading 9 Useful Javascript Color libraries

First look at Adobe’s Animate CC

Adobe have just launched their ‘new’ application, Animate CC. A major component in the Creative Cloud application suite, Animate CC replaces Flash Professional CC, and is available to download now. As we previously reported, Animate CC is an evolution of Flash Professional. The name change is based on the changing role of the application. Adobe… Continue reading First look at Adobe’s Animate CC

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

An Example of AJAX with Vanilla Javascript

Following on from our introduction to AJAX, here’s an example which uses the XMLHttpRequest API to initialize an AJAX request. AJAX Example Have a look at the following basic structure: <div> <img src=”http://webdesign.tutsplus.com/Einstein.jpg” alt=”Einstein”> <button id=”request”>Learn more about Einstein</button> <div id=”bio”></div> </div> Also, consider the related visualization: Here’s what we want to happen: when we… Continue reading An Example of AJAX with Vanilla Javascript

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

New eBooks Available for Subscribers

Do you want to learn more about data analysis with Python? How about iOS 9 game development, Django, or Swift 2? Our latest batch of eBooks will teach you all you need to know about these topics and more. What You’ll Learn In the past couple of months we’ve made 16 new eBooks available for… Continue reading New eBooks Available for Subscribers

15 Responsive Design Tools for Savvy Designers

Having a responsive website is a necessity for almost any business in 2016. As a designer, you’re always faced with the pressure to deliver quality results as quickly as possible. Today we are reviewing some of the responsive design tools that will provide for a stellar user experience on multiple devices. These are the kind… Continue reading 15 Responsive Design Tools for Savvy Designers

CSS And Javascript Animation Libraries To Create Awesome Effects

Velocity.js Velocity is an animation engine with the same API as jQuery’s animate(). It works with and without jQuery. It’s incredibly fast, and it features color animation, transforms, loops, easings, SVG support, and scrolling. It is the best of jQuery and CSS transitions combined. Vivus Vivus is a lightweight JavaScript class (with no dependencies) that… Continue reading CSS And Javascript Animation Libraries To Create Awesome Effects

Learning jQuery – Fourth Edition [eBook]

Add to your current website development skills with this brilliant guide to JQuery. This step by step course needs little prior JavaScript knowledge so is suitable for beginners and more seasoned developers alike. About This Book An introduction to jQuery that requires minimal programming experience Detailed solutions to specific client-side problems Revised and updated version… Continue reading Learning jQuery – Fourth Edition [eBook]

Understanding JavaScript Comparison Operators: Equality

The primary difference between arithmetic and comparison operators is that comparison operators don’t change values; instead, they compare them, producing a true or false evaluation. As such, they are frequently used in branching decisions, such as if conditions. In comparisons, equality operators compare two operands, checking if they are equal or not. The greatest source… Continue reading Understanding JavaScript Comparison Operators: Equality

Code Clinic JavaScript

Successful programmers know more than a computer language. They also know how to thinkabout solving problems. They use “computational thinking”: breaking a problem down into segments that lend themselves to technical solutions. Code Clinic is a series of ten courses where lynda.com authors solve the same problems using different programming languages. Here, Ray Villalobos works… Continue reading Code Clinic JavaScript

Showcase Of 26 Awesome Sites Using HTML5 and CSS3

Discover the social media footprint of Star Wars: Episode VII – The Force Awakens. Proudly brought to you by Socialbakers. I AM SACHA Follow Sacha de Boer on her trip to Gjoa Haven, a village in the Arctic. There she took photos eight years ago of exceptional people and was intrigued by their stories. Now… Continue reading Showcase Of 26 Awesome Sites Using HTML5 and CSS3

How To Add Azure Mobile Services to a Windows Phone App

Windows Phone apps that use live tiles, authenticate users with single-sign on, and share data between devices and users generally employ cloud services. Most cloud platforms offer general purpose capabilities to store data and execute code, but you have to add a lot of infrastructure code to glue these capabilities together. Azure Mobile Services let you add cloud… Continue reading How To Add Azure Mobile Services to a Windows Phone App

The Recently Released Webdev Resources You Would Need

Want to use Vanilla JS but find native APIs a bit unwieldy? Bliss is for you. Bliss is just a collection of helpers and light syntactic sugar over Vanilla JS. It does not account for browser bugs or lack of support of certain APIs, although it only uses features that are both supported across most… Continue reading The Recently Released Webdev Resources You Would Need

The Languages And Frameworks You Should Learn In 2016

The Languages And Frameworks You Should Learn In 2016 A lot happened in the software development world in 2015. There were new releases of popular programming languages, new versions of important frameworks and new tools. You will find a short list of the new releases that we think are the most important below, together with… Continue reading The Languages And Frameworks You Should Learn In 2016

Quick Tip: Don’t Forget the “noscript” Element

JavaScript is a powerful language which brings websites to life with interactivity, until that dreaded moment when JavaScript is disabled in the browser, out of the blue. In this quick tip we’ll look at providing fallbacks with the <noscript> element. No JavaScript Users might disable JavaScript for a number of reasons. They might be doing so to… Continue reading Quick Tip: Don’t Forget the “noscript” Element