Technology
Below is a list of tried and true technologies that have become my preferred tools in building websites.
-
XHTML
Extensible HyperText Markup Language forms the basic structure of the content of a webpage.
XHTML 1.1 on W3.org -
CSS
Cascading Style Sheets define the layout and style of the XHTML markup.
CSS 2.1 on W3.org -
Ruby
Ruby is the server-side programming language that makes a website dynamic. Without Ruby or a similar server-side language, every element of a website would have to be handled manually.
Ruby-Lang.org -
Ruby on Rails
Ruby on Rails is a framework that allows developers to build quality websites quickly and efficient.
RubyOnRails.org -
JavaScript
JavaScript is the client-side programming language that makes a webpage more fluid and interactive. -
MySQL
MySQL (Simple Query Language) is the database that holds all of the content and information of a dynamic website.
MySQL.com