Archive for June, 2011

Wednesday, June 29th, 2011

Round Corners

Both popular and new at least able to be done in all of the latest browser versions we can now have rounded corners on borders without needing to add any extra tags into the HTML to do it. Most modern browsers even support elliptical as well as circular corners. Round Corners

Tuesday, June 28th, 2011

Media Queries

Introducing a new series of CSS articles. This particular series will deal with some of the new features added in CSS3 that have at least some support in existing modern browsers. Media Queries

Monday, June 27th, 2011

DistributeIT

There have been lots of comments about the attack against DistributeIT over the last couple of weeks. As I actually have two domains registered through them and was in the process of moving the associated sites at the time they were attacked I experienced first hand the impact that the attack had with respect to [...]

Sunday, June 26th, 2011

Background Positions

When you decide not to tile the background image on a part or all of your page you may want to position it somewhere other than the top left of the area. There are a few keywords that can be used for positioning as well as percentages (which don’t work quite the way you might [...]

Saturday, June 25th, 2011

The :active Pseudo Class

I have seen a lot of people asking on various forums how to get the :active pseudo class to work for their links. The reason why it doesn’t is either that they have specified their pseudo classes in the wrong order and it is being overridden or they are misunderstanding what active means.

Thursday, June 23rd, 2011

Margin and Padding Controls

Moving on from text the fourth of my CSS reference pages covers the whitespace around your content and how to define how big it should be using padding and margins. Margin and Padding Controls

Wednesday, June 22nd, 2011

Text Controls

The third of my reference pages on CSS covers all the text controls not covered in the prior two pages. Text Controls

Tuesday, June 21st, 2011

Teach Yourself C++ in 24 Hours

Here’s my review of another C++ book that might be just what a beginner is looking for. Teach Yourself C++ in 24 Hours

Monday, June 20th, 2011

Free Online Backup “Cloud” Storage

This guest article by Etsel Skelton discusses why you might want to keep documents in the “cloud” and then introduces you to five storage providers who have an option that will allow you to start out without having to pay for it. Free Online Backup “Cloud” Storage

Thursday, June 16th, 2011

More on “View Source”

One question that constantly recurs is “how can I protect the source of my web page from being viewed?” The answer every time is exactly the same but many people do not seem to like the answer that they get and seem to think that if they ask the question enough times that they might [...]

Tuesday, June 14th, 2011

Paypal Payment Methods

Even some of the support staff at Paypal sometimes overlook one of the three ways that you can make payments through Paypal. Paypal Payment Methods

Monday, June 13th, 2011

“C++ Without Fear”

Most books are either aimed at beginners and cease to be useful once the person is no longer a beginner or are more advanced and so not usable by beginners. This book is one of the rare exceptions. Read more of what I think about the book – “C++ Without Fear”