Git Product home page Git Product logo

20480-programming-in-html5-with-javascript-and-css3's People

Contributors

avichaig avatar barucht avatar bckelly avatar christiannagel avatar finastraproject avatar noynir avatar seesharprun avatar slavbarkal avatar vinayapposite avatar yogesh-golande avatar yogeshgolande avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

20480-programming-in-html5-with-javascript-and-css3's Issues

RegistrationController Contains Incorrect RegEx for Email

Email validation RegEx in RegistrationController.cs doesn't match the browser definition for type=email input validation. Browsers allow the name@site, I assume to account for the format of name@IP which has no TLD and is still a valid email. It would seem the backend validation should match the front end browser validation on type=email and allow an email with no TLD. Unless I'm missing something and there a reason this discrepancy exists? Can submit a PR with proposed changes if it's appropriate.

Mod 4 - Exception opening the Error page

Module 4 has an issue opening the error page with this exception:

An error occurred creating the configuration section handler for system.web.webPages.razor/host: Could not load file or assembly 'System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)

The issue is because of an incorrect assembly version number in the views specific web.config file. I'm creating a pull request to fix it.

Module 15: npm installer may have changed its behavior to break the instructions/code flow?

In Module 15/Exercise 1/Task 1:

  • Step 9, this command works: npm install babel-core babel-loader babel-preset-es2015 webpack --save-dev ...BUT, the changes it makes to the package.json file no longer seem to allow the command later in Task 2/Step 1 (npm run webpack) to run successfully.

  • Instead, one receives an error npm ERR! missing script: webpack

  • One way to work around this problem is to modify the package.json file after the initial npm install to be:

{
"version": "1.0.0",
"name": "asp.net",
"private": true,
"scripts": {
"webpack": "webpack"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
}
}

This seems to allow one to proceed successfully to the end of the module.

Comparing A, B, C versions

So i'm learning the C version, but i also have access to A, B. On the C version there is no more jQuery and then we have something new: NodeJS, NPM, Webpack. So my questions is, because Microsoft has released a new version of their documentation (C) ant it does not include jQuery any more, will there be jQuery questions in the current exams?

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.