Talent does what it can genius does what it must. BY Edward George Bulwer-Lytton

davekilljoy AKA David B Stubbs. JACK-OF-ALL-TRADES WEB DEVELOPMENT WEB DESIGN 3D MODELING COMPUTER NERD

Blog Archives.

Posts Tagged ‘html’

Intermediate CSS Techniques

Tuesday, June 3rd, 2008

Continuing from where we left off, lets take a look at some of the awesome things CSS can really do.

The Basics

Let’s start with the most common and basic CSS attributes, width and height. Once you assign a class to an element you are free to style it any way you want. We will be using this code snipet and styling it as examples.

1
2
3
<div class="test">
  <p>Hello</p>
</div>

(more…)

Introduction to HTML and CSS

Monday, June 2nd, 2008

Hi! First off, welcome to my website, its a brand new design and overall an excuse to try out my newly founded PHP/MySQL chops.

So here’s the deal, I’ve been learning web development for a while now, picking up tidbits from all over the web, books and friends helping me out. Then I started thinking, the web has been so great for helping me, I feel like I should do the same, which is why I am writing the first of a long series or how to articles, tutorials and information. I’ll be covering everything sequentially, so first part will be something along the lines of intro to the web in general, HTML and CSS. The subsequent parts will cover things like advanced CSS, WordPress integration, PHP/MySQL, Javascript and more. Enough of this, lets get to it, after the jump!
(more…)