Skip to main content

Home/ Web Programming/ Group items tagged how to

Rss Feed Group items tagged

DiLieto  Lauren M

HTML Tutorial - 0 views

  •  
    This HTML tutorial website provides examples of how to create basic tags, format text, and add links. This will be helpful when learning how to write your own HTML.
Lee Howard

How to Dynamically Create Thumbnails - NETTUTS - 0 views

  •  
    This tutorial tells you how to create interesting thumbnail images using PHP. It includes a video demonstration as well as some PHP coding.
Alex Halavais

Challenge 4-g - 13 views

This looks to be a connection problem. Hard to say without seeing the whole thing, but I'm about to post to the blog a conversation I had over chat with another student. Need to include the "or die...

Lee Howard

http://kleehoward.nfshost.com/form.txt - 0 views

  •  
    A tutorial on how to create forms and make them interact with php. Here, I take you step by step through nearly everything you need to know to get those databases primed and ready to go.
Lee Howard

HTML Code: MiniChapter 4: Links and Images - 0 views

  •  
    This site tells how to add links to your Website using HTML coding. Links are a key to the interactivity of the Internet, so I thought it would be good to know.
Marie Shanahan

[Valid] Markup Validation of http://marie.nfshost.com/recipe2.html - W3C Markup Validator - 0 views

  •  
    I took my recipe html file and tried cleaning it up. After numerous attempts to fix my code myself, I clicked the "Clean up Markup with HTML Tidy" button. HTML Tidy basically truncated my table-specific CSS and aggregated it at the top. I suppose I'll learn how to do this myself when I begin on Module 2. Instead of changing the original file, I saved a new one to show to the code difference at http://marie.nfshost.com/recipe2.html
  •  
    HTML Tidy is a lifesaver--as long as you look at the changes and can figure out why they have happened. (It also makes it prettier, if you use the "indents" feature.)
Rafael Santiago

JavaScript Tutorial - EchoEcho.Com - 0 views

  •  
    EchoEcho's Javascript tutorial provides a good start on how to learn javascript. I like how they have specific sections the most common uses of javascript(Browser detection, form validation, animated buttons, cookies, drop down menu, multiple link, frameset script, and popup windows).
Nick Caito

Module 5: Help Assignment - 0 views

  •  
    how, with a little bit of help, i figured out how to get user inputted info into a MySql table.
Deitrick  Erica L

Student Life and Fitness - 0 views

    • Alex Halavais
       
      Biiig gap here :). Might be able to fix this by putting the image *before* "At college" and then floating it to the right...
    • Alex Halavais
       
      I like this page head...
  •  
    I used the QU page that I replicated from the first module. I added a menu bar in order to decrease the amount of scrolling for the user. This way when they go to the page they can click on the menu tab rather than scrolling all the way down the page to see the options. Having a menu bar is so much more effective for this webpage, each tab goes to the QU website for each topic.
  •  
    I fixed a few of the gap issues. This is how it looks now.
Katie McLaughlin

My 2:45 pop culture reference - 0 views

  •  
    Question asked on movie timeline around 17 minute mark...
  • ...2 more comments...
  •  
    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.
Lee Howard

Use jQuery To Submit Form To PHP/MySQL | Ryan Coughlin | Web and Graphic Designer - Des... - 0 views

  •  
    This is a nice, simple tutorial on how to submit forms using php and jquery. It's done by a 20-year-old who admits he was lost the first time he tried to write these codes. That made me feel better!
Ford  James A

A Quick Guide to Healthy Living - 0 views

  •  
    Here is a quick 4 page website I made about eating healthy. There is a quick and easy meal for breakfast, lunch and dinner. All the pictures are from flickr and the creative commons, and all the pictures link back to their original source. Figuring out how to make a picture a link was a little tricky at first, but after a few tries, I got it to work.
 Mark Zaniewski

CSS Restyle of Chicken Kiev - 0 views

  •  
    New and improved CSS version. Also found a menu bar template, fiddled with it a bit, and made comments as part of understanding how it works. Attempting to satisfy webprog-2-d and webprog-2-f.
  •  
    Very nice! If you stick the code for the menu bar *inside* the "wrap" div, I have a feeling it will work out better. Right now, when you maximize on a big screen, the menu goes a bit wonky. (Don't need to fix for the purposes of this assignment, but just so you know.)
  •  
    Thank you! I've been going a little nuts with a few things. :) The menu bar was easy to place in Firefox, but wouldn't position properly at all in IE. I managed to do some fudging, but don't like the result, as I later gave up margins:auto to pin things down. After all that, the two browser renditions still look a little different. Much to learn.
Justin Pierce

Managing Finances Gets Easier - 1 views

I am totally worthless when it comes to bookkeeping. I know most of it is number crunching, and that is the problem. I am not good at numbers. I am a business owner, and it might surprise you how I...

started by Justin Pierce on 27 Nov 12 no follow-up yet
bar software

Bar Point of Sale Software Helps Increase Sales - 2 views

At first, I had no idea that a POS system can help increase the sales of my bar. But after getting a well-informed advice from a POS expert at H&L Australia, I did what he told me. Using H&L Exceed...

bar point of sale

started by bar software on 10 Jan 12 no follow-up yet
 Mark Zaniewski

Chicken Kiev - 0 views

  •  
    Something old, something new, something borrowed, something blue. Unobtrusive Jquery for webprog-5-e. Nav bar is dimmed at 40 percent, and goes to 100 percent on hover. After hover, it returns to 40 percent. The whole div takes the effect. BTW, this is how I called my div in Jquery: $("#mydiv"). Took me almost 3 hours to find that out. :)
Deitrick  Erica L

Dave Raggett's Introduction to HTML - 0 views

  •  
    Hey everyone! I found this site in a book required for another class, it is very helpful and easy to navigate. Check it out!
  •  
    Getting started with HTML is from The World Wide Web Consortium (w3c). This particular article is helpful because it includes the basics of html, including what it is and how to write in html. W3C has to do with the development of html, which I found out from the book, Web Design In A Nutshell by Jennifer Robbins.
Deitrick  Erica L

Student Life and Fitness - 0 views

  •  
    I did this exercise to become more familiar with writing in html and to understand how to use and all of its atributes (which I was having a hard time with). I took a page from QU and duplicated it. Rather than using their pictures, I found one on Flickr instead. I put it in the validator and it passed, after fixing 9 XHTML problems.
Sorteberg  Matthew T

Hide and Show - 0 views

  •  
    I was able to figure out how to use a jquery fadeout. I found that beginners video to be very helpful! I also made it a 'slow' fade.
Pat Salvas

Hide And Show - 0 views

  •  
    By clicking on the "Leave A Comment" link the email form appears. I just cannot figure out how to make the email vaidation code to stick. I am still a little confused on where to put the second function script.
‹ Previous 21 - 40 of 94 Next › Last »
Showing 20 items per page