Above the fold
The part of a web page that is visible without any scrolling. This is prime advertising space.
AJAX
AJAX, stands for Asynchronous JavaScript and XML, which is a term describing a web development technique for creating interactive web applications using a combination of: * HTML (or XHTML) and Cascading Style Sheets for presenting information* Document Object Model, JavaScript to dynamically display and interact with the information presented* XML, XSLT and the XMLHttpRequest object to interchange and manipulate data asynchronously with the web server. (source: http://en.wikipedia.org/wiki/AJAX).
Alt tag
The alternative text that the browser displays when the surfer does not want to or cannot see the pictures present in a Web page. Using alt tags containing keywords can improve the search engine ranking of the page for those keywords.
Artwork
All original copy, including type, photos and illustrations, intended inclusion in the website. Also called art.
ASP
Short for Active Server Pages that is used for creating dynamic content of a web page. Technically said it is a server side scripting language. It is mostly used on Windows platforms.
|