Coder Social home page Coder Social logo

web-design-project's People

Contributors

kadehennacy avatar roachbones avatar spencer-maaaaan avatar st3aks avatar

Watchers

 avatar  avatar

web-design-project's Issues

remove use of deprecated "event.target" from form_validation.js

event.target is currently used to tell what element is triggering event handlers within form_validation.js for each validation function. It would be better if we used DOM addresses found with document.getElementbyId("<field-id>")

The reason for the current event.target implementation is to distinguish between a last_name and first_name field triggering the event.

decide on a universal ordering of attributes for html elements

Some of the elements in our html documents have the attributes in random orders, we should probably decide on or find the conventional ordering of attributes.

Ex:
<input type="text" id="last_name" name="last_name"> vs. <input type="text" name="last_name" id="last_name">

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.