I’m a stickler for telling people to stop using Google Fonts. Everyone knows that some services of Google have been slow or down at times. It’s not often, but it is an annoyance because the end user can’t do anything. Most web hosts allow you to host your fonts in house, so why not do
[Continue Reading...]css
Basic HTML: The A Tag
The <a> tag is a very common piece of HTML. It allows you to link to other websites or within a website. There are quite a few things you can to with the <a> tag. It is synonymous with the term called hyperlinking. Basic uses of the <a> tag Linking within and to outside sites
[Continue Reading...]Understanding How to Use Transparency in Web Design
Transparency techniques in web design, if done properly can add to the value of a website. Using transparency in web design is a means to open up space without hindering the view of the site. You can pull off this technique with either CSS or with creating a graphic. Either way is fine, but using
[Continue Reading...]Using An Image For The Submit Button
This is a simple tutorial you can use if you would like your submit form to have a submit button other than one you can customize with regular css. I will be using the following image, but you can made your own and adjust the tutorial to what you need it to be to fit
[Continue Reading...]Tutorial: CSS Rounded Corners
In the past, getting rounded corners meant you had to create a rounded rectangle, splice up the image, and then code it with HTML and CSS. A couple years ago, developers came up with a rounded corners attribute in CSS. It is called the border-radius. This CSS trick does not currently work in Internet Explorer.
[Continue Reading...]