Logo 43tm.com
   
 
 
 
 
Standard Character Entities
Written by Administrator   
Sunday, 02 March 2008
As discussed throughout the book, Web browsers do not render certain characters if they appear in an HTML document. Some keyboard characters such as < and > have special meanings to HTML because they are part of HTML tags. Other characters such as certain foreign language accent characters and special symbols can be difficult to insert as well. HTML uses a set of character entity codes in order to display these special characters. These codes consist of numbered entities and some, but not all, of these numbered entities have corresponding named entities. For example, the numbered entity Ë produces the character capital E with an umlaut. The named entity Ë produces the same character. Note that the named entity suggests the intended rendering of the character (a capital E with an umlaut), which provides a handy mnemonic device for dedicated HTML coders. While Ë is widely supported, not all character entities work in all browsers.
Last Updated ( Wednesday, 16 April 2008 )
Read more...
 
HTML Basic
Written by Administrator   
Wednesday, 16 April 2008

Getting Started with HTML:

Skeleton of an HTML Document

HTML stands for Hyper Text Markup Language. HTML is one of the easiest programming languages to learn. One of the best things about HTML is that it is "open", meaning if you see someone's page you like, you can view their source code and see exactly how they made it (which is sometimes the best way to learn HTML).

 

 

Last Updated ( Wednesday, 16 April 2008 )
Read more...
 
PHP File Permissions
Written by Administrator   
Wednesday, 16 April 2008
Anytime PHP works with the file system in a Unix environment, at least some knowledge of the underlying permission system is required. Without the proper permissions, PHP may have difficulty accessing directories or reading and writing files, whereas too many permissions will make both your scripts and the entire system vulnerable to hackers. This section is designed to educate you on how the file permission system works and show you how to work with the permission system from PHP.
Last Updated ( Wednesday, 16 April 2008 )
Read more...
 
<< Start < Prev 1 2 Next > End >>

Results 1 - 4 of 5
News Flash
Web design is a process of conceptualization, planning, modeling, and execution of electronic media delivery via Internet in the form of Markup language suitable for interpretation by Web browser and display as Graphical user interface (GUI).

    The intent of web design is to create a web site -- a collection of electronic files that reside on a web server/servers and present content and interactive features/interfaces to the end user in form of Web pages once requested. Such elements as text, bit-mapped images (GIFs, JPEGs, PNGs), forms can be placed on the page using HTML/XHTML/XML tags. Displaying more complex media (vector graphics, animations, videos, sounds) requires plug-ins such as Flash, QuickTime, Java run-time environment, etc. Plug-ins are also embedded into web page by using HTML/XHTML tags.
Read more...
 
Latest Downloads
Fri 16th May 
Copyright © 2007-2008 43™ Design Team. All rights reserved by 43tm.com