Skip to main content

Home/ Web Programming/ Group items tagged and

Rss Feed Group items tagged

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.
Wright Sashagaye

Updated Required Email - 0 views

  •  
    Here is a form page that requires a valid email and name for submission. There are three input fields: name, age and email. However, the name and email fields are required while the age field is optional.
Justin Pierce

Managing Finances Gets Easier - 1 views

I am totally worthless when it comes to bookkeeping. I know most of it is number crunching, and that is the problem. I am not good at numbers. I am a business owner, and it might surprise you how I...

started by Justin Pierce on 27 Nov 12 no follow-up yet
Lee Howard

Blueberry Muffins (with PHP and using MySQL tables) - 0 views

  •  
    The blueberry muffin recipe now includes a way for people to send in their names, email addresses and comments about the recipe, and my database will keep track of all the information, ready to spit it out to me at a moment's notice!
 Mark Zaniewski

HTML 4.01 / XHTML 1.0 Reference - 0 views

  •  
    A quick reference list for HTML 4.01 and XHTML 1.0 tags.
  •  
    A nice list of tags for HTML 4.01 and XHTML 1.0. This is for those times you don't want to wade through a lesson and just need to check something quick.
Caruso  Nicholas L

MySQL Tutorial - Introduction - 0 views

  •  
    This is a MySQL tutorial that you can download to help you understand MySQL databases and php.
  •  
    The following is a site complete with all sorts of tutorials for PHP and MySQL. It is separated by topics such as Setup, Admin, Syntax, Database, Connect, etc, and allows you to jump in where ever you feel the need to. I'm a newbie, so this site has been great to read through.
Caruso  Nicholas L

PHPFAQ - MySQL PHP Questions and Answers - 0 views

  •  
    This page has a number of assorted questions and answers regarding php and MySQL. Good to browse through should you find yourself stuck on something.
Sorteberg  Matthew T

Introduction to HTML - 0 views

  •  
    This is a clear and simple introduction for newbies like me. I'm willing to learn from any source possible. So the more intros I get, the better.
  •  
    I came across this site dealing with HTML through Google. Browsing through, I found it to be great, even for myself, a stone cold beginner to this stuff. It's pretty much a complete tutorial regarding HTML starting from the most basic parts all the way to the advanced material and know-how. In the page itself you will see [Previous] and [Next] buttons which walk you to the next level of the tutorial, down the left side of the page is each part of the tutorial. Hope this helps!
Caruso  Nicholas L

53 CSS-Techniques You Couldn't Live Without | CSS | Smashing Magazine - 0 views

  •  
    This is an article that gives you time saving CSS-techniques. It is a cookbook of web-architect shortcuts. The Links and References section also has a list of other valuable resources as well.
  •  
    More tricks and techniques you can use to make your site better with CSS. This site links you to various others to provide you with tips and codes you can utilize.
Sarah-Jane Bolling

Lissa Explains it All -- HTML Help and Tutorial for Kids - 0 views

  •  
    Ok, so I'm sure none of are kids...age wise (not talking mentally here). I know I learn best when something is dumbed down and in every day speak. So we'll consider this to be junior geek talk. Works for me! And hopefully for you too!
Bryan Dumelin

CSS - Contents and compatibility - 0 views

  •  
    I found this really great site that details browser compatibility with CSS tags. It doesn't depict all css tags (prob. because they all don't have bugs), but details the bugs and compatibility that are known. What is nice is that it lays them out in a tabular format and includes many browsers (including the iPhone).
Alex Halavais

Syllabus Question 2 - 0 views

  • Jing.
    • Chere B
       
      When attempting to download Jing I received the following error message: 16 bit MS-DOS subsystem; The NTVDM CPU has encountered illegal instruction. Can anyone tell me what this means and how to get around it?
    • Alex Halavais
       
      :/ beats me. All I can find on the web is "try the application again." It may just not like your system for some reason. There are some other free screen recorders out there, but I haven't had a lot of experience with them, unfortunately.
  • Notepad++
    • Chere B
       
      When I download Notepad ++ do I need to download the Binary files and the source files in order for it to work?
    • Alex Halavais
       
      You should just need the binaries...
  • For the Mac, you might want to try Text Wrangler
    • Zebeck Jillian
       
      Is there a way to view the text you are working with in Text Wrangler as if it was on the web? I know you can with Text Edit on the Mac? I guess I don't see the value of TextWrangler, yet...
    • Alex Halavais
       
      You can always view the file you are working on in a browser... Nothing wrong with TextEdit (as long as you change to Plain Text).
  •  
    Hi Dr. Halavais. How do I get a web host? I'm having trouble seeing if I have one.
  • ...1 more comment...
  •  
    Questions about web-view using TextWrangler
  •  
    I have a couple questions. They are highlighted within the sticky notes in the text regarding downloading problems also: When downloading Notepad++ do I need both the binary and the source files? When I attempted to download Jing I received the following error message: The NTVDM CPU has encountered illegal instruction. Can anyone tell me what this means and how to get around it?
  •  
    Questions about web-view using TextWrangler
Pat Salvas

Tryit Editor v1.4 - 0 views

  •  
    This is just an example of one of the many pages on the w3schools.com page. I used this site in my 512 class last semester all the time and it is extremly helpful in helping to get all the little aspects of coding. Plus it gives the example code that you can copy and then mess around with to get the hang of it.
  •  
    Pat: be sure to include the tag from the assignment. In this case, it's webprog-1-a, and I added it for you.
Bryan Dumelin

ActionScript 3.0 Language and Components Reference - 0 views

  •  
    Ok I know what you are thinking...why is he bookmarking a flash reference site - flash in a web programming class? Well I decided it was important to bookmark the ActionScript reference page because the structure of ActionScript 3 is similar to javascript used in many webpages. No, you don't need javascript to create a webpage, but adding it can allow for additional site functionality. It is also important to know the potential of integrating flash into a website and allowing for variables to be passed form the webpage and communicated to the flash movie.
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.)
Deitrick  Erica L

Student Life and Fitness - 0 views

  •  
    I did this assignment to become more familiar with writing in html. Also, to work on and its atributes, which I was having a difficult time with. This is a page from Quinnipiac's website, I took the information from it, and found a picture on Flickr. I also added a green background, which I found in the text.
Monica Aversa

Fibonacci Nightmare - 33 views

Thanks, Nancy! I am starting the Fibonacci challenge soon, so I may very well reference this thread if I get lost. Hope everything went well for you in the end! Best, Monica Nancy Hall wrote:...

fibonacci

Starr Andrew

Sausage & Egg Breakfast Casserole Recipe - 0 views

  •  
    Validate email format, check name and comment fields for blanks
  •  
    Recipe page with Javascript to validate email format, and check name and comment fields for blanks.
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!
Hostforlife Hosting

How to Use Dropzone.js and HTML to Upload File in ASP.NET MVC - 1 views

  •  
    In this article, you can learn how to file upload in ASP.NET MVC using Dropzone.js and HTML5.
« First ‹ Previous 41 - 60 of 408 Next › Last »
Showing 20 items per page