Date:
Cat:
Tags:
Many developers think version control is only useful for groups. However, i’s just as useful for a developer working alone. It will make you a better coder. Read More
Date:
Cat:
Tags:
How can we use a single SVG file to create a Material Design background image, which adapts to infinite screen resolutions and accent colors. Read More
Date:
Cat:
Tags:
You’ve created your web application, added your manifest.json file, created your icons, and added your site to your Android and iOS test devices. Opening the app on Android works perfectly. The app opens like a native app (no browser chrome), stays that way through page changes, and keeps it’s state when minimized. However, something bad […] Read More
Date:
Cat:
Tags:
Background color loop? Animating background-color isn’t smooth. We can combine linear-gradient and animated background-position for a better effect. Read More
Date:
Cat:
Tags:
How fast does a website load? If it’s longer than 3 seconds, you’ve got a problem. Good news is we can fix it. I’ve assembled a list of speed boosting tips that’ll get your site humming. Read More
Date:
Cat:
Tags:
WordPress recently updated the built-in admin page that allows users to search for plugins hosted on the official plugin repository. One aspect of this update gave all plugins the ability to have icons. Read More
Date:
Cat:
Tags:
At work I have to send several emails out each day. One of these is exactly the same each day with the exception of the date. Wouldn’t it be nice to be able to schedule these? Read More
Date:
Cat:
Tags:
My third attempt at conversion to SVG is a logo with text. It took nearly 4 hours, because it’s got 16 different SVG elements (without counting the linear gradients. Read More
Date:
Cat:
Tags:
When coming up with a logo, I took inspiration from the first letter of my name: A. After many variations, I came up with a symbol which resembles an A, but is distinct. Read More
So for a long while I’ve wanted to be able to dynamically update CSS. This is especially useful in creating a dynamic Wordpress theme framework. Read More