Showing posts with label CSS3. Show all posts
Showing posts with label CSS3. Show all posts

Wednesday, August 28, 2013

CSS3

  I just recently played around with some of the new properties available with CSS3.  My portfolio site has rounded corners and shadow applied to the jQuery overlay.  CSS3 is the latest standard for CSS.  Although most of us have had mostly theoretical courses up to this point, we have heard over and over to keep the interface seperate from the functionality.  Well that's what CSS does for web development, allows you to keep the design seperate from the actual contents.
To get you started with CSS3 check out:

  1.    W3Schools CSS3 Intro
  2.    New Boston CSS3 Video Tutorials
  3.    http://www.tayloredmktg.com/rgb/  This comes in handy if you find yourself looking for a color code

About Intro to Internet Computing

  As a computer science major, Intro to Internet Computing is the most practical course I have taken yet.  The course's assignments are a series of projects building different types of websites, each using a different web development technology required by many employers in our field.  I have started a portfolio website with some projects I completed in past semesters, so I am excited to have these projects to work on this semester and add to the site.  The link is on the left hand side.  Intro to Internet Computing will cover subjects such as HTML5, CSS3, JavaScript, PHP, MySQL, and AJAX.  I have an intermediate knowledge of HTML5, CSS3, JavaScript, and AJAX; but I have never used PHP and MySQL.