Select Page

Working with CSS floats

In the land of CSS, the property ‘float’ is typically used to help wrap text around images.  It can also be used to layout other HTML elements to make webpages work across different resolutions and devices. However, as many web developers have found out,...

Restrict access to web server folders

Ever want to prevent users from accessing specific areas of your site?  You can do so through software; for instance, WordPress has a login mechanism for users.  But let’s say that you want to prevent the general public from accessing a specific area of the site...

Web fonts

Typically, browsers support a very limited number of fonts for use on websites: However, Google offers a large repository of fonts that can be used on any website.  Check this out: http://www.google.com/fonts/ If you want to use a font, simply click ‘quick...

Installing Perforce

I have used three revision control systems during my career: SourceSafe, CVS, and Perforce To help version personal efforts and make for nicer backups, effectiveness, I recently installed Perforce with Western Digital’s Live Book Duo.  It was a significant...