February 2010
4 posts
Ruby Data Types
integers: an integer is a whole numbers. You’re able to assign words to the numbers as values and you’re able to do mathmatics as well
Floats: Floats are shown as decimals. they can be used for mathmatics and are simpler than as used in python
Strings: Strings are established by quotation marks. They hold characters such as numbers and words
Arrays: An array is a list of items....
Basic CSS
floats: are used to move things from left to right on the page.
id : this is a selector, the id selector is used to identify a unique element
class : this is also a selector, this is used to specify a style for multiple elements or groups of elements
margin : the margin clears the area of an element outside the border. all four (top, bottom, left, right) can be moved and resized independently....
Basic Html
<html> : This is a tag that tell the browser what kind of file it is.
<head> : A tag that holds content about the page
<body> : This holds all of your content on the page
<h1> : This stands for header, or heading. This will be the title of on your page. This is generally big text, h1 is the biggest, it goes as small as h6.
<p> : This stand for paragraph,...
Teens and Tech Conference
People came from all over the country to go to this conference.
The speakers were really informitive. They spoke about how they got started in the industries they work in.
I arrived late… so I didn’t get to see a lot of it. But from what I witnessed, most of the people really enjoy what they do. They said that you should always love what you do because if you hate it, then you...