Skip to main content

Home/ Web Programming/ Group items tagged links

Rss Feed Group items tagged

anonymous

25 Resources to Get You Started with PHP from Scratch - NETTUTS - 0 views

  •  
    This site provides 25 links to tutorials for php beginners, I will surely be taking advantage of tips found through this site!
Kuban  Ellise J

Intro to Ellise - 0 views

  •  
    This site is basically a brief introduction to me, Ellise. Nothing complex or fancy, just wanted to use some basic and tags as well as link in the site, and out of the site.
  •  
    Yeah, not trying to go for the triple-points score is a good call :). Nice site.
Wright Sashagaye

Jamaica site with Menu Bar - 0 views

  •  
    I added a menu bar to my page on Jamaica. The menu bar now links to outside sources with corresponding information.
Kuban  Ellise J

Quinnipiac University | Publishing Web Pages to MyWebSpace using FTP for Macintosh Users - 0 views

  •  
    Also for my 512 class, I needed an FTP. Quinnipiac offers Fetch for free to students and this page is a guide on how to get the program for your computer. This page is for Mac users, but you can see on the left hand navigation bar that there is a link for PC users too.
Sarah-Jane Bolling

Walt Disney World - 0 views

  •  
    Here is a very basic multi-page site dedicated to Walt Disney World. Each of the four theme parks has its own webpage, linked together through navigation at the bottom of the page. I'd forgotten how hand coding (vs Dreamweaver) can be a time consuming feat! But I survived and it's helping to re-learn basic html codes!
DiLieto  Lauren M

Red Zuppa Di Mussels - 0 views

  •  
    Here is an updated link to my recipe for Red Zuppa Di Mussels, enjoy!
  •  
    Missed closing the "header" div (that is, you're missing the closing bracket). Haven't tested to see whether it renders in browsers other than Firefox, but need to be careful of such issues. Good job here.
Nick Caito

Module 1 - 0 views

  •  
    here's my work for module 1... it's a three page site, each with a picture and 2 links. hopefully it's all valid xhtml.\none page is an 'about me,' another is a recipe
  •  
    Hi, Nick. Need to remember to tag these with the appropriate challenge, or I don't know to check them :). I've added the tags to this one.
 Mark Zaniewski

Simple Hover | 13styles CSS Menus - 0 views

  •  
    This links to the menu bar template I used in my Chicken Kiev restyle with CSS. I like it because it has a clean modern look that doesn't look "button heavy". There is a fair amount of code, but most of it is straightforward. I made comments in my CSS sheet to help me remember what was going on. For webprog-2-a.
Sarah-Jane Bolling

Crock Pot Chicken Wings - 0 views

  •  
    Here is my updated recipe page; CSS version. This new one has a gray background for the main page and white to make the actual recipe stand out. The main title stands out against the other headers by color and size. All headers are in a sans-serif font while body text is a serif. Also, the links have a rollover feature and are a differnt color than the body text.
Bawa Neha

Sprouted Lentil Salad - 0 views

  •  
    This is my recipe for module 1-f. I'm not sure why the image doesn't show up in the browser, but it has an active link to the Flickr page the picture was found on.
Katie McLaughlin

All the Presidents' Menus - 0 views

  •  
    Though the assignment was to publish a three-page site, I got a little carried away and added more. This is just a fun site dedicated to (some) U.S. Presidents' favorite foods. From the home page, you can link to Obama, Clinton, Bush 41, Reagan, and Kennedy -- and back home again. Bon Appetit!
Zebeck Jillian

My Intro Challenge - 0 views

  •  
    This is a link to our introduction challenge -- about me!
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...

Marie Shanahan

Quinnipiac University Campus Map - 0 views

  •  
    Final Assignment. Interactive, customized Google map of the Quinnipiac campus. Color coded and packed with photos, links and more. The page includes a cascading dropdown select menu (from module 6), so you can see which buildings hold which departments. You can get to more of the official QU website from this page as well - I included the QU's site rollover menu bar. Enjoy the summer!
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.
Rock Jennifer

Travel Tabs - 0 views

  •  
    I hoped tabs were unobtrusive... I went back and redid a page from Module 1, putting all my travel abroad trips in one tabbed content box. The first sequence of code I tried nearly ruined my life, but Dr. Halavais was kind enough to send me a link that didn't make me want to end my life.
  •  
    Small issue: when fonts are user-changed, it can bounce the last tab to a second line. But good enough to meet the requirements for the assignment, and good for you for trying something especially challenging.
Nick Caito

Module 7: Rate My Class - 0 views

  •  
    here's the 'home' for my 'rate my class' project. as of this posting, i've got the structure of the site all laid out, it just needs some cascadingly stylish touches. i didnt use any javascript on this yet either. i just wanted to get something posted in time for the class deadline. each class has its own php page, which pitches and catches to itself, and its own mysql table. the nav drop down links directly to each course. enjoy!
Monica Aversa

JavaScript Kit- Your comprehensive JavaScript, DHTML, CSS, and Ajax stop - 0 views

  •  
    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.
Monica Aversa

Challenge for webprog-4-f: Form using PHP and MySQL - 0 views

  •  
    This brings you to the guestbook for my gluten-free pizza crust page.
  •  
    Seems to be eating the last part of my URL. Is the VARCHAR big enough to hold big urls? Or is it something else? Be nice if the URLs were links (e.g., for the name). Nice, but unnecessary :).
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.
« First ‹ Previous 41 - 60 of 73 Next ›
Showing 20 items per page