Website Design, Development and Consulting
In: Daily
16 Jan 2009Yep, it’s official, my new iPhone has arrived and is awesome! So far it’s like having a mini PC in your hand. I really like the built in ipod of which I’ve never had before. Being able to have my photos, videos, podcasts, music and more always with me is a great convenience. I also [...]
In: Daily
14 Jan 2009A list of top 13 sins (in no particular order) that will see your advances spurned by Google by Red Cardinal. 13 Deadly Google Sins
In: Daily
13 Jan 2009Here is a list of the top 50 Domain Registrars by traffic ranking, not quality, service or price. What is a Domain Registrar? GoDaddy.com NetworkSolutions.com Sedo.com netfirms.com Tucows.com dreamhost.com Web.com enom.com DomainsBot.com Register.com The remaining 40 Registrars are listed at Website Magazine’s website. I personally have been using GoDaddy.com, but am looking for a new [...]
In: Uncategorized
12 Jan 2009Tonight in class we learned how to read/write CSS Shorthand and use floats. Here is an overview. CSS Shorthand Check out this CSS Reference at W3Schools.com for a list of all the shorthand. The shorthand notation is given at the top of each section. http://www.w3schools.com/css/css_reference.asp Selecting Elements by Context You can select nested elements in [...]
In: Uncategorized
12 Jan 2009Tonight in class we learned how to add attributes and values to our html tags, how to create links and how to add images to a web page. <!– Attributes & Values –> <p align=”center“>This text will be centered</p> <!– This is a link tag –> <a href=”http://www.google.com” target=”_blank“>Go To Google</a> <!– This will display [...]
In: Daily
5 Jan 2009One of my New Year’s resolutions is to more faithfully keep a blog. I currently work as a web site designer and developer. I also teach website design and development at Bridgerland Applied Technology College. Between these two activities I come across a lot of valuable websites, services and information. I’ve also been telling [...]
In: Uncategorized
5 Jan 2009Here is what we covered our first night: How to write CSS rules. Where to place CSS. Inline, Internal & External. CSS Zen Garden Assignment: Read CSS Basics at W3Schools.com External Stylesheet: <link href=”external.css” rel=”stylesheet” type=”text/css” /> Inline CSS: <p style=”color:blue; font-size:30px;”>This is inline css</p> Internal CSS: (this goes in between the head tags) <style [...]
In: Uncategorized
5 Jan 2009Here is what we covered our first night: Intro to HTML W3schools.com – Read HTML Intro Class Overview AEMS – Time Clock