Skip to main content

Home/ Web Programming/ Group items tagged page

Rss Feed Group items tagged

Monica Aversa

Webdesignerwall.com - Visual Tutorials - 0 views

  •  
    This Webdesignerwall.com page shows 10 examples of what can be accomplished by using jQuery. I like these examples because these are features that I thought could only be achieved by using Flash. This page just has the samples. If you want to use these effects for your own site, view the tutorials at-- http://www.webdesignerwall.com/tutorials/jquery-tutorials-for-designers/
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.
Hostforlife Hosting

How to Create a Hyperlink Between ASP.NET MVC Pages - 1 views

  •  
    In this article, we will discuss about generating hyperlinks using actionlink HTML helper for navigation between MVC pages.
Monica Aversa

Challenge for webprog-2-d: Restyle Recipe Page - 0 views

  •  
    Here is a slightly more festive version of my original page for gluten-free pizza crust.
Katie McLaughlin

MySQL tutorial/beginners' guide - 0 views

  •  
    This site seems to have some basic (read: semi-easy to understand) information written in non-geek speak. Just the basic opening paragraph explained it to me better than reading a bunch of other pages I found
  •  
    While by no means a complete reference, this page gives a much more thorough overview on MySQL that a lot of the other sites out there. I especially like the 'tips and functions' section.
Caruso  Nicholas L

What's My Sign? - 0 views

  •  
    Here is my site for the Sign challenge! A huge shoutout to Nancy for helping me debug the messy code I originally had written! In addition, I used this site for some ideas: http://www.2wap.org/forums/index.php?showtopic=4866&pid=32711&mode=threaded&start=. However, this site led me wrong in multiple ways! Citing it anyways to be safe!
  •  
    The CSS wouldn't copy over to the php file. I couldn't figure that part out, since I copy/pasted the exact link line from my HTML. I don't know why it didn't work.
  •  
    The CSS is still there, it's just that it is only selecting elements that appear on the first page. The second page has none of those elements to select. Should change the selector to "body", since both pages have a "body" tag, and the design rules you have apply generally to the body anyway...
Nancy Hall

About Me - 0 views

  •  
    I figured I would use this 3-page site to tell a little more about myself (and, hopefully, make you laugh a little bit). It is very simple, but it should give you a little more insight into what you're dealing with.
  • ...1 more comment...
  •  
    Nancy, I love your personalized muppets! That's awesome.
  •  
    Hahaha. Thanks, man. We made 3 that day (the third went to my nephew for XMas), and they give them to you in clear plastic bags. So The best part of the whole experience was the reaction from people I passed on the streets of Manhattan!
  •  
    What coding did you use to place the 3 hyperlinks next to each other, across the top? I'm going to do my 3-page site now, but will most likely leave them vertically.
Wright Sashagaye

Web Programming :: 1-6: Images - 0 views

  •  
    When I view my recipe page on the desktop the image and links work fine. But when I publish it to the internet, the link for the image works but the image does not show up. I followed the steps meticulously and cannot figure out what has happened. Can you let me know what I missed?
  •  
    Hopefully I already answered this, but in case not: *Everything* for the site has to get uploaded to the server. So, if you are including an image, the image also has to go up to the server. Next week, when we do style sheets, the style sheet has to go up to the server. Since it's a whole 'nother computer, you need to make sure all the pieces that make up your page/site make it up.
Kelly Utt-Grubb

Create your own HTML pages the old fashioned way - 0 views

  •  
    Do I have to have a fancy HTML editor? No; matter of fact, you can instantly create your own HTML page just by using your favorite text editor (such as "Notepad" in Windows).
Deitrick  Erica L

[Valid] Markup Validation of http://leo21.nfshost.com/indexexample2.html - W3C Markup V... - 0 views

  •  
    This site simplified my webpage and asked me to take out certain tags. After doing so, the page was still readable however, XHTML approved.
  •  
    I have published a page that is up to XHTML standard. I used my recipe for peach daquiris for this validator service. I had nine errors when I first typed it in and after following the directions I was told that my document was successfully checked as XHTML 1.0 transitional.
Caruso  Nicholas L

Show comments on Tortellini Soup Recipe page - 0 views

  •  
    This site lets you add comments to my soup recipe page, and the comments then display for the user to see.
  •  
    Dig the spoons.
Wright Sashagaye

Validated Curry chicken - 0 views

  •  
    Here is the results of my validated recipe page.
  •  
    Unfortunately, the page isn't validating. You need to track down and squash those bugs :). Some of them are the ones I mentioned earlier, I believe. Be sure to let me know when it's validating so I can recheck. Thanks!
Bryan Dumelin

Webprog-1-f Recipe - 0 views

  •  
    This is a recipe page I deveoped for challenge 1-f . It was created using ms-notepad and utilized the basic tags of
    for html coding. I hope you enjoy!
  •  
    Nice work--be sure to keep those tags lower case!
Jay Dee

Good SEO Staff and Services - 2 views

Nowadays, people do not use the yellow pages or go directly to the stores to buy something. They are taking advantage of the internet whenever they have to buy something. For that reason, I have a ...

SEO Perth

started by Jay Dee on 25 Jan 11 no follow-up yet
Gomez Evamarie

5-d Method Error - 9 views

I had to change it from post to get and now it workds just fine. :) Gomez Evamarie wrote: > Hello, > > I keep getting this message every time I submit the required fields. > > Method...

webprog-5-d

Starr Andrew

Sausage & Egg Breakfast Casserole Recipe - 0 views

  •  
    Included challenge 4-f and 4-g into a single page - allows user to post comments and see the existing comments from previous users.
  •  
    The textboxes are a little odd.... but it works!
Zebeck Jillian

Cookie Recipe Showing Database Comments - 0 views

  •  
    Here is my sugar cookie recipe, updated to include a "See Comments" button to show users' the comment information from my database table. I tried to utilize CSS to style the table to match the html page.
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 :).
Monica Aversa

Challenge 4-f: Guestbook form using PHP and MySQL - 0 views

  •  
    This brings you to my guestbook form for the gluten-free pizza crust page.
Monica Aversa

Challenge 4-g - 0 views

  •  
    User feedback page for gluten-free pizza's guestbook.
« First ‹ Previous 41 - 60 of 187 Next › Last »
Showing 20 items per page