foottuns's blog
- subscribe
Write a short description about you. This is your profile and what other users will see.
foottuns
posted on Aug 12, 2006
| views: 150
|
Tags: asp, dll, Microsoft, active x
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... read entire post
foottuns
posted on Aug 12, 2006
| views: 199
|
Tags: xml, client side, programming
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,... read entire post
foottuns
posted on Aug 12, 2006
| views: 211
|
Tags: xhtml, web design, programming
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: , ... read entire post
foottuns
posted on Aug 12, 2006
| views: 312
|
Tags: Javascript, web design, programming
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... read entire post
foottuns
posted on Aug 12, 2006
| views: 806
|
Tags: perl, programming, web development
Arritmetic operators are means of executing basic arithmetic equations inside of your scripts. Perl can perform addition, subtraction, multiplication, division, exponents, or modulus remainders.... read entire post