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.)
HTML is the "correct" choice, though .htm will also work. The latter is a result of limitations of the early DOS & Windows systems, which could only handle 3 letter extensions (and 8 letter filenames). Why is it still used today? Microsoft continues to push it as a feature, not a bug, and those using MS servers or ASP are more likely to use it, unless, of course, it is a .asp page. But the standard usage is still .html.
Googled Xampp for Mac and came up with something called apachefriends.org. Saw a security warning in the documentation. Wondered if I could trust the site and the software.
For challenge 3-b, I added a link of a video that further explains client-side VS. server-side programming. If you're confused about it (or need a refresher from mod. 1), this should be helpful.
I like this! Stopping a lecture in between to post my comments is definitely on the cool, geeky side of ICM :D
I may steal this idea for my classes, Dr. H!
This method of drawing out the program steps is one of the best solutions for creating a program. My flow charts are usually not this complicated, but I have found them to be very helpful in creating the solution. It helps determine the switched ans loops required to complete the task - I typically will detail what type of loop i need between steps (where the arrows go). Doing one of these charts actually helped me solve the Fibonacci challenge
At 02:45 I point out something that perhaps doesn't fall under the category of worthwhile to our lesson, but whatever -- Rosie the Robot (of 'Jetsons' fame) would never need instructions on how to make a PB&J sandwich. She would make it with love, too. Also, she could not make 50,000 because she'd get tired.
My recommendation is the one I suggest here: NearlyFreeSpeech. It's a new host to me, but comes recommended, and does everything we need it to.
I use Dreamhost for this (and most of my) sites. It's a solid host--and works pretty well. I'm not sure I love it, but moving costs (in time) are too high for me to choose to go elsewhere...
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. :-)
Hello! I decided to do my 3 (well 4) page assignment on the beautiful island of Puerto Rico. I included a brief history as well as some of my favorite spots to visit. I was able to include a nav bar on the home page and used the colors found in the coat of arms. I'd like to try a tabbed nav bar however.
Here is a link to the XAMPP program that Professor Halavais recommended in video 3-1, if you want to "test things on your machine as if it were on the server" (Halavais mentions this around the 19:50 mark). The program is free and is compatible with Windows, Mac, and others.
I figured I would use this 3-page site to tell a little more about myself (and, hopefully, make you laugh a little bit). It is very simple, but it should give you a little more insight into what you're dealing with.
Hahaha. Thanks, man. We made 3 that day (the third went to my nephew for XMas), and they give them to you in clear plastic bags. So The best part of the whole experience was the reaction from people I passed on the streets of Manhattan!
What coding did you use to place the 3 hyperlinks next to each other, across the top? I'm going to do my 3-page site now, but will most likely leave them vertically.
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.
Nice work here. Some people might look at this code like it has 3 heads--because it does! Each html document should have only 1 head section. But it renders great, and that's all we need for this challenge.
What time on the due date are the assignments due (morn, afternoon, midnight)? I anticipate getting assignments done in advance, but if ever one needed to be tweaked and resubmitted for credit I would like to know the exact time.
My understanding is: do as many assignments as you want, or think you need to do. As for points, doing enough assignments correctly to total 100 points per module will get you an A-. An A- will be upgraded to an A if you show consistent creativity. Only those with an A- qualify for the "Creativity Upgrade". A grade of B won't do it. If I explained anything incorrectly, someone please correct me. My own take on it? Learn code because you really want to learn code, show effort, and try to have some fun with it. :)
Dude! And after we talked about that common error, too! But as with the others, I'll count it as "close enough for gov. work."
Note to everyone: the Fibonacci series *starts* 0 1 1 2 3 5 ...
Less than half of yours do :/.
This is my rendering of the fibonacci sequence. I must admit that i had done this previously using javascript (when I was an undergrad, 4+yrs ago) and I would not let myself 'cheat' by researching other web sites. After sketching out the functionality and few tries I was able to get it, but I did have some difficulty with the formatting, for whatever reason, I could not get the '\n' to work, instead, i decided to echo a tag.
As one of my classmates pointed out...sometimes it's easier to learn complicated things when they are "kindergatenized" Here I found a site which appempts to explain PHP at the very bare minimum. I found it to be long and wordy...but I am actually understanding it, slowly.
Module 3 for me is beginning to shape up to be similar to Godfather III. At first I hated both but now I realize their value. OK, in this here bookmarked link, author Vikram Vaswani turns PHP into something akin to a nice novella with excellent screenshots as examples. This tutorial is engaging, friendly and filled to the brim with info.
A really nice, basic resource that explains PHP in a clear and understandable way. It makes a very nice complement to the instructional videos for the class.