February 2010
4 posts
Ruby Data Types
There are various numbers of data types in Ruby. Data types are classification that are used to identify operations. Ruby data types are very similar to that of Phython, with simple and little changes. The different types that can be used are:
1. string= Strings are words. Every string must contain quotation marks around it.
Example of string: “Avocado”
2. integer= Integers are...
CSS
CSS stands for Cascading Style Sheets. CSS is a style sheet that can be used in HTML to deeply modify your page. CSS is widely used and is very helpful with its various amounts of available customization. Some examples are border, color, and size. With every CSS you must add {, put the commands after, then and end with }.Here is what it should look like:
#example{
border: 2 px solid red;
...
Basic HTML
Tags are codes that contains <>. Each tag are pairs, therefore a <> must have a </> right after. For example- <h1>example</h1>. The tag <h1> must end with </h1> after the text. Every HTML file must contain at least three tags- <html>, <head>, and <body>. Without these, an HTML file will not function. <html> tells the computer that...
Teens in Tech Conference
The Teens in Tech Conference was an awesome experience. The conference started at 9:00 AM and ended at 5:00 PM. Throughout the conference, speakers expressed their life and how they came to be entrepreneurs. After a couple of speakers finished, there would be break times where there contains an enormous amount of food and drinks such as muffins, coke, and sandwiches. The confenrence was sponsored...