Skip to main content

Home/ Web Programming/ Contents contributed and discussions participated by Kuban Ellise J

Contents contributed and discussions participated by Kuban Ellise J

Kuban  Ellise J

Rate-a-Class - 0 views

  •  
    This is my final project. all the pages validate, and i have included the little icon the validation page provides you. I have used ajax and php on the first page to display course information when you select a course from the drop down menu. on the courses page, i have included a javascript validation to make sure you fill out all the fields if you want to submit a rating and comments. The php automatically displays the comment once posted. any questions, just ask! Thanks for everything
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
Kuban  Ellise J

projects - 0 views

  •  
    I did this page for my personal web site. If you have seen the first, rough draft so to say of my sight, you will notice I have taken out the links as I am working on the site. But the links to the past projects work fine. If you click on the plus sign, you will see a description of the project, and if you click on the minus sign, the description will hide. I liked this idea because with all the descriptions on the page, the page looked too text heavy. This method allows the user to pick and choose which site they want to know more about, while not being overwhelmed or distracted by other text.
Kuban  Ellise J

Javascript Email Validation - 0 views

  •  
    I also suggest checking out this site for some help with javascript and validation! unlike some other sites, the color properties of the different code help to make things visually clearer, and thus, easier to understand when trying to work out how the code is set up.
Kuban  Ellise J

Form Input Validation JavaScript - check user input and validate it (thesitewizard.com) - 0 views

  •  
    This site helped me to understand the basic idea of the steps behind javascript validation
Kuban  Ellise J

Graded - 0 views

  •  
    updating this page on my photo site from module 2, I have changed the layout a bit. I have also added buttons to show and hide the description of the pictures. I really like this show/hide feature. I feel it will come into good use when i have alot of text, that i dont want overwhelming a user unless they want to read it all. the jquery home page and tutorials are very very helpful with great, at least i think so, examples/demos/references to using javascript and jquery
Caruso  Nicholas L

Question re: Challenge 4-F - 19 views

started by Caruso Nicholas L on 18 Mar 09 no follow-up yet
  • Kuban  Ellise J
     
    Hi!

    if im reading your code right... i think where you have $fullname=""... you are saying that, that variable $fullname is nohthing... so you have to define that variable. in the video, it is being defined as 1. if you want information that a user is submitting in a form to wqual that variable, define that variable by using the $_POST or $_GET (whichever method you are using)


    i think that might be an issue, i hope im right and have not led you in the wrong direction! let me know!




    Caruso Nicholas L wrote:
    > So I've been trying to figure this out for like 6 hours now and I'm staring at the same code and not figuring anything out! I have my database all set up, and most of my code written, but I seem to be missing 1 line of crucial code that actually puts the info into my database.
    >
    > That said, this is the part of the video lecture I don't really get:
    >
    > $success = 1;
    > $shape = 1;
    > $ip = "placeholder";
    >
    > I'm not sure what this part of the code is actually doing.
    >
    > Right now, my own code reads (and this is where I'm sure the error(s) lies:
    >
    > $fullname = "";
    > $email = ""; (// I still don't know what to put in the these " " since they're all varchar data
    > $comments = ""; types. Is that my problem!?)
    >
    > $sql = "INSERT INTO soup2 (fullname, email, comments); VALUES ('".$fullname."','".$email."','".$comments."');";
Kuban  Ellise J

Contact - 0 views

  •  
    this page submits info into my database where i can read it, and then choose to respond. i added the javascript to this pages that requires an entry in the name, email and comment fields as well as a valid email address... comments in the .js file show where i got my code and help from. it validates
Kuban  Ellise J

Guestbook - 0 views

  •  
    This is a Guestbook for my photo site that I made back for module 2. i wanted to have the entries be displayed like a blog, with the most recent posts displaying on top of the older ones so in the SELECT.... i used the ORDER BY feature to do this. i also noticed that everytime i loaded the page, an empty posting would show up on the guestbook, so in the SELECT i had to specific WHEN something specific was happening... aka.... when the name field was filled out. that is why there is a *required next to the name input
Kuban  Ellise J

Ellise's Picture Emporium - 0 views

  •  
    i am re-bookmarking this site and re-tagging it with the mod 2 tag, because i have adjusted things a bit in my FTP... organized things a bit. So the old site bookmarked with the url http://thisandthat.nfshost.com/picturehome.html WILL NOT WORK ANYMORE. to reach that page, you need to hit this url: http://thisandthat.nfshost.com/moduletwo/picturehome.html which is the page bookmarked here. i did this because i am adjusting somethings on this page for mod 4 and when im done, i will retag with mod 4 challenges, but im not ready, at this point in time 3/10/09 to do that yet.
Kuban  Ellise J

Guess a Card, any Card - 0 views

  •  
    this is my version of the card game page, but where the card facing down is a random card, not the established heart card. i spent a few min. hitting the same card to see if they would eventually match, but then i got bored. I think this code should work, should is key. Prof, i will email it to you as per the webprog instructions to see if theoretically it would work.
Kuban  Ellise J

I saw the Sign... - 0 views

  •  
    wow... 6 hours later, my eyes are bleeding and my head is pounding, but I think this works...
Kuban  Ellise J

Roll Away... - 0 views

  •  
    This is my page recreating the dice.
Kuban  Ellise J

Ellise's Picture Emporium - 0 views

  •  
    This site is supposed to display some of my photography work. It is simply supposed to introduce people to the style of pictures I take from landscapes to people. The menu bar on this site I learned last semester in 512. It is supposed to navigate the user throughout the site.
Kuban  Ellise J

[Valid] Markup Validation of http://thisandthat.nfshost.com/intro.html - W3C Markup Val... - 0 views

  •  
    Success! a good to go according to w3.org
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.
Kuban  Ellise J

Web Prog - 1-1: Course Syllabus - 0 views

  • shell account
    • Kuban  Ellise J
       
      what exaclty is a "shell account". I looked it up on Wikipedia (http://en.wikipedia.org/wiki/Shell_provider), but can you try to explain it in English aka understandable terms?
    • Kuban  Ellise J
       
      Thanks, this actually spawned another question, but relating to Diigo. I had no notification (or none that I could see) or anything that you had responded to my sticky note. Is there something I'm missing or should I just remember to check back. Thanks
    • Kuban  Ellise J
       
      and in turn, can you tag sticky-notes? here is my fake tag webprog-1-b
Kuban  Ellise J

IPL Kidspace: Learning HTML - 0 views

  •  
    This site also helped me out last semester. The biggest problem I had just simply understanding the concepts behind HTML. Once I got the patterns down, it was just a matter of learning the tags, etc.
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.
Kuban  Ellise J

HTML: An Interactive Tutorial - Dave's HTML Code Guide - 0 views

  •  
    Hi every, a little late to join the crowd, but better late than never! I found this site last semester when I was working on my website for 512. While it is a little hard to take in at once, and there are alot of annoying ads, I found the basic meat of the content to be helpful when I was teaching myself HTML.
1 - 20 of 20
Showing 20 items per page