Monday, January 31, 2011

Learning about the google sites.

I was working on t on this website that is powered by Google the name of the website is henryestrada.net but if you put it in the address bar won't work because is hosted by google.
Doing this was really interesting because I learn about the Google sites. I learn today how to put the calendar and is kind of easy. 

Tuesday, January 25, 2011

Example

Today working on the examples that are on this website . I am in lesson #3 and in this lesson I learn that if I put :

a = 1
print(a)
a = a + 1
print(a)
a = a * 2
print(a)
 
then my result will be something like this:
1
2
4 
First I give a value to (a) which is (1) and the first command
in the python shell is (a = 1),
the when I do (a = a + 1) the result will be (2) and if I do  
(a = a * 2) and the result will be (4).

Monday, January 24, 2011

Phyton3

I was working on the examples of python today and I learn that (#) in  a python file will ignore the command for example:
#print("Halt")
#user_input = input("Who Goes there?")
#print("You may pass, " + user_input).
This Commands won't show up in the python file when you execute the file.

Friday, January 14, 2011

FInally Doing Python

I was wondering what to do today my teacher said that was  time to move on to python3.
I will be using this tutorial that is on this website.
One thing I learn today was how to exit the python shell with the command

 exit().

Another thing that I learn today was this command:

print("Hello, World!") and this will show up this Hello , World!.
This is getting interesting.

Thursday, January 13, 2011

Today I didn't move forward because I don't know what to do next on the HTML5 tutorial. I get stock int he section where it said

Headers

 

Wednesday, January 12, 2011

Today we didn't have enough time to made a lot of progress so today I just put the icon of my website which is this:







look a the flag that is before the address of the website thats what I did today and how you do that in HTML5.  It is kind of different from the HMTL4.

HTML5
<link rel="shortcut icon" href="/favicon.ico">


HTML4

<link rel="shortcut icon" href="favicon.gif" type="image/x-icon" />

Monday, January 10, 2011

Building up My Website.

I was working on my website today and so I didn't continue the tutorial of vimtutor. I got two errors on the website  but I fix them. Trying to create a separate file for the CSS got a problem because I was trying to the old style and the new HMTL 5 is kind of different from the old HTML.
Here is the old style

<link rel="stylesheet" href="style-original.css" type="text/css" />
 
and here is the new one
<link rel="stylesheet" href="style-original.css" />
 
this is what I was having problems today.
Look at the different codes  the new HTML 5 is way better 
than the old. 

Friday, January 7, 2011

More Lessons

Reading more lessons about the Vimtutor  I learn more commands about the (vim). This are some of the new commands i learn:
2w - this will move the cursor two words forward.
3e - will move three words forward and the (0) will move the cursor to the star of the line that u are on.
The (d2w) is also delete words. The (dd) will delete the whole line. Reading the Lesson 2.7 I found out that typing (u) will undo the last command. Imagen if you erase something that you didn't want to delete and to get it back (u) is the perfect command but this is just if you delete a phrase in the document.

Thursday, January 6, 2011

Vimtutor

Today I thought was ready to star the python lessons but there was a problem. This problem was that I didn't know that much of (vim) and what is that vim is an editor.  
I was following the tutorial which is (vimtutor) you type this in the terminal.
k - make the cursor go up.
l - make it goes to the left.
j - make it goes down.
h - make it goes to the right.
also I learn that the letter (x) and (dw) is to delete a character is the same like the (Delete) or (Backspace) keys.
Here was something more interesting that I learn today that is (d$), this will delete an entire phrase. There is (dw) that will delete the word where the cursor is on.
Tomorrow I will read the lesson 2.3, thats the lesson I stop.

Wednesday, January 5, 2011

Practicing.

I was fixing my new website , also I was practicing the sqlite3, so I don't forget the commands about it. Today I didn't made anything new but tomorrow will going to get a new topic to practice.

Monday, January 3, 2011

staring the new website.

Back from the break my teacher create an account in a server where I am going to be working and using my skills. Today I just create the (public_html) and the file  (index.html).I create this files using the "Terminal". Take a look how my website is staring to look. I just star working in this website today.