How to create HTML files:
You only need to know a few HTML commands (tags) to create files to "put up" on the Web. It's nice to know that these files can be created with Microsoft Word® or any other word processing program for that matter. The only catch is that you must save them as text files and give them an HTML (or HTM for PC computers) extension (i.e., aatg.html or aatg.htm). The...
Friday, 1 February 2013
Thursday, 4 August 2011
The Ranking Genius
Posted by
Muhammad Abbas
at
21:28
~ Contents ~
01 Intro 4.56 MB
02 Keyword Research 124.72 MB
03 Domain Selection 82.43 MB
04 Content Creation 23.2 MB
05 Blog & Theme Installation 35.99 MB
06 Important Plug-ins 80.159 MB
07 On Page Optimization 104 MB
08 Backlinking Techniques 171.58 MB
09 Conclusion 12.98 MB
Bonus 1 - Backlinking Blueprint
Bonus 2 - Backlinking Schedule
Bonus 3 - Resource File
Total Size:...
Monday, 1 August 2011
Part 6 - CSS & XSLT | XML
Posted by
Muhammad Abbas
at
17:19
With CSS (Cascading Style Sheets) you can add display information to an XML document. Displaying your XML Files with CSS?It is possible to use CSS to format an XML document.
Below is an example of how to use a CSS style sheet to format an XML document:
Take a look at this XML file: The CD catalog
Then look at this style sheet: The CSS file
Finally, view: The CD catalog formatted with the CSS...
Part 5 - Validation & Viewing | XML
Posted by
Muhammad Abbas
at
17:17
XML with correct syntax is "Well Formed" XML.XML validated against a DTD is "Valid" XML. Well Formed XML DocumentsA "Well Formed" XML document has correct XML syntax.
The syntax rules were described in the previous chapters:
XML documents must have a root element
XML elements must have a closing tag
XML tags are case sensitive
XML elements must be properly nested
XML attribute values must...
Part 4 - Elements&Attributes | XML
Posted by
Muhammad Abbas
at
17:13
XML ElementXML is a markup language that is used to store data in a self-explanatory manner. Making the data "self-explanatory" comes about by containing information in elements. If a piece of text is a title then it will be contained within a "title" element.
XML TagA tag is just a generic name for a <element>. An opening tag looks like <element>, while a closing...
Part 3 - Syntax | XML
Posted by
Muhammad Abbas
at
17:11
The syntax rules of XML are very simple and logical. The rules are easy to learn, and easy to use. All XML Elements Must Have a Closing TagIn HTML, you will often see elements that don't have a closing tag:
<p>This is a paragraph
<p>This is another paragraph
In XML, it is illegal to omit the closing tag. All elements must have a closing tag:
<p>This is a paragraph</p>
<p>This...
Part 2 - Tree (Organisation) | XML
Posted by
Muhammad Abbas
at
17:08
XML documents form a tree structure that starts at "the root" and branches to "the leaves". An Example XML DocumentXML documents use a self-describing and simple syntax:
<?xml version="1.0" encoding="ISO-8859-1"?>
<note>
<to>Tove</to>
<from>Jani</from>
<heading>Reminder</heading>
<body>Don't forget me this weekend!</body>
</note>
The...
Subscribe to:
Posts (Atom)