-
Show browser window size when developing websites
A useful script to show the size of your browser window when developing for the web.
-
Was my Adobe account hacked?
The number of Adobe accounts that were hacked in October 2013 has now been revised to 150 million! Find out if you were one of those unlucky “few” using a quick tool by the makers of LastPass.
-
Root Path and Configuration of your Website using php
There’s times when you need to know the root path of a website as well as all of the configuration details of that server. This is actually very simple, we’ll explain how… Read more…
-
Show and hide text in a form field using onclick and onblur
A great way to reduce the need for a field heading/title is to include the informative text within the text field. This is most commonly used in search fields, where there’s often no further available room to include a heading alongside or above. Read more…
-
Should you remove the border on clicked links
Firstly, dotted borders on clicked links are there for a reason – For accessibility and usability. They may not look pretty on your newly designed website but some folk rely on them to get around the web. Therefore only remove if strictly necessary. Read more…
-
Testing websites in IE6, IE7 and IE8 on a Mac
When designing and developing websites it’s important to test in all of the most popular browsers. Those are currently Firefox, IE6, IE7, IE8, Google Chrome and Safari. For some reason PC users don’t seem to update their version of Internet Explorer so as each new version arrives on the scene we then have to develop for those very old browsers. Anyway, here’s how to do it… Read more…
-
10 Tips to Clean, Optimize and Speed up your WordPress Site
If you find your WordPress Site is struggling speed-wise or you’ve been given your marching orders from your web hosts (due to high CPU usage) then read on and hopefully these few tips will help sort out and speed up your WordPress Blog. Read more…
-
DIV align bottom right (or left!)
This was always one of those problems that I had with CSS – getting the content to align to the bottom of it’s containing DIV, be it left or right align. So here’s how to do it. Read more…
-
Centre DIV Horizontally and Vertically using CSS
Here’s a quick guide on how to centre a DIV, both vertically and horizontally, in your web browser window. The main thing to remember is give your container div an absolute position and then the content div within a relative position. Read more…
-
Create an HTML Signature for Apple Mail
Apple Mail is great, such a pleasant email client to use for work and play but there’s one frustrating thing and that’s that there’s no obvious way of creating an html signature. So you’re stuck with just having text. Read more…