Author: Tom
-
Squarespace is great, but…
Disclaimer: I think Squarespace provides an excellent service and I don’t hate them! So there has been a lot of hype recently surrounding the service Squarespace recently. And I read an article in .NET which was an interview with the founder, but when I finished reading I realized that I disagreed with some of the…
-
Replacing the […] in WordPress
Some of you might be wondering what I mean by the […], well I am of course referring to the symbol generated by WordPress upon calling the function the_excerpt(). Now personally I really dislike the symbol which is generated as it often doesn’t fit with my design, and I always prefer to have an ellipse…
-
What’s that, another theme?!
Ah yes, it is true, I have changed the theme on the site yet again! Why? Well because I quickly concluded that the previous theme, named “Elegancia” was rather sub-standard, and so I set about creating a more robust theme for the site. While working on this theme I’ve come up with plenty of idea…
-
Designing for the Web
When you sit down at your computer, or with a sketch-pad and pen, to design a website, you are essentially designing for the web. But what does this actually mean? From a designer’s perspective like mine, it simply means that I take a number of things into consideration (on top of the many fundamentals of…
-
Say hello to Elegancia!
So some time has passed now since I started this blog, and I decided that I had had enough of the excellent theme that I had in place. And as I call myself a web designer I decided that I would design a theme, specifically one based on elegance, and then use it on my…
-
100% Width
Note: I am planning an update for this article to improve the quality. A common question from new web designers is how to make a div 100% of the browser window, many people complain that there is always some sort of border around their div, preventing them from making their element the full width of…
-
Using jQuery’s toggle() function
Note: This article has been marked for a quality review and will soon be updated. jQuery is packed full of useful features that help you to “write less, do more” as their slogan says. One thing I have found over the years, when working with JavaScript, is the need to know what state an object…