DQ 1
Does the use of CSS affect the ability to use the advanced web techniques that you have applied throughout the course? The ability to use CSS in advanced web will not alter the advanced web techniques since it is used in the look and formatting of a web page. CSS from the client or browser side only reads the code but that is not to be said that some browsers will not show or read the coding correctly. CSS filters help read and fix problems that might occur when the code is read incorrectly. CSS keeps coding simple and using it with JavaScript for example may aid in the loading of pages faster by combining and compressing files, which helps in database systems. CSS is versatile since not only does it helps aid in the look of a web page but other features such as buttons for leading to another page or buttons for surveys, or error messages.
DQ 2
What issues can arise with the use of JavaScript® language along with server-side programming, such as .NET? What issues does the programmer need to be aware of when developing in both languages? JS is probably the most used programing with almost every website having a few JS lines in it. Server side apps software that access to databases, files, and network sockets are capable APIs and in my opinion there is a hazy line between server-side and client-side scripting, for example server-side scripts can manipulate a web page DOM, browser quirks and bugs are some biggest complaints (Tetlaw, 2013).. JS engines are on most browsers with many server implementations of JS in conjunction with PHP, ASP.Net, and Ruby on Rails. JavaScript libraries such as jQuery would work on the server and as noted previously features such as server-side DOM manipulation should also be possible.
The Homework on Web Page Exercise
Using the search engine of your choice, complete the following items. Be sure to copy and paste the URL along with your answer. This activity should be done in Word. 1. The World Wide Web Consortium sets Internet standards. Who is the current CEO of the W3C? Jeffrey Jaffe. Link: http://www.w3.org/People/Jeff/ 2. What cable company was established in 1858 to carry instantaneous communication across ...
On the positive side of server-side JS it offers the same code could be used on both the client and the server an example might be form fields could be validated using identical methods. Web development typically involves a range of technologies and server-side JavaScript would make the process easier so this means one less language to learn and use. Tetlaw, A. (2013).
Server-side JavaScript Will Be as Common as PHP.
Week 5 summary was about the use of CSS and the ability to use the advanced web techniques I have learned to apply throughout the course. The consensuses of answers are that of CSS will not hurt any and all techniques throughout the course of this class. CSS would enhance the web techniques by putting together functionality is one very specific task and that’s not easy and rarely looks pretty or even presentable by itself. The advantage to using CSS is not taking the visual style away from the site and does nothing to the basic functionality. The other issue that was addressed was what issues can arise with the use of JavaScript language along with server-side programming, such as .NET. To that JS is probably the most used programing with almost every website. JS engines are on most browsers with many server implementations of JS in conjunction with PHP, ASP.Net, and Ruby on Rails, the positive side of server-side JS it offers the same code could be used on both the client and the server.