Thursday, October 7, 2010
All Done!
I downloaded the trials of photoshop and dreamweaver. That was very helpful since I was able to work on my project at home.
Did anyone else download them?
Best of luck to everyone!
-Kaytlen Weller
I'm done
-jasmine awad
Ps. I always forget to put my name on these things... -.-
Tuesday, October 5, 2010
Parent Elements vs Child Elements and How They Effect Positioning
Relative positioning vs Absolute positioning are fairly important Cascading Style Sheet properties which are useful for web 2.0 developers and beyond. Early web markup often used tables to create websites. Position elements have more flexibility than table elements.
Absolute positioning sets an absolute value on the pixel-coordinates, based on the page, at which the targeted element will be rendered. You set the top, left, right, or bottom elements. It is based on the entire length of the page.
Fixed positioning sets an absolute value on the pixel-coordinates, based on the browser. The element will remain in the same spot no matter where you scroll to on the page.
Static positioning is what the browser defaults to. The element will remain static with both the browser and the page.
Relative positioning is a half-way point between absolute and fixed positioning. Relative positioning moves an element in relation to it's parent element. So If I set the relative positioning of "position: relative; top:100px, left: 100px" then the element will be moved 100px down the page, and 100px to the right. You may use negative coordinates, as it will move them in relation to the parent element.
But heed caution with "position: absolute." Don't use it for critical page elements, especially if you want your page to look the same in every monitor resolution and browser.
-Cole Turner.
Monday, October 4, 2010
Naming constraints
CS5
Sunday, October 3, 2010
Cough
Okay, I just reminded myself about doing the blog, but I have no clue what to right about so let's freestyle it.
Well, I had a great weekend, with the LMFAO concert! I was standing in line for 2 hours, but made it to see LMFAO in time. I didn't know half the songs being played, but when the concert turned into a semi-rave I got pretty excited. Anybody else went? ;)
Oh no! Project 1 is duo next week, I have got to get going on that. I tend to overdo my work though, so hopefully I can finish it in time. Thank God I just got Photoshop and Dreamweaver, so I can work from home.
looking back at what I typed so far, I'm starting to doubt if I can get credit for this since there is no useful information. So I found this lovely site: http://www.w3schools.com/. It's a pretty cool website that explains the coding behind html in depth with plenty of illustrations. It has helped me in my High School webdesign class. The website covers pretty much everything related to web design, so i might be useful to some.
- Oliver Grau