Blog

Specifying keyboard type for web forms on mobile devices

Who gets annoyed when they have to switch their mobile keyboard over to the number pad each time they have to enter a phone number in a web form? With some very simple HTML5 code I am going to show you have you can enhance someones user experience with your web forms so the right keyboard for the job shows up automatically. Continue reading »

wp_dp

Drupal vs WordPress Terminology Guide

Chances are if you have been using WordPress or Drupal for a while you have become familiar with the terminology and when to use what where. However if you have to switch from one to the other it can become somewhat confusing. You can still achieve generally the same outcomes but all the terminology has changed. Also a handy beginners guide to terminology and features. Continue reading »

Do people still print web pages?

I was reading a great tutorial last week about a variety of techniques that you can use for styling your website when printed. One of the best features was getting it to display the full URL next to any link within the page. However, this tutorial got me thinking… does anyone still print out a web page? Lets take a poll to find out what our readers do. Continue reading »

browser_standards_cartoon

Cartoon on the current status of browser standards

I have recently been posting articles on Squigloo about the some of the great features available with HTML5 and CSS3. However, a continual theme and area of discussion regarding this is lack of users able to view these features due to the range of different browser being used. Here is a simple cartoon which poses the question, how much simple … Continue reading »

Using CSS3 Special Effects for Menus

CSS3 comes with a range of transition, transformation and animation properties that you can use to enhance your website and introduce animation without using Flash or JavaScript. There are also some nice design enhancements like text-shadows and border-radius. In this tutorial I’ll demonstrate how to use these techniques to enhance a menu. Continue reading »

Speeding up WordPress

One of the great things about WordPress is all of the wonderful plugins available. The downside of adding all these plugins to your site is that your often loading your plugin JavaScript and CSS files in the header when they are not being used. Some may only be used once in your sight and others only in certain sections. In this post I’ve got some tips on cleaning out unnecessary header calls in your WordPress header. Continue reading »