Flash support for Android is history

Flash support for Android is history

Adobe have been under heavy preassure from HTML5 lately, now they (finally) lost the war. I say finally because I have never liked the non-proprietary idea of Flash.   The complete internet experience In 2007 Adobe were active marketing Flash for mobile, the only...
Optimizing your page speed for visitors and SEO

Optimizing your page speed for visitors and SEO

Ancient history Nowadays many web developers around the world underestimate the impact page size has on their sites performance. Back in the days before broadband was considered a standard, people was sitting on slow internet connection with their modems. Back then...
WordPress Shortcodes

WordPress Shortcodes

WordPress has a functionality called shortcodes which gives you the ability to insert generated elements into your posts just by typing in a shortcode in the text. All you need to do to make this work is to define a function in your theme’s functions.php file,...
Bad design: Using images for text

Bad design: Using images for text

I have a bad habit of “reading with the mouse pointer” By this I mean selecting the text at the start of it and highlighting the text as I read it. I know many people have a habit of doing something similar to this. I know it looks kinda weird , but enough...
Check if an element exists using jQuery

Check if an element exists using jQuery

Have you ever wanted to check if a element exists using jQuery, but not got the results you were looking for? It’s not as obvious as you might think it is, but when you understand how jQuery treats objects you will never have this problem again. Let’s look...