Skip to main content

Home/ Web Programming/ Group items tagged webprog-5-a

Rss Feed Group items tagged

mesbah095

Guest Post Online - 0 views

  •  
    Article Writing & Guestpost You Can Join this Site for Your Article & guest post, Just Easy way to join this site & total free Article site. This site article post to totally free Way. Guest Post & Article Post live to Life time only for Current & this time new User. http://guestpostonline.com
herbert belkin

Online Programming Courses | Learn Programming Online - Learnstreet - 0 views

  •  
    LearnStreet is an online education platform for coding languages such as Ruby, Python, and JavaScript (as of January 2013). The program is designed to help users learn fundamental coding skills and apply them to a number of real-world projects.
  •  
    online education platform that democratizes coding via a completely new mindset and approach ­ for teaching people how to code.
luke jenning

Step-by-step process for building amazing projects - 0 views

  •  
    Great resource for Web Programming newbies! & Apply your programming skills to build fun things like a Bubble Sort, Numeral Converter, Happy Numbers, Bank Teller, Blackjack Game, 99 Bottles Of Beer and much more.!!
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.
  •  
    Deja vu. Thought I commented on this, but maybe not. It sends the following as the realcard: cards[0]. Hard to match that with a 1 through 5.
Caruso  Nicholas L

Lecture 5-2 comment... - 0 views

  •  
    A comment I placed on Video Lecture 5-2...
Bryan Dumelin

Web Programming :: 5-1: Javascript - 0 views

  •  
    I asked 2 questions related to Javascript.
  •  
    At the 17:23 mark in the first video of the JavaScript module, I asked if Professor Halavais could clarify some text on the screen. However, the text may have been blurred out deliberately since the surrounding text is fuzzy but not as bad. Just don't want to miss any important steps!
  •  
    Its interesting that javascript is fading off the design of html pages, yet it is becoming a key tool for flash programming...maybe javascript was just misplaced in the early development of the web.
Chere B

Viddler.com - webprog-5-3b - Uploaded by halavais - 0 views

  •  
    Here's a link that gives a little background on the move towards unobtrusive JavaScript. It breaks down the various methods, drawbacks and solutions every step along the way.
Caruso  Nicholas L

FireFTP - The Free FTP Client for Mozilla Firefox - 0 views

  •  
    For those who have not picked an FTP client yet, this seems like a solid option. It's free, so that's a start! I had troubles with FileZilla because it said I needed Mac OS X 10.5 or newer and I'm on 10.4.
  •  
    FireFTP is an add-on for Firefox. It's the FPT client I'm going to use for this class. This bookmark has an FAQ for installing and using the client, which like I said before, I really need because I've never done this before.
  •  
    Fixed the webprog-1-a tag.
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
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.
Sarah-Jane Bolling

Web Hosting:IX WEB HOSTING:Best Web Hosting Site:Webhosting Provider - 0 views

  •  
    I host at least 5 different sites with this webserver and have never had any trouble. I've used their help desk quite a few times and have always received a response in a timely manner. When I was first looking for a webhost, I found a list of reviews on CNet, and at the time, IXwebhosting was rated #1. The price is right as well. I approve!
Jamie McCarty

HTML Cheatsheet - Webmonkey - 0 views

  •  
    Webmonkey, which I found while doing in ICM 501, is a great resource. I like the fact that it is at the "Primate" level of skill and yet has a 4-out of-5 banana rating. For those who aren't into coding and have a hard time remembering what kind of tags go before what you want to do, it's great to have open in a different window to reference.
Monica Aversa

The Pink Bubble | Join Our Mailing List! - 0 views

  •  
    For challenge 5-d: A form with an e-mail validator. If you need help or a lead, I got my JavaScript code from http://www.javascript-coder.com.
Marie Shanahan

Require Email & Name - 0 views

  •  
    A form that includes fields for name and email, and a dropdown select menu. Name (at least 1 character) and a properly formatted email with @ and . are required. The form doesn't actually send any information (since that wasn't required), but after you fill it out, it brings you to a thank you page.
Deitrick  Erica L

Java script tutorial for the total non-programmer - 0 views

  •  
    webteacher.com has an excellent tutorial for learning JavaScript. It starts off saying that it is JavaScript for the non-Programmer and goes through step by step defining terms such as JavaScript, Object Oriented Programming (OOP), objects, methods, properties, events, functions, alerts, forms, buttons etc. It also has a great chapter on Loops (chapter 5). This site shows examples of code and slowly goes through step by step the structure and components of JavaScript.
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

Caruso  Nicholas L

JavaScript | learn to write JavaScript scripts || HTMLSource ] - 0 views

  •  
    This site has lots of useful information re: javascript, event handlers, functions, etc. I found it particularly useful in doing the hw for Mod 5. It had so many script options I didn't even know where to start. Worth spending some time here!
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.
Nancy Hall

Required Email Addy and Name - 0 views

  •  
    This is a link to a working comments page (linked to a database table) which requires a valid name and email address before submission using Javascript. An error message appears & fades at the bottom of the form if something is omitted. I also made the same thing happen using PHP, so there are also messages at the top of the page from that code. I got the Javascript from http://www.leigeber.com/2008/04/dynamic-inline-javascript-form-validation/, and included this citation in my js page. Upon submission, a thank you message appears at the top of the form.
  •  
    Nice!
Mark Cotrupe

Creating Sortable Lists With PHP And Ajax - PHP articles and PHP tutorials - PHP 5, My... - 0 views

  •  
    This is a more advanced tutorial on using Ajax and PHP to extract a list from a MySql database that can be done in a way that an ordered list can't provide. After you've created the database, you use PHP and Ajax to drag and drop data in the order you want it extracted, then you can save the data in this newly-defined order.
1 - 20 of 67 Next › Last »
Showing 20 items per page