Friday, April 29, 2011

Friday (4/29/11)

Working on the style of h1 today I decide to change the style and look here the style I used. and here the commands that make this possible.


        color: #d7ceb2;
        text-shadow: 3px 3px 0px #2c2e38, 5px 5px 0px #5c5f72;
        font: 80px 'BazarMedium';
        letter-spacing: 10px;


and the website this code came from.HERE.
Also I found this which is how to created button with pure CSS. I will study this and see how 
this work and try to apply them to the website I'm working on.

Thursday, April 28, 2011

Thursday(4/28/11)

Working on the website and trying to find out what happen yesterday with the text-shadow. Today I was looking at the CSS file and I just take out the background of the h1.
And I re-validate the CSS file and it work and now I will be working on how made it lest bright because it is to much.
Here a picture after the validation .

Look above the green and it should say

(CSS level 3)

because if I try to validate  in

(CSS level 2.1) 

it will give me this error.


The link to the validation. Also the link of the website now.

Wednesday, April 27, 2011

Wednesday(4/27/11)

Today I was working on the website and thinking how to do the effects of the text of the (h1).Searching in Google I found this examples. Check this website which the tittle is "Using CSS Text-Shadow to Create Cool Text Effects".
I put this effects on h1

      text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;

But this command give me 9 errors when I try to validate.

Here is the link to the website where I apply the effect above.

I will work on tomorrow to find out what happen.

Monday, April 25, 2011

Monday(4/25/11)

One week ago I was working on the website of the musician and I got the errors while I was trying to created a picture that when I pass the mouse over it will change. The commands I was using were .
 
The other Website with the errors.
This was the command I was using and which give a lot of errors. 

Today that I return from the spring break my teacher fixed and tell me the way he did the same effect but he just used CSS. This is they way my teacher show me how to do it.

The Website.

This week I will try to created website for the Biograph, Cd's and the rest of the other pages. 

Friday, April 15, 2011

Friday (4/15/11)

Today I work on I work on the website and now I used the display commands an the website look more clean and nice. But I still got some problems that I have to fix but those errors I will fix them Next week.



This errors happen because the commands on the picture
the errors star after the <p><img src"......................"></p>. I was trying to this way, <img src=""> without the <p>, but the picture would show up.
Next week I will try to find a tutorial to explain how to do it the right way and with out Errors.

LINK TO THE WEBSITE HERE.

Thursday(4/14/11)

Yesterday I was working on the website and I learn something new which is   display. However I am not on the chapter of the CSS: The Missing Manual where they have example to work on, but I will be soon. My teacher tell me a website that explain  how to used them and today I will try them..

website of example.

Wednesday, April 13, 2011

Wednesday(4/13/11)


This is the new looking of the website and there other links from yesterday don't work no more because I created a file (mkdir + name) and I put all the things of this website in that folder and the new link is of this website.
New link.

Now the picture of the HTML and what code I used to created the effect of the picture.


Tomorrow I will finished the picture and work on make a link link to but here is the link of where this effect is . This is not Java Script is pure HTML.

Tuesday, April 12, 2011

Tuesday(Progress.)

Today I was working on the main website bu I decide to created the other like the biography of the musician and the result of the website here and images and the link.
Main page.
Biography.




and here a picture of both of the HTML the old and the new I'm working on.

My HTML
and the other HTML.
 This biography is not done yet I will keep working during this week and try to finished this week.

Monday, April 11, 2011

Monday(4/11/11)

I was working today on the new website and something that is interesting that this musician have a website already. Which is www.franklinpalomeque.com and now the idea is to improve the website so tomorrow I will talk to the musician and see if he want me to used the other website and but now I just start.

And I here the HTML of both website:

The Original.

 The one I am working on.


Friday, April 8, 2011

Friday (Finally a commands to create a video player)

I was working on the new website and Finally I found  a tutorial , of how to create a video player for your website.

This is the command  of the video player.


<video width="320" height="240" controls="controls">
  <source src="movie.ogg" type="video/ogg" />
  <source src="movie.mp4" type="video/mp4" />
  <source src="movie.webm" type="video/webm" />
</video>


Video player Picture.

However in the tutorial it say that the browser don't support the video ta. But here is where this the link to the tutorial.

I move the website to the server  and here is the link of the website and a direct link to the video which will not play nothing because it doesn't have any video in the source. Next week I will try to put a short video to see how this work.

Thursday, April 7, 2011

Thursday(4/7/11)

I was working on the links of the website and but I will setting up margin and padding and first of all work on the body part and then on the links and the other things. but for now just some pictures of the beginning of this website.

 HTML

CSS

Wednesday, April 6, 2011

New quarter

For this quarter I will be working on a new website,  this website is about musician.
Today I star working on the website and I got some pictures because I am not working on the server right now.

Here the website.

And the HTML which is the how you start a website.


I will try to get the website done by the end of this quarter or try to finished.Tomorrow I will start working on the CSS.