A list of all the HTML codes, and then some. I looked over the list and had never seen quite a few (or at least never noticed them). I think its a good compliation of codes, as long as you know what you might be looking for, considering it *is* alphabatised.
I found this website to be extremely helpful when coding HTML. It lists the HTML tags available and then provides descriptions, and examples of each being used. While other books or websites reference the tags use and try to explain the result, the examples on this site put into action what the user will see when you use the tag. Definitely worth checking out if you ever get stuck
A nice list of tags for HTML 4.01 and XHTML 1.0. This is for those times you don't want to wade through a lesson and just need to check something quick.
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.
Webmonkey, which I found while doing in ICM 501, is a great resource. I like the fact that it is at the "Primate" level of skill and yet has a 4-out of-5 banana rating. For those who aren't into coding and have a hard time remembering what kind of tags go before what you want to do, it's great to have open in a different window to reference.
This site is fantastic. I'm linking directly to the CSS reference page, but really the entire site is useful. It has HTML, Java, PHP, XML - everything! But in particular with this week's challenges, I found the CSS parts to be quite beneficial.
Great site for free downloadable cheat sheets for HTML, CSS, MySQL, and seemingly everything else pertaining to web programming. Formatted in pdf to fit on one page to print for easy reference.
This gives you everything you basically need to know about HTML tags, which is what separates one section of code from another. This will be a useful reference for those who are still confused about how to write legible code.
This is the homepage for the World Wide Web Consortium - it details all of the standards for HTML, CSS, etc etc. Its a great resource for web coding help. Site also contains tutorials for more information.
Hi every, a little late to join the crowd, but better late than never! I found this site last semester when I was working on my website for 512. While it is a little hard to take in at once, and there are alot of annoying ads, I found the basic meat of the content to be helpful when I was teaching myself HTML.
HTML Help was created by the Web Design Group, which was founded to "promote the creation of non-browser specific, non-resolution specific, creative and informative sites that are accessible to all users worldwide." If you check the site out, there is an HTML Validator, CSS Checker, Help Forums, and more! Style Guides, Image info, you name it!
This site has it all. I found it to be a very useful resource when trying to restyle my recipe. It has both, HTML and CSS information. Check it out when you can.
This site has an AOL 3.0 feel to it but regardless, the main page has links to step-by-step instructions on what you want to do with HTML. I was using it while I was working with my Wordpress page. I like the fact that it has split everything up into sections so you can access the page with what you want.
This site seems to have some basic (read: semi-easy to understand) information written in non-geek speak. Just the basic opening paragraph explained it to me better than reading a bunch of other pages I found
While by no means a complete reference, this page gives a much more thorough overview on MySQL that a lot of the other sites out there. I especially like the 'tips and functions' section.
I have reached my level of incompetence as far as programming is concerned. I have to use other smarts now. Since prof has already made reference to laziness being a virtue and other folks who have kindly done this stuff before, I am now searching for sample PHP Wiki code that I can adapt for this Challenge.
updating this page on my photo site from module 2, I have changed the layout a bit. I have also added buttons to show and hide the description of the pictures. I really like this show/hide feature. I feel it will come into good use when i have alot of text, that i dont want overwhelming a user unless they want to read it all.
the jquery home page and tutorials are very very helpful with great, at least i think so, examples/demos/references to using javascript and jquery
When choosing text and background colors, it's useful to have a hex code chart to make sure you're choosing the color you really want.
I like Webmonkey's chart because the color boxes are a little bigger than most other charts. Plus, they also provide the HTML coding to change the background color in case you forget.
--
The Web Developer's Resource
Good call on WebMonkey. That was one of the first sites I ever used when I was learning HTML in undergrad. I loved it! Plus, how can you not love it with a name like that!
I added a menu bar to my recipe page. Now, the page links to "Other Recipes", "Other Soups" and "College Inn," all with dropdown options linking to external sites.
I forgot to add that I used this site as a reference for the Menu Bar: http://www.alistapart.com/articles/dropdowns/
A friend of mine also helped me with the positioning of the nav as well.