This is webprog 6-f entitled "Map me." It uses google maps and can be used to map a route to Olive Garden in North Haven. It's pretty simple, but what's cool about most map services online is that they let you use their code.
This website I found helpful for this module. I like the beginner sites that explain the simple stuff from the start. I would recommend this site to not only beginners but to web developers as well, it is always a good idea to review the basics.
I revisited my comment/recipe page and toggled visibility for said comment form. To make it available on non-Javascript enabled broswers, I found a form that sends a user to different links depending on whether or not Javascript is enabled. Thus this is the 'filter' page, if you will. If you're interested in the links to these simple codes, I hid the links in the course code. Ta da.
Credit because it works. But...
This is a great reason to use jQuery. It's unobtrusive, so to anyone visiting the site normally, the form will show up. Only for those with javascript would it be (at first) hidden.
Great resource for Web Programming newbies! & Apply your programming skills to build fun things like a Bubble Sort, Numeral Converter, Happy Numbers, Bank Teller, Blackjack Game, 99 Bottles Of Beer and much more.!!
I think I'm finally starting to understand php. It's not the easiest language, thats for sure! (or is it!?) With that said, here is my Fibonacci Sequence up to 500. I looked a variety of different codes online, but didn't use just one. After looking at a whole bunch I realized there are quite a few ways to write this code. Which in my mind, only compicated matters more...
Yes! It's true of most programming tasks: there are many ways to accomplish the same thing. In some ways it does complicate things, but it's also (though it may not feel like it now) makes it fun! It's especially good when you find a "good hack"--a shortcut that makes your code better, faster, shorter, and more simple. Congrats on this one, it's a hard program to puzzle out.
I came across this site dealing with HTML through Google. Browsing through, I found it to be great, even for myself, a stone cold beginner to this stuff. It's pretty much a complete tutorial regarding HTML starting from the most basic parts all the way to the advanced material and know-how. In the page itself you will see [Previous] and [Next] buttons which walk you to the next level of the tutorial, down the left side of the page is each part of the tutorial. Hope this helps!