Preview

Week 5

Good Essays
Open Document
Open Document
585 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Week 5
Week 5
Chapter readings: 2 (p.), 9 (p.), and 10 (p.) of Programming in Visual Basic 2010.
Bringing Advanced Techniques Together
Searches:
JavaScript and databases and web services website design and techniques

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. On the

You May Also Find These Documents Helpful

  • Good Essays

    Pt1420 Unit 7 Analysis

    • 737 Words
    • 3 Pages

    Before I have examined to answer why do we think most web pages today require server side programming? Particularly meaningful to me toward defense entirely regarding the server side programming Characteristics, since there is a few common component of server side programming besides the technology we practiced which perform by:-…

    • 737 Words
    • 3 Pages
    Good Essays
  • Good Essays

    Week 7

    • 458 Words
    • 2 Pages

    * Use a spreadsheet to develop a point-scoring matrix and determine which system Mark should select.…

    • 458 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Week 7

    • 406 Words
    • 2 Pages

    A. 1. Net Operating Profit after Taxes (Operating Income x (1-Tax Rate) NOPAT for 2011 = 108.6 (1-.40) =$65.16…

    • 406 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Week Five

    • 615 Words
    • 3 Pages

    I would choose the CPOE process because of the built in clinical decision support. Alerts will appear when orders are entered for medications that may contain pencillin. If the patient were to be prescribed a mediciation that may cause a reaction that could result in the patients death.…

    • 615 Words
    • 3 Pages
    Satisfactory Essays
  • Satisfactory Essays

    week 8

    • 1307 Words
    • 1 Page

    yes i would like to copy and paste my paper into a form. bjlbcjjckxzkcnxjcbnzxjbcxzcbjascbosahbcn'a?SCN;Cnxmzncjkcnzncjscnxzmcnjkcxnzmcnjaksncxzmcn.NCJKSCXN jsakcbnhbckjscbjsacbkjNB>kajscnjkscnjksABahNHjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjjj-…

    • 1307 Words
    • 1 Page
    Satisfactory Essays
  • Satisfactory Essays

    week 11

    • 273 Words
    • 1 Page

    In the trolley car problem I would hit the switch to save the 4 people and sacrifice the one because I would not be able to live with myself just by allowing them all to die. At least even though I would be sacrificing one person I would still be able to save the rest of the people.…

    • 273 Words
    • 1 Page
    Satisfactory Essays
  • Good Essays

    Week 3

    • 479 Words
    • 2 Pages

    Is it ever morally permissible to lie to someone? Describe a circumstance in which it seems that lying might make more people happy than telling the truth. Would lying be the right thing to do in that circumstance, or is it our moral duty to tell the truth, even then?…

    • 479 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    Week 3

    • 754 Words
    • 4 Pages

    makes the physical database available for different logical views. makes the logical database available for different analytical views. makes the physical database available for different analytical views. makes the relational database available for different analytical views.…

    • 754 Words
    • 4 Pages
    Satisfactory Essays
  • Powerful Essays

    Javascript Course Notes

    • 9708 Words
    • 39 Pages

    * Client-side JavaScript extends the core language by supplying objects to control a browser (Navigator or another web browser) and its Document Object Model (DOM). For example, client-side extensions allow an application to place elements on an HTML form and respond to user events such as mouse clicks, form input, and page navigation.…

    • 9708 Words
    • 39 Pages
    Powerful Essays
  • Powerful Essays

    Javascript: C and Draw

    • 2149 Words
    • 9 Pages

    INTRODUCTION TO JAVASCRIPT {draw:rect} What is JavaScript? JavaScript was designed to add interactivity to HTML pages JavaScript is a scripting language A scripting language is a lightweight programming language A JavaScript consists of lines of executable computer code A JavaScript is usually embedded directly into HTML pages JavaScript is an interpreted language (means that scripts execute without preliminary compilation) Everyone can use JavaScript without purchasing a license {draw:rect} Are Java and JavaScript the Same? NO! Java and JavaScript are two completely different languages in both concept and design! Java (developed by Sun Microsystems) is a powerful and much more complex programming language - in the same category as C and C++. {draw:rect} What can a JavaScript Do? JavaScript gives HTML designers a programming tool - HTML authors are normally not programmers, but JavaScript is a scripting language with a very simple syntax! Almost anyone can put small "snippets" of code into their HTML pages JavaScript can put dynamic text into an HTML page - A JavaScript statement like this: document.write("" + name + "") can write a variable text into an HTML page JavaScript can react to events - A JavaScript can be set to execute when something happens, like when a page has finished loading or when a user clicks on an HTML element JavaScript can read and write HTML elements - A JavaScript can read and change the content of an HTML element JavaScript can be used to validate data - A JavaScript can be used to validate form data before it is submitted to a server. This saves the server from extra processing JavaScript can be used to detect the visitor's browser A JavaScript can be used to detect the visitor's browser, and - depending on the browser - load another page specifically designed for that browser JavaScript can be used to create cookies…

    • 2149 Words
    • 9 Pages
    Powerful Essays
  • Powerful Essays

    Java and JavaScript share many similarities, but are unique in many more ways. The two languages share similar goals and history, but both serve vastly different purposes. While both are object-oriented languages, Java is an interpreted language while JavaScript is, as its name implies, a scripting language, and not a true programming language. Java is meant mostly to be a multi-tiered language, while JavaScript was written to be a client-side language. While the two languages may look very similar at first glance, a line of code identically written in both languages can produce wildly different results. This is because Java is a strongly-typed language while JavaScript is a loosely-typed language. Both exist to make Web pages more interactive for users, but how they go about doing this and how they work is wildly different.…

    • 2401 Words
    • 10 Pages
    Powerful Essays
  • Powerful Essays

    Php, Jsp, and Asp.Net

    • 948 Words
    • 4 Pages

    Server side scripting is a web server technology that is usually used to generate web pages in a dynamic and interactive manner and content that interact with the database and other data stores. To achieve this, several scripting languages have been developed, the most common being jsp (Java server pages), ASP.NET and PHP.…

    • 948 Words
    • 4 Pages
    Powerful Essays
  • Powerful Essays

    HTML 5 is newer version of HTML markup language made by grouping different specifications such as HTML4, XHTML1, DOM-2 etc. Currently it has been under development process. To build a web-page requires only HTML, but today this statement has changed because today user wants a rich user experience, they want website to do what they want. Today there are few web sites available which are solely based on HTML only. Some uses only CSS to define the look of the page, some uses different kinds of client-side script like JavaScript or Flash to provide rich user experience. But such kind of scripts makes website slow to load. Therefore, after more than 10 years published the last HTML specification, it is essential to create a new standard for the future of the web to collect and somehow solve the needs of developers. In HTML5 we can perform some animations without using Client-side scripts.…

    • 3204 Words
    • 13 Pages
    Powerful Essays
  • Satisfactory Essays

    When thinking of the functions that are needed in order for JavaScript to function, there are several that comes to mind. One first has to understand what JavaScript is; it is an object-oriented computer programming language that is used to create a responsive effect within and between web browsers. An object-oriented program allows the individual to be able to deal with different types of objects. An object-oriented draw program allows the person to draw different types of objects, like; circles, rectangles, squares “JavaScript is an interpreted programming or script language from Netscape” (Rouse, M 2001-2015). JavaScript is used within the bounds of a web pages to enable the user larger functions for example; form submission, interactivity, and animations which gives diversity. JavaScript can also run on a web server to generate HTML documents; therefore making it run as a Server-Side script, however this usually limits the client-side scripts. The functions can be completed by implementing different steps. (Sebesta, R 2013)…

    • 500 Words
    • 2 Pages
    Satisfactory Essays
  • Better Essays

    Software and Its Types

    • 1771 Words
    • 8 Pages

    Well-known programming languages include Basic, Java, and C. Basic has been modified into Visual Basic, a language useful for writing the portion of a program that the user “talks to” (i.e., the user interface or graphical user interface or GUI). Java is especially useful for creating software that runs on a network of computers. C and C++ are powerful but complex languages for writing such software as systems software and games.…

    • 1771 Words
    • 8 Pages
    Better Essays

Related Topics