|
|
Tips and best practices to develop responsive websites Start with a template Sure, you can start coding from scratch, but there’s a lot of interesting free templates that will make you save a lot of time. Among others, I recommend Mobile boilerplate, The 1140 grid and Skeleton. There’s… |
|
|
Super useful online tools to work with images Minus As a developer or designer, you often need to upload images for sharing them with clients or people you work with. Many websites allow you to do so, but what I really love with Minus is how quick and… |
|
|
Super useful WordPress action hooks and filters Prevent automatic image compression By default, WordPress compress jpg images when you upload them to your blog. This is useful because it saves bandwidth and loading time, but sometimes you may prefer to have full quality images (For example, if… |
|
|
Awesome sites to find useful code snippets CatsWhoCode snippet library Some of you already know it, but a few weeks ago I’ve created a snippet library with a picky selection of usefull snippets focused on web development: PHP, JavaScript, CSS, htaccess… Approximately one new snippet is published… |
|
|
Sending SMS with PHP and TextMagic: An A to Z guide Step 1: Creating a TextMagic account In order to send SMS to mobile phones, you need to use a third-party service. In this tutorial, I’m using a service called TextMagic to send SMS. There are lots of other services to… |
|
|
10+ useful SQL queries to clean up your WordPress database Two things to note: First, any of these queries should be preceded by a backup of your whole database. Secondly, don’t forget to replace the wp_ table prefix by the prefix used on your WordPress install, otherwise the queries won’t… |
|
|
10 awesome HTML5 audio players Media Element MediaElement is an audio an video player which is written in pure HTML5 and CSS. Older browsers are supported by Custom Flash and Silverlight players that mimic the HTML5 MediaElement API. Media Element is skinnable, and offers plugins… |
|
|
Introducing CatsWhoCode code snippet library! A code snippet library on CWC? Over the years, CatsWhoCode has become a place of interest for web developers. Most popular articles on the blog are those who showcase useful code snippets which can be used directly on your projects.… |
|
|
Amazing things to do with PHP and cURL Check if a specific website is available Want to know if a specific website is available? cURL is here to help. This script can be used with a cron job to monitor your websites. Don’t forget to update the script… |
|
|
WordPress Transients API – Practical examples What is the transients API, and why it’s useful Most developers who worked with WordPress in the past probably ever heard of the Options API, which allow you to save, update and delete custom values. The Transients API is pretty… |
|
|
10 super useful PHP snippets you probably haven’t seen Text messaging with PHP using the TextMagic API If for some reason, you need to send text messages to your clients cell phones, you should definitely have a look to TextMagic. They provide an easy API which allow you to… |
|
|
Tutorials and snippets to get started with CoffeeScript What is CoffeeScript? To keep it simple, CoffeeScript is a little language that compiles into JavaScript. If you ever coded in languages such as Python or Ruby, you’ll probably love CoffeeScript a lot. Instead of awkward braces and semicolons, JavaScript… |
|
|
JavaScript frameworks, tools and techniques to create killer applications Ofmlabs Codecs: Pure JavaScript audio decoding Ofmlabs is bringing audio decoding to JavaScript with two great pieces of code. The first, named JSMad, was the first proof that JS audio decoding is possible and is a port of libmad, a… |
|
|
Super useful WordPress hacks and snippets Add Google+ button to your posts automatically Google+ is a new “social” service offered by Internet giant Google. If you want to let your visitor “plus” your post, why not adding a Google+ button to all of your entries automatically?… |
|
|
10 awesome jQuery snippets Preloading images Preloading images is useful: Instead of loading an image when the user request it, we preload them in the background so they are ready to be displayed. Doing so in jQuery is very simple, as shown below: (function($)… |
|
|
10+ .htaccess snippets to optimize your website All of the snippets below have to be pasted into your .htaccess file, which is located on the root of your Apache server. Waring: Always make sure you have a working backup before editing your .htaccess file! Force trailing slash… |
|
|
Awesome tutorials to master responsive web design Create an adaptable website layout with CSS3 media queries With the rise of both very large screens and mobile devices, web developers have to be able to create websites that display correctly and look good whatever the device is. Sure,… |
10,756
Empowering, Informing, Connecting Creative Professionals™
The Workflow Network is a collection of Websites, services, and communities built to Empower, Inform, and Connect Creative Professionals. The websites in the Network cover a broad range of topics, services, and functions for creative professionals of many disciplines.
|
© Copyright 2008–2012 Pariah S. Burke Article contents and photographs © Copyright their respective publishers. Workflow: WordPress runs a highly modified version of the Gadgetine WordPress theme by orange-themes.com. Website thumbnails provided by BitPixels.
Terms of Use | Privacy Policy Workflow: WordPress is a part of the Workflow: Network. Get Empowered, Get Informed, Get Connected™ |
Connect with Workflow: WordPress |
|