Search found 80 matches

by KBleivik
Fri Dec 07, 2007 8:45 pm
Forum: XML
Topic: XML Minimalism.
Replies: 0
Views: 13243

XML Minimalism.

The XML family of technologies is very rich. In addition there are different parsers in different languages like PHP. It is fairly easy to start XML tagging if you are used to HTML tagging. Some other XML technologies like XML Schema and XSLT also use XML tags with name spaces. So it is very importa...
by KBleivik
Fri Dec 07, 2007 7:50 pm
Forum: XML
Topic: Whitespace and XML.
Replies: 0
Views: 6880

Whitespace and XML.

Whitespace can be a nightmare in XML, more precisely in XSL(T) and other technologies. Knowing how to handle whitespace can save you hours of work and let you sleep better in the nights. A space, a tab, a linefeed and a carriage return all introduce white space, that may be interpreted different in...
by KBleivik
Fri Dec 07, 2007 2:39 pm
Forum: DOM
Topic: The document object model, XML and JavaScript libraries.
Replies: 0
Views: 12949

The document object model, XML and JavaScript libraries.

There is no lack of information on the internet, the problem is to find the right libraries. You don't need to reinvent the wheel. Java Script libraries make you sleep better. Some of them already implement XML functionality. The Document Object Model (DOM) is a platform- and language-neutral inter...
by KBleivik
Sat Nov 17, 2007 3:22 pm
Forum: Server security
Topic: How to build a customer extranet or a corporate intranet.
Replies: 0
Views: 11891

How to build a customer extranet or a corporate intranet.

KBleivik wrote:allow from anybodyElsesIp(Range)

Studying the first sections of this

http://www.digitalstart.net/

site, can save you much trouble. It is well worth reading that article.

Related link:
http://www.iu.hio.no/teaching/materials ... en&week=10
by KBleivik
Sat Nov 17, 2007 2:50 pm
Forum: Financial markest
Topic: Market Myths Exposed. Three valuable videos from EWI.
Replies: 0
Views: 6617

Market Myths Exposed. Three valuable videos from EWI.

Thought that I would share these three videos of market myths from Elliott Wave International with you, that is one of my favorite financial sources. You have to sign up as a EWI member and view the videos free. Financial Market Myths Exposed | Free Club EWI Video Series | Elliott Wave International...
by KBleivik
Sat Oct 27, 2007 2:44 pm
Forum: XPath, XPointer, XLink and other Xtechnologies
Topic: XPath
Replies: 0
Views: 7979

XPath

XPath is a very important member of the XML familiy . XPath is in a sense comparable to SQL in a database. Without XPath, you can not control XSLT (or other XML technologies) with any kind of granularity. To mention a few, XPath is used by other members of the family like XSLT, XPointer, XLink, XML...
by KBleivik
Thu Oct 25, 2007 12:54 pm
Forum: XPath, XPointer, XLink and other Xtechnologies
Topic: XPointer
Replies: 0
Views: 7608

XPointer

XPointer extends XPath's data model of nodes, node types and node sets to locations, location types and location sets. It also defines the concept of a covering range that is used to support mapping of locations to ranges. Background. If you have tagged by using HTML, you know that the following UR...
by KBleivik
Wed Oct 24, 2007 3:36 pm
Forum: eBooks and eMagazines
Topic: Epublishing
Replies: 0
Views: 12980

Epublishing

There are different ways to publish content on the internet. In this short article, we restrict ePublishing to publishing eBooks and eMagazines. Adobe PDF (password protected) documents are one way to publish documents online in a portable format. If you want to sell books online, you have a greater...
by KBleivik
Tue Oct 23, 2007 9:25 pm
Forum: XSL
Topic: What is XSL?
Replies: 0
Views: 12704

What is XSL?

While XML defines "languages" that describes data, XSL defines languages that can transform data (XSLT), navigate documents, use XPath and format XML documents (XSL-FO). The term XSL is often misused, because many people think it is the same as XSLT, but in fact XSLT is a subset of XSL. So XSL is a ...
by KBleivik
Tue Oct 23, 2007 8:44 pm
Forum: XML
Topic: XML information set
Replies: 0
Views: 6422

XML information set

XML is a large family of directly and indirectly related members like CSS and DOM. The XML Information set is an abstract description of the information contained in an XML document. It is the information contained in the document that is important. Applications are often not interested in the synta...
by KBleivik
Fri Mar 23, 2007 1:48 pm
Forum: DOM
Topic: What is DOM?
Replies: 0
Views: 6909

What is DOM?

A web page is a document and to see that document, you can view it in a browser or you can view the source from the view menu of the browser. The W3c's Document Object Model (DOM) provides an other method to look at the same document. It describes the document content as a set of objects that a Java...
by KBleivik
Sun Mar 18, 2007 2:06 pm
Forum: C#
Topic: The C# compiler is efficient.
Replies: 0
Views: 14969

The C# compiler is efficient.

"When I first looked at C#, a nice feature I felt was the XML comments you can use to describe your code. You can then take these comments to build HTML documentation of your code. Strangely this isn't a feature of VB.NET?" I personally, have no direct experience with C# language, but indirectly si...
by KBleivik
Sun Mar 18, 2007 1:44 pm
Forum: Simula
Topic: Historical background.
Replies: 0
Views: 7524

Historical background.

Object oriented programming is about, data abstraction (you can make your own data types) structure and reuse (inheritance) evolution and correctness. The following very important quotation, makes me draw the conclusion that SIMULA was the first object oriented language: "SIMULA I (1962-65) and Simu...
by KBleivik
Sat Mar 17, 2007 12:57 pm
Forum: Markup, validation, privacy, usability and accessibility
Topic: Important resources.
Replies: 0
Views: 13562

Important resources.

W3c: Defining the standards Correct Doctype A LIST apart Wellstyled Joe Clark, Accessibility expert Jakob Nielsen, Usability expert W3 Schools Digital Start Quality Control and validators: Scroll left margin to the heading, Quality Control Example site: SEO Workers .
by KBleivik
Fri Mar 16, 2007 5:30 pm
Forum: Web 2.0
Topic: Web 2.0 as I define it.
Replies: 0
Views: 7214

Web 2.0 as I define it.

I make my own and will concentrate around these topics: Communities. Web 2.0 links people. Technologies. Web Services and more advanced web applications made available through the new DOM model and the XMLHttpRequest object, e.g. via extended Java Script, also called AJAX. XML and Xtechnologies, lik...