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.
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.
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.
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
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.
The site seems to be the most helpful css site out there. IF anyone has used the site 'flashkit' its a very similar concept. The site provides tutorials, reference libraries, website samples, and a multitude of css help. I recommend checking it out for any css questions you may have.
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.
Generally, I tend to bookmark sites for reference and code help. This time I decided to bookmark more as an FYI. This blog gives readers an idea of how PHP is used on some of the web's most popular sites. Some of the statistics regarding lines of code for flickr are incredible.
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.
Large Collection of JavaScript source code. This site features excellent reference material for JavaScript, including a script archive that is easily accessed from the homepage.
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 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.
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
This link is for challenge 5-a. This looks like a sister site to FlashKit.com (a site that Professor Golden recommended to our 504 class).
JavaScriptKit.com looks like a go-to source for many things because it has JS tutorials, references, forums, new updates...just to name a few things on there.
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.