How to Code a website – part 1

How to Code a website – part 1

This is the first video tutorial here at Fire Studios! This video will show you how I go through and do the skeletal coding for my website templates. This is part 1 in a 3 part series, so make sure you go to the CSS category to see part 2.

Watch the Video!

(more...)

Overview of Javascript Regex

Overview of Javascript Regex

Definition/information:

A regular expression is written in the form of /pattern/modifiers; where "pattern" is the regular expression itself, and "modifiers" are a series of characters indicating various options. The "modifiers" part is optional.

(more...)