Here's a very concise paragraph to give a quick introduction to the world of Nancy. it doesn't say too much about me, but I'm sure more will be revealed in time.
W3Schools is an amazing resource. I used it in my last ICM class (512) for tutorials in XHTML and CSS. This particular page provides the hexadecimal codes for many colors that we can use in web pages as we go through our class challenges. Hope it helps! (I use it all the time!)
I had a lot of fun with revamping the look of my recipe page. I added a background image, jazzed up fonts & colors, had some fun with my bullets and even figured out how to add blinking text! One of the sites I got from CSS Zen Garden's CSS Resource Guide (listed as Web Developer's Handbook, which I will also bookmark) was a huge help. Enjoy!
Ok I know what you are thinking...why is he bookmarking a flash reference site - flash in a web programming class? Well I decided it was important to bookmark the ActionScript reference page because the structure of ActionScript 3 is similar to javascript used in many webpages. No, you don't need javascript to create a webpage, but adding it can allow for additional site functionality. It is also important to know the potential of integrating flash into a website and allowing for variables to be passed form the webpage and communicated to the flash movie.
For anybody who has Celiac's Disease (or just wants to go gluten-free): Here is a recipe for GF pizza crust. It's a bit long, but it bakes and it should conform to the 1-f standards. Have fun.
Looks good. A couple of notes: bgcolor (in the body tag) should be all one word if you use it, though we'll be doing CSS which gives you more flexibility. Also, you make heavy use of br. BR has a specific place, and what you really should be doing is wrapping each of those paragraphs in p tags. That will make life much easier when it comes to validating your code.
Another great beginner's intro to the world of CSS mainly because it provides just as many examples as it does explanations. In addition, it encourages you to try out the code as you go along rather than simply expect to learn by osmosis (which is pretty much impossible with this subject anyway).
Cool--getting my 2 month old started on air guitar with impossibly loud stereo to start. Glad he's setting off on the right foot. (Well, that metaphor is a little off, for now.)
Getting columnated is a little tricky for beginners like myself. In lecture 2-3: Columnated, I added a comment with a link to a site that lays out the fundamentals of the language used. I think this would be especially helpful to someone who aspires to be a web producer because a producer needs to speak in html and css language. The link is http://css.maxdesign.com.au/floatutorial/definitions.htm
I found that the "margin: auto;" tag does not work in IE7. I looked for a work around, but it appears that inline styles may be the only way. Thanks Microsoft. :-)
This is a tasty almond twist to the traditional 7-up cake. It is a perfect party dessert. Hint - For those of you who don't like almond you can substitute a different flavor of extract for the taste you prefer. Enjoy!
This site is basically a brief introduction to me, Ellise. Nothing complex or fancy, just wanted to use some basic and tags as well as link in the site, and out of the site.
Derek Jeter is a great baseball player, but is he Hall of Fame caliber? Check out his statistics against a couple of other Hall of Hame shortstops and decide for yourself.
I updated my three page Web site to include a horizontal menu bar. I'm still trying to work on the spacing and not having the pictures overlap. It's trickier than I thought!