Technical Jargon Knowledge Base - Glossary
Tue, 02/05/2008 - 17:46
Broadband :
(High Speed Internet Access)
CSS
is used by both the authors and readers of web pages to define colors, fonts, layout, and other aspects of document presentation. It is designed primarily to enable the separation of document structure (written in HTML or a similar markup language) from document presentation (written in CSS). This separation provides a number of benefits, including improved content accessibility, greater flexibility and control in the specification of presentational characteristics, and reduced complexity of the structural content. CSS is also capable of controlling the document's style separately in alternative rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on braille-based, tactile devices.
DNS :
(Domain Name Service -or- Domain Name Server)
Electronic commerce, e-commerce or e commerce :
A firewall is considered a first line of defense in protecting private information. For greater security, data can be encrypted.
Originally defined by Tim Berners Lee and further developed by the IETF with a simplified SGML syntax, HTML is now an international standard (ISO/IEC 15445:2000). The HTML specification is maintained by the World Wide Web Consortium (W3C).
In terms of file extensions, HTML documents are frequently named ".HTM", a shortened version implemented in order to get the documents to display properly on DOS/Windows 3.1 systems. This variant conforms with the 8.3 limit on file naming which was a result of the File Allocation Table file system. While unnecessary for modern versions of Windows, the shortened form remains common by convention.
Early versions of HTML were defined with looser syntactical rules which helped its adoption by those unfamiliar with web publishing. web browsers commonly made assumptions about intent and proceeded with rendering of the page. Over time, the trend in the official standards has been to create increasingly strict language syntax; however, browsers still continue to render pages that are far from valid HTML. HTML 4.01 is the current version of the HTML specification, although the W3C is moving toward replacing it with XHTML, which applies the stricter rules of XML to HTML.
IP address (Internet Protocol address) :
In addition to serving individuals, ISPs also serve large companies, providing a direct connection from the company's networks to the Internet. ISPs themselves are connected to one another through Network Access Points (NAPs).
Modem (MOdulator, DEModulator) :
NIC :
Networked Information Center / "Network Interface Card"
Examples of PHP applications include phpBB as well as MediaWiki. The PHP model can be seen as an alternative to Microsoft's ASP.NET/C#/VB.NET system, Adobe's ColdFusion system, Sun Microsystems' JSP/Java system, the Zope/Python system, and to the Mod perl/Perl system.
Search Engine Optimization (SEO) :
When the Internet was first invented, the World Wide Web hadn't yet made its entrance. When it did, web design consisted of a basic markup language, called HTML that included some formatting options, and the ability to link pages together using hyperlinks. It was this feature that characterized the web among other communication methods, and characterized web design among other design methods. Because of this unique behavior of the World Wide Web, and the unique behavior it encouraged in users, web design would prove to be unlike any other form of design before or since, with the possible exception of interactive CD-ROM design.
As the web and web design progressed, the markup language used to make it, known as HTML, became more complex and flexible. Things like tables, which could be used to display tabular information, were soon subverted for use as invisible layout devices. With the advent of Cascading Style Sheets (CSS), table based layout is increasingly regarded as outdated. Database integration technologies such as server-side scripting (see CGI, PHP, ASP.NET, ASP, JSP, and ColdFusion) and design standards like CSS further changed and enhanced the way the web was made.
The introduction of Macromedia (now owned by Adobe) Flash into an already interactivity-ready scene has further changed the face of the web, giving new power to designers and media creators, and offering new interactivity features to users. Flash is much more restrictive than the open HTML format, though, requiring a proprietary plug-in to be seen, and it does not integrate with most web browser UI features like the "Back" button.
As in all professions, there are arguments on different ways of doing things. These are a few of the ongoing ones.
Many designers compensate for this by wrapping their entire web page in a fixed width box, essentially limiting it to an exact pixel-perfect value, which is a fixed layout. Some create the illusion of liquidity by building the graphics for their web page at a size larger than any current standard monitor size (however, at the current rate of monitor super sizing, this method will soon become obsolete). Other designers say that this is bad because it ignores the preferences of the user, who might have their browser sized a specific way that they like best. These people propose a liquid layout, where the size of the web page adjusts itself based on the size of the browser window.
There is for usability (rather than wanting control) that a designer may choose a more fixed layout. Studies have shown that there is usually an optimal line width in terms of readability. One rule to appear from such studies is that lines should be between 40-60 characters long, or approximately 11 words per line.
This decision of which style of layout to use is often made on a case by case basis, depending on the needs and audience of the website.
Many graphic artists use Flash because it gives them exact control over every part of the design, and anything can be animated and generally "jazzed up." Some application designers enjoy flash because it lets them create applications that don't have to be refreshed or go to a new web page every time an action occurs. There are many sites which forego HTML entirely for Flash.
Flash detractors claim that Flash websites tend to be poorly designed, and often use confusing and non-standard user-interfaces. Up until recently, search engines have been unable to index Flash objects, which have prevented stores from having their products easily found. It is possible to specify alternate content to be displayed for browsers that do not support Flash. Using alternate content also helps search engines to understand the page, and can result in much better visibility for the page.
The most recent incarnation of Flash's scripting language (called "actionscript", which is an ECMA language similar to JavaScript) incorporates long-awaited usability features, such as respecting the browser's font size and allowing blind users to use screen readers. Actionscript 2.0 is an Object-Oriented language, allowing the use of CSS, XML, and the design of class-based web applications.
The final consensus is that Flash is simply a tool, and like all tools it takes a skillful crafts person to know when, and how, to use it properly. Adobe's other two products, Fireworks and Dreamweaver, makes Flash integration with graphics and HTML a lot easier.
After the browser wars were over, and Internet Explorer dominated the market, designers started turning towards CSS as an alternate, better means of laying out their pages. CSS proponents say that tables should only be used for tabular data, not for layout. Using CSS instead of tables also returns HTML to a semantic markup, which helps bots and search engines understand what's going on in a web page. Today, all modern web browsers now support CSS with different degrees of limitations.
However, one of the main points against CSS is that by relying on it exclusively, control is essentially relinquished as each browser has its own quirks which result in a slightly different page display. This is especially a problem as not every browser supports the same subset of CSS codes. For some designers used to the creating table-based layouts, developing websites in CSS often becomes a matter of replicating what can be done with tables, leading some to find CSS design rather cumbersome. For example, it has proved rather difficult to produce certain design elements, such as vertical positioning, and full-length footers in a design using absolute positions.
These days most modern browsers have solved most of these quirks in CSS rendering and this has made many different CSS layouts possible. However, people still continue to use old browsers which do not get updated any more. Most notable among these are Internet Explorer 5 and 5.5 which, according to some web designers, are becoming the new Netscape Navigator 4 a block that holds the internet back from converting to CSS design.
Server-side A web server, running special software, constructs an HTML page 'on the fly', according to the user's request and possibly other variables, such as time or stock levels.
Suitable scripting languages include:
PHP
ASP
JSP
CGI
XSLT can be used translate data in XML format into HTML.
mySQL is a popular, free, database, suitable for use with the above; it allows users, subject top password access if required, to update content.
Client-side scripting works at the user's browser, and therefore should not be used for "mission critical´ work, where the user´s capabilities are not known -it is more suited to adding decoration and other ephemeral content. It is most often achieved through JavaScript.
Client side DHTML can pose major problems for computer accessibility and search engine optimization. Most software designed for assisting people with disabilities, and most search engine robots do not support client side DHTML.
If a web site's menus are built with Javascript, it is usually impossible for search engines to find the pages listed in the menus, unless an alternative navigation scheme is provided elsewhere on the page.
There are currently no posts in this category.
there is so much information on this page, it is hard to navigate almost.
[...] WEB SITE DESIGN: All aspects of web design: HTML - CSS - PHP - .ASP E-commerce Shopping Carts Macromedia® Flash™ animations. Small Business Web [...]