foottuns's tags:
foottuns reads (1):
Who's reading foottuns (0):
  • Currently, no one

foottuns's blog - subscribe Write a short description about you. This is your profile and what other users will see.

Sort by:
When creating or using complex ASP web applications you will surely run into one that requires the use of a DLL. The DLL usually includes code that was compiled in VB, C++, or other Windows programming languages to be used in the ASP...
In any markup language, the first element to appear is called the "root element", which defines what kind of document that file will be. In an HTML file the tag is the root element. An HTML file will always have the HTML element as the root element,...
Some of the most common errors in XHTML are:
* Not closing empty elements (elements without closing tags in HTML4)
o Incorrect:
o Correct:
Note that any of these are acceptable in XHTML: , ...
An object is just a special kind of data, with a collection of properties and methods.

Let's illustrate with an example: A person is an object. Properties are the values associated with the object. The persons' properties include name, height...
Arritmetic operators are means of executing basic arithmetic equations inside of your scripts. Perl can perform addition, subtraction, multiplication, division, exponents, or modulus remainders....