I updated the Multiply Site of my ex-high school computer organization when I realized that it would be better if the mouse pointer will be changed. Oh! The Cascading Style Sheet (CSS) is the best technique to change this. It has a rule that directly modifies the mouse pointer that a user sees.
How to add [...]
September 30, 2007
Categories: CSS . Tags: change, CSS, mouse pointer . Author: ajison . Comments: 8 Comments
I am currently studying an open source Database Management System called “Postgre” Apparently; this is the required back-end of our applications as it runs with Java and using the UNIX platform. Its queries are quite straight and most of them conform to the SQL Query Standards. Though there are some additions that would return to [...]
September 28, 2007
Categories: 1 . Tags: create, database, insert, postgre, table . Author: ajison . Comments: 1 Comment
A college friend of mine asked for support re his Web Development project. He is developing an online banking application using HTML with Java Scripts. His page will be able to add deposits and subtracts withdrawals from the user’s current balance. A form selection (in a form of <SELECT> tag) is used to choose whether [...]
September 22, 2007
Categories: Java, JavaScript, Programming Languages . Tags: html, JavaScript, selectindex . Author: ajison . Comments: 1 Comment
The Lipanians must be really proud.
I accessed MY COMPUTER and clicked on the Hard Disk C: icon. I noticed that the said link isn’t opening. Apparently, nothing happens. Then I tried the other partition still with no avail. When I tried the Removable Drive icon, it opened but in another window. I know there is [...]
September 21, 2007
Categories: Virus . Tags: tiga lipa are, trojan, usb, Virus . Author: ajison . Comments: 6 Comments
The beginning of a source code depends on the programming language a developer is using.
import java.lang.*
import javax.swing.*
Java, for instance, usually imports java classes by using the IMPORT keyword
#include <stdio.h>
#include <conio.h>
Turbo C/C++ includes library files by using the INCLUDE keyword
<HTML> <HEAD>
Web pages normally start with an HTML container tag.
OPTION EXPLICIT
And Visual Basic could use the OPTION [...]
September 20, 2007
Categories: Other Topics . . Author: ajison . Comments: 2 Comments