Wednesday, February 6, 2013

CSS Lession 2

Just finished reading section 1 in my course CSS and i have to say that it was among the most informative pages about web development i have ever read. The overview was superb and gave me an insight into the differences between all the markup languages like xml, html, xhtml that i always wanted to know. But also how and when you should use scripts and plug-ins for website.

I also had the time to MM 60% of the table of contents in the course book.

2 kinds of scripts 
(Scripts are writen directly inside the XHTML file.)
 
 Client based  - Javascript, gives the webpage dynamic. Can look like this.
<script type="text/javascript">
<!--
document.write("Hello World!");
//-->
</script>

Javascript doesn't change the ending of the document, so it will still be names index.html.

Server based - PHP, give the webpage security. Can look like this.
<?php
echo ("Detta skript körs på servern");
?>

PHP script change the ending to PHP, ex index.PHP


CSS Session 1

First CSS session complete. I didnt get to do as much as i had hoped, i just read the general things for the course, how it should be constructed and read one document from Section one (Historik, märkspråk och centrala begrepp), the document was historik WWW and described the history of internet and the early thought who contributed to its invention.

Some concepts below.
- Nod = container of information.
- Link = A link will take you to more information about a nod.
- URL (Uniform Resource Locator) =  URL is the way we address specific nods.
- HTTP (Hypertext Transfer Protocol) = A specific protocol that enables us to send HT between computers
- HTML (Hypertext Markup Language) = The language we use to present a hypertext document.


C# HF Chap 1

I began with a new C# book today called Head First C#. I just finished the introductory text and the first Chapter today (Visual Applications, in 10 minutes or less). The book seems really good and teaches me in the way i like ie from examples. I basically make a program and learn from the making instead of just reading sample examples that you cannot make a program from.

From this session i learn how to make a Contact program in windows form application. I leaned how to easily navigate around the IDE, how to create form, hot to connect the IDE with a DB, and how to drop a table easily in the form, HAVE TO BE DONE AFTER MAKING THE CONNECTION.

This chapter took 15m longer than i expected so i am a bit late for my CSS class which i will begin with right now.

Back in business

Wow, woke up at 06:20 today and couldn't fall back to sleep. Stayed in bed til my heater turned on at 06:40. I am quite tired but i dont think that will stop me from having a productive day today. I will just take a cup of coffee and i will be set to go.

According to my schedule ill have to do some C#, CSS, Russian, CSS, than some Training at 15:30 and finish the day with a minimum of 2 hours of math. So hopefully there will be some new Labels on this blog today.

Now ill do some Morning exercise before i eat breakfast.