Don’t Let Content Delay Website Launches

Posted · Category: Tools Whether content is delivered late, structured differently to the design or lost in email threads – content always gets the blame for website project delays. As a designer or developer involved in a website project, you’re probably familiar with having to adjust or even re-do your work when content finally arrives.… Continue reading Don’t Let Content Delay Website Launches

Enterprise UX Industry Report 2017-2018

By Speckyboy Editors on Jun 29 2017UX Driven by the consumerization of the enterprise, well-crafted UX is now a major competitive advantage for B2B products notorious for poor design. While many have reported on the overall role of design, few have investigated the new status quo for the multi-trillion dollar B2B space. Diving deep into… Continue reading Enterprise UX Industry Report 2017-2018

3 Ways to Fund Your Professional Website Development Project

April 28, 2017 by David Jones You’ve launched a business but you still need a website; however, you’re not sure how to create one. You’ve seen DIY platforms like Wix, Weebly, and WordPress, but you also know people who have had a custom website developed. Which route should you take? Though many people are perfectly… Continue reading 3 Ways to Fund Your Professional Website Development Project

4 Ways Designers Can Use Asana to Organize Their Work

Collaboration, organization, and communication are important to making a design process flow smoothly–especially when you’re dealing with multiple stakeholders or cross-functional teams. After all, nothing is worse than having to waste time digging around Google Docs for a product roadmap from last month or not getting enough context for a mockup you’re about to work… Continue reading 4 Ways Designers Can Use Asana to Organize Their Work

10 Totally Free WordPress Backup Solutions

Backing up your precious data is a common best practice these days. But, what about your WordPress powered website? Yes, most web hosting companies do perform regular system backups. But beware – not every host is reliable when it comes to backups. And you certainly don’t want to wait until disaster strikes to find out… Continue reading 10 Totally Free WordPress Backup Solutions

Affinity Designer for Windows released

I’ve actually been using the beta versions of both Affinity Designer and Affinity Photo for a little while now, in my daily work. Given their beta status, I haven’t gone so far as to design whole websites with these apps or anything of the sort, but I used them for small, quick tasks just to… Continue reading Affinity Designer for Windows released

5 Best Collaboration Tools That Will Improve Your Workflow

Posted · Category: Best Collections A team leader’s role is to take a group of people who have diverse yet complementary skills, and variable degrees of experience, and mold them into a cohesive team.  And make them work together toward a common objective. These same skills that can do so much when given proper direction can just… Continue reading 5 Best Collaboration Tools That Will Improve Your Workflow

WP REST API: Creating, Updating, and Deleting Data

In the previous part of the series, we looked at how we can use the WP REST API to retrieve content from the server. We learned to retrieve content for different resources including posts, post meta, tags, categories, etc. This is a powerful feature since this content can be used anywhere inside or outside WordPress.… Continue reading WP REST API: Creating, Updating, and Deleting Data

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

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

WP_Query Arguments: Status, Order, and Pagination

In this part of the series on Mastering WP_Query, you’ll learn about some of the arguments you can use with the WP_Query class, namely those for status, order, and pagination. You can use these arguments to fetch scheduled posts from the database, to query attachments, to amend the way posts are ordered and what they’re… Continue reading WP_Query Arguments: Status, Order, and Pagination

36 Excellent Free Image Galleries: JavaScript, React, PHP, or CSS

* { box-sizing: border-box; } body {margin: 0;}*{box-sizing:border-box;}body{margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;} Here are some of our favourite free image galleries that you can quickly plug into a design. They’ve been built with everything from JavaScript to PHP to jQuery and more… A shout-out to all the developers involved in sharing their work with the community! JavaScript Galleries jQuery… Continue reading 36 Excellent Free Image Galleries: JavaScript, React, PHP, or CSS

Work Smarter, Not Harder: How to Create Compelling Content on a Small Budget

As your competitors are angling for the best possible spot on Google search results, you can’t sit idly by and hope that your current and prospective customers will cut through the thicket in search of your website and social-media channels. At times, you’ll be fighting in the ring with bigger and stronger opponents. A cunning… Continue reading Work Smarter, Not Harder: How to Create Compelling Content on a Small Budget

Hummingbird: What It Means For SEO, and What It Does For Google’s Status

Content takes on new meaning with Google’s new algorithm, which is codenamed Hummingbird. In fact, Hummingbird takes into context not just content but how that content is written. As the latest salvo fired by the internet company to stay atop the web browser game, as was the case with previous iterations of algorithms Penguin and… Continue reading Hummingbird: What It Means For SEO, and What It Does For Google’s Status

Examples of Mobile Design Pattern: Part 2

Introduction In the first article of this mini-series dedicated to Mobile Design Patterns, I gave a brief overview of what they are and the importance of their implementation in any well designed mobile application. Besides, I tried to show, through the study of one of the best known and most downloaded applications available in the… Continue reading Examples of Mobile Design Pattern: Part 2