Skip to main content

Home/ Web Programming/ Group items tagged code

Rss Feed Group items tagged

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.)
Rock Jennifer

Harry Potter Quiz form - 0 views

  •  
    I used my style sheet from a previous quiz to create a from that required a first name and a valid email address. The validation code came from w3schools, while the required field stuffs came from http://javascript.internet.com/. Because the code came from different sources they required a little tweaking, and I felt the need to add my own unique voice to the pop-up warnings.
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.
Deitrick  Erica L

A library of DHTML and Ajax scripts - DHTMLgoodies.com - 0 views

  •  
    This website has a ton of tutorials and codes. It also has explainations and is a great way to search for ideas and get a sense of what kind of code you will be producing. I would recommend this site to anyone in this class, I wish I would have found it earlier in the semester.
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.
Lee Howard

Simple Counter using mySQL by Laurens Hoek - 0 views

  •  
    Since counters are critical to the usability of MySQL, I thought this copy-and-past version of a counter code would be handy for people.
anonymous

The Fibonacci Sequence - 0 views

  •  
    Yay! Although the code doesn't look right when I view source? Is this ok?
  •  
    Well, it's a good start, but you need to have it run the first 500 numbers, not up to 500 :). So, it's running about 480 short right now. As far as the code goes, just make use of a basic template, except for the PHP bit of it in the middle.
Kelly Utt-Grubb

JavaScript Made Easy: Free JavaScript Tutorials & Example Code - 0 views

  •  
    Large Collection of JavaScript source code. This site features excellent reference material for JavaScript, including a script archive that is easily accessed from the homepage.
Sarah-Jane Bolling

HTML Tags / Codes / Web Page Design - 0 views

  •  
    I love how this site not only gives the code, but shows examples right next to it, to show how it is utilized.
Chere B

Web Color Chart - Hexadecimal - by VisiBone - 0 views

  •  
    This site provides 216 web safe html color codes. When it's time to add a little color to your site hope this can help.
Rafael Santiago

HTML Code Tutorial - Free Reference Guide for Help with HTML Tags Including Form, Frame... - 0 views

  •  
    A website whose purpose it is to be a one-stop shop for all your html coding needs.
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.
Bryan Dumelin

WebCheatSheet Tutorials - 0 views

  •  
    I was bel to find this really helpful site that provides detailed help on different web programming languages, code snipits, and tutorials. Of all the sites out there, I think this one has been the most helpful - easy to use and easy to understand. I wish I had found this sooner! Languages: ASP, PHP, Javascript, HTML, SQL
Hostforlife Hosting

How to Use C# to Remove Text Boxes in a Form - 1 views

  •  
    With this code, you can scale your form intensive site to hold thousands of text boxes and have to ability to remove text boxes all at once.
Bryan Dumelin

CSS CODES LIBRARY - A Complete CSS Library For Web Designers. - 0 views

  •  
    The site seems to be the most helpful css site out there. IF anyone has used the site 'flashkit' its a very similar concept. The site provides tutorials, reference libraries, website samples, and a multitude of css help. I recommend checking it out for any css questions you may have.
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...
Chere B

MySQL :: Building a Database-Driven Web Site Using PHP and MySQL - 0 views

  •  
    This site is very helpful for review. While I was able to complete the PHP assignments some of the concepts were a little hazy. This site is helpful if you would like further explanation. The author provides example code and breaks down each step in a way that is easy to understand. For instance. Here was one of the basic examples:\n\nLoops like these come in handy whenever you're working with long lists of things (such as jokes stored in a database... hint-hint!), but for now we'll illustrate with a trivial example: counting to ten.\n\n$count = 1;\nwhile ($count );\n $count++;\n}\n\nKind of scary-looking, I know, but let me talk you through it line by line.
Hoving Allan

A horizontal menu with css - 0 views

  •  
    This was a simple, easy-to-follow tutorial on creating a horizontal menu with CSS. I attempted to credit the website in the comments field within the code.
  •  
    Allan: but this is a link to the directions: can you link to where you've applied them? Thanks.
Sarah-Jane Bolling

http://www.sarah-janebolling.com/nameemail.html - 0 views

  •  
    Here is my javascript form which validates email addresses as well as phone number, name, zip code and phone number.
  •  
    Hmmm. Managed to slide by some strange email addresses, but good enough for government work :).
‹ Previous 21 - 40 of 108 Next › Last »
Showing 20 items per page