Search found 80 matches

by KBleivik
Fri Mar 16, 2007 5:07 pm
Forum: XML
Topic: What is XML?
Replies: 0
Views: 6464

What is XML?

XML or extensible markup language is a meta language. In XML you can design your own language. HTML is a presentation language, whereas XML is a data description language that lets you separate information from presentation. A XML document is almost self documentary and are readable by both humans a...
by KBleivik
Fri Mar 16, 2007 4:10 pm
Forum: MySQL, PHP and phpMyAdmin
Topic: PHP and MySQL security
Replies: 0
Views: 6898

PHP and MySQL security

Some useful Links: http://www.webproworld.com/viewtopic.php?t=53554&postdays=0&postorder=asc&start=0 http://www.sitepoint.com/newsletter/viewissue.php?id=3&issue=133&format=html http://www.sitepoint.com/blogs/2004/07/03/spot-the-security-hole/ http://www.php.net/manual/en/security.database.php http:...
by KBleivik
Sat Mar 10, 2007 11:49 pm
Forum: Search engines
Topic: Pseudo PageRank the end or start of something new?
Replies: 0
Views: 14963

Pseudo PageRank the end or start of something new?

Copy on WebProWorld where I am a member . We all know that Sergey Brin's and Lawrence Page's revolutionary idea was to follow links via the inverse link matrix of the web. It is much easier to follow links directly from web node to web node. Page Rank has been termed the heart of the Google algorit...
by KBleivik
Fri Feb 09, 2007 6:04 am
Forum: Web Applications
Topic: Web browsers converging to net operating systems?
Replies: 0
Views: 12844

Web browsers converging to net operating systems?

XML is a data description language. By using XML you can make your own mark up language. HTML is one XML dialect. Read these posts: Are you prepared for web 2.0 programming? anchor tag inside an iframe Modern web browsers, accessibility and usability. With technologies like iframes and AJAX, web app...
by KBleivik
Mon Jan 15, 2007 4:58 pm
Forum: Announcements
Topic: Please do not post if you can not read the forum rules.
Replies: 0
Views: 8785

Please do not post if you can not read the forum rules.

Some posts and users have been deleted without comment recently and their IP blocked. If you can not read the forum rules, please do not post on this forum. In point one of the forum rules it is stated that Norwegian law is used on this forum. That means that links to pages that will in our opinion ...
by KBleivik
Mon Jan 15, 2007 4:37 pm
Forum: AJAX
Topic: Implementing XMLHttpRequest object with different browsers.
Replies: 0
Views: 6343

Implementing XMLHttpRequest object with different browsers.

The is the heart of AJAX. The XMLHttpRequest Object specification defines an API that provides scripted client functionality for transferring data between a client and a server. Implementing XMLHttpRequest object with different browsers. This function (Daire et al 2006) function createXmlHttpReques...
by KBleivik
Mon Jan 15, 2007 2:03 pm
Forum: Web Applications
Topic: The advantages of web applications.
Replies: 0
Views: 5547

The advantages of web applications.

By placing an application on the web, it is available to the whole world as soon as it is uploaded to the server. This is effective and cost efficient. By using a web application or an application on your company's intranet, it is distributed fast and by minimal costs. Upgrading to new versions is a...
by KBleivik
Mon Jan 15, 2007 12:53 pm
Forum: AJAX
Topic: AJAX takes webapplications closer to desktop applications.
Replies: 0
Views: 5548

AJAX takes webapplications closer to desktop applications.

AJAX is an acronym for Asynchronous JavaScript and XML and often named empowered JavaScript. In a nutshell, AJAX is a mix of technologies that lets you get rid of the page reloads. AJAX is not new. The heart of AJAX is the JavaScript XMLHttpRequest object invented by Microsoft in 1999. This object ...
by KBleivik
Fri Jan 05, 2007 2:07 pm
Forum: Hosted Applications
Topic: Hosted applications.
Replies: 0
Views: 12122

Hosted applications.

Like grid computing , hosted applications are fairly new web services, even if some will say that there is nothing new about it. As the name indicates, your applications are hosted by another company or web site. This site may deliver more horsepower and band with than you can deliver yourself. Assu...
by KBleivik
Fri Jan 05, 2007 1:51 pm
Forum: Web Services
Topic: Web services are about consuming digital services online.
Replies: 0
Views: 11720

Web services are about consuming digital services online.

Definition: A web service is an application that is accessed across the Internet using standard Internet protocols and that uses XML as its messaging format. Web services are developed (deployed) by producers and used (consumed) by sites on the net. Digital services are increasing rapidly on the In...
by KBleivik
Sat Dec 02, 2006 3:27 pm
Forum: MySQL, PHP and phpMyAdmin
Topic: It is effective, it is free and it is powerful.
Replies: 0
Views: 5633

It is effective, it is free and it is powerful.

In this post we give an short introduction to the power tools, MySQL, PHP and phpMyadmin. Here is a short list of the advantages: MySQL is based on the relational database concept, Structured Query Language (SQL). More advanced databases like Oracle, Sybase and Ms SQL are based on the same concept. ...
by KBleivik
Fri Sep 22, 2006 5:04 pm
Forum: C++
Topic: Statistical observators used to test for normality.
Replies: 0
Views: 7305

Statistical observators used to test for normality.

#include <math.h> #include <iostream.h> long double mean (const long double *x, const int n) { int i; long double m; m = x[0]; for (i=1; i<n; i++) m += x ; return (m/(long double )n); } long double var (const long double *x, const int n) { long double sum,m; int i; m = mean(x,n); sum = x[0] - m; sum...
by KBleivik
Fri Sep 22, 2006 4:55 pm
Forum: C++
Topic: An ARR3D class implemented as a pointer to a pointer pointer
Replies: 0
Views: 7361

An ARR3D class implemented as a pointer to a pointer pointer

/* The Matrix class is inspired by Bjarne Stroustrup "The C++ programming Language Second Edition" Addison-Wesley Publishing Company 1992 page 236, Ira Pohl "Objectoriented programming in C++" Benjamin/Cummings Publishing Company, Inc. 1993 page 256 -> and Andrew Koenig "Multidimensional arrays and ...
by KBleivik
Fri Sep 22, 2006 4:47 pm
Forum: C++
Topic: A matrix class that illustrates the use of templates etc.
Replies: 0
Views: 11569

A matrix class that illustrates the use of templates etc.

/* The Matrix class is inspired by Bjarne Stroustrup "The C++ programming Language Second Edition" Addison-Wesley Publishing Company 1992 page 236, Bjarne Strostrup "The Design and Evolution of C++" Addison-Wesley Publishing Company 1994 chapter 15 - 17 , Ira Pohl "Objectoriented programming in C++"...
by KBleivik
Wed Sep 20, 2006 8:16 pm
Forum: SEO and SEM
Topic: An introduction to advanced SEO.
Replies: 2
Views: 15799

As a mathematical concept, yes. Here are two examples. You have to consult a book on mathematics to get an exact definition . I reccomend a book on set theory. This: (1,3,2) is an unordered 3-tuple. This (1,2,3) is an ordered. It should be used in the same meaning in computer science. From a mathema...