Internet Services Technologies Flashcards
AJAX
AJAX(Asynchronous JavaScript and XML ) combines JavaScript with the browser command to allow the browser to download data without requiring the whole page to refresh
Cookie
A text file (max 4 kb) used to store customized settings for a website on your local computer
CSS
CSS(Cascading Style Sheets) allow you to define and name styles and then specify the formatting for those styles
JavaScript
A language designed specifically for execution within web browsers
Online Storage
Storage of data in a database by a web server, which manages resource files needed to generate web pages
Server-side instructions / scripting
Server-side instructions, make dynamic creation of a web page possible and are written in languages such as Perl, Ruby and Python
SQL-stored procedures
A whole lot of SQL instructions are grouped together and given a unique name, and then stored inside the database for easy reuse
Web storage specifications
A newer alternative to cookies that allow more continuous and flexible local data storage, and larger amounts of it, using JavaScript
XML
XML or eXtensible Markup Language is a set of rules that you follow when creating your own codes, to allow you to structure data in a text document in any way you need