Skip to main content

Home/ Web Programming/ Group items tagged in

Rss Feed Group items tagged

Rock Jennifer

Toggle Visibility - 0 views

  •  
    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.
Bryan Dumelin

Cheat(ish) - 0 views

  •  
    This page points out the importance of sketching out a wbsite for design and programming purposes. In doing this it saves the programmer time and frustration in comparison with programming on the fly.
Kuban  Ellise J

Pick a sport any sport - 0 views

  •  
    This is my drop down list that populates based upon the choice in one of the first lists. I originally wanted to do three lists region to city to sport... but I got too frustrated and might tackle that in module 7.... so this is not quite exactly the webprog of choosing between two sports... but the point is still the same. see my comments as to where I got and modeled the code from
limle lee

Seo companies philippines - 1 views

SEO Builders believe that SEO services need not be expensive. We are ideally situated in the Philippines which is one of the major I.T. outsourcing hubs in Southeast Asia and the 3rd largest Englis...

started by limle lee on 22 Nov 12 no follow-up yet
Bawa Neha

Lentil Salad - 0 views

  •  
    I'm not sure why I can't view my header in Firefox, but it works on my preview. Re-styled recipe page.
  •  
    What header? Don't see it in the code either...
Sarah-Jane Bolling

Fibonacci Sequence - 0 views

  •  
    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.
Hoving Allan

Chili for a Ben's-Style Half-Smoke with Menu - 0 views

  •  
    Is it a new trend now to have a little vertical "Feedback" tab on the left or right side of a web page? I've been noticing it all over in the past couple of weeks.
  •  
    This adds the menu bar to the Recipe with CSS. I tried to include a comment in the code crediting the site where I found it.
  •  
    Hadn't noticed it...
Lee Howard

Dice Game - 0 views

  •  
    This page allows one to roll two dice and have a graphic depiction of the dice rolls for each. Thanks to Professor Halavais for steering me back in the right direction!
  •  
    Not exactly what I had in mind, but meets the requirement...
Ford  James A

Great Rivalries in Boston Sports - 0 views

  •  
    This is my 3 page, well 4 page website for module 2. They are all linked to the same CSS sheet. It's about great rivalries in Boston Sports and has a lot of other fun links too. Enjoy!
Bryan Dumelin

Web Programming :: 5-1: Javascript - 0 views

  •  
    I asked 2 questions related to Javascript.
  •  
    At the 17:23 mark in the first video of the JavaScript module, I asked if Professor Halavais could clarify some text on the screen. However, the text may have been blurred out deliberately since the surrounding text is fuzzy but not as bad. Just don't want to miss any important steps!
  •  
    Its interesting that javascript is fading off the design of html pages, yet it is becoming a key tool for flash programming...maybe javascript was just misplaced in the early development of the web.
Katie McLaughlin

Monster Mashing - 0 views

    • Katie McLaughlin
       
      I don't see a Viddler video lecture in module 6 and therefore can't figure out how to do challenge 6B; but all I wanted to say was that 'Mashing' inherently makes me think of the Monster Mash and that I want to hear that song. Here's a link if anyone shares that desire: http://www.youtube.com/watch?v=0thH3qnHTbI
    • anonymous
       
      Or perhaps text and video (a transcript of the video for those who prefer it)?
  • Mashing
  • Mashing
  •  
    I don't see a Viddler video lecture in module 6 and therefore can't figure out how to do challenge 6B; so I added a floating sticky note here. All I wanted to say was that 'Mashing' inherently makes me think of the Monster Mash and that I want to hear that song. Here's a link if anyone shares that desire: http://www.youtube.com/watch?v=0thH3qnHTbI
Lee Howard

Fade In/Fade Out - 0 views

  •  
    I found a tutorial for a fade in/fade out effect that looks really cool and then implemented it with slight revisions. It works!
Mark Cotrupe

PHP 101 (part 1): Down the Rabbit Hole - 0 views

  •  
    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.
Tedd Fox

webprog 1 -e : Hosting Links - 0 views

shared by Tedd Fox on 14 Feb 09 - Cached
  •  
    I like Engine Yard because they specialize in Rails Hosting. I also love the cloud concept :-)
  •  
    Something tells me someone who prioritizes Rails hosting really is not in need of this course ;).
Monica Aversa

Hex Code / Color Charts - 0 views

  •  
    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 thought I was the only one who would be amused by the name alone! I didn't realize this site was years old. Thanks for vouching for it
Marie Shanahan

Creating tables in MySQL - 0 views

  •  
    An online training course from Web Developers Notes that explains the MySQL commands to create database tables: rows, columns, records, assigning unique id numbers to individuals records. At the news organization where I work, developers have used MySQL to create databases for Connecticut high school football and basketball statistics. The stats are all displayed in tables - check it out at http://data.courant.com/highschoolsports/basketball/home.aspx
Alex Halavais

HTML Color Names - 0 views

    • Alex Halavais
       
      This will be especially helpful when we get started with CSS. Thanks, Nancy. +10
  •  
    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!)
 Mark Zaniewski

Web Programming :: 2-2: Text Mess - 0 views

  •  
    This is the section of lecture 2-2: Text Mess that I added a comment to. I hope you will check out the link I added if you are interested in how you can incorporate what you know about design aesthetics to what you are learning about CSS.
  • ...1 more comment...
  •  
    Added video comment.
  •  
    I added a comment on video 2-2 re: the div tag.
  •  
    Question on video at around 23:30: While different browsers don't all support the same features, will they at least support basics like flow and positioning in like fashion? I recently had a heck of a time with a positioning difference between Firefox and IE, and I still wonder if it was my code, or the way IE dealt with it.
Alex Halavais

untitled - 0 views

  • Q: Is there a way to track how we are doing in terms of grades throughout the course?
    • Alex Halavais
       
      With some consternation, I'm going to go ahead and use the Blackboard gradebook. Bah.
  • Q: Will there be an opportunity to earn extra credit in the event that the student has an A- but was not considered creative enough in assignments to earn an A?
    • Alex Halavais
       
      I don't think so, unless you have a very creative alternative :).
  •  
    Two questions relating to the ICM DC syllabus.
Monica Aversa

Sticky Notes?? - 37 views

The note popped-up on my screen similar to an iChat message. It is fine though -- I was more curious than bothered. Will post a message if it becomes a nuisance. Thanks.

« First ‹ Previous 61 - 80 of 253 Next › Last »
Showing 20 items per page