Monday, March 21, 2005
Sunday, March 20, 2005
JavaScript: A Survey of the Language
DevGuru XML DOM NamedNodeMap Object
SearchTool, StockConsultant.com - Technical Analysis of stocks, quotes, charts, news, screening and research of the stock market!
Free online stock game http://www.dummymarket.com
SearchTool, StockConsultant.com - Technical Analysis of stocks, quotes, charts, news, screening and research of the stock market!
SearchTool, StockConsultant.com - Technical Analysis of stocks, quotes, charts, news, screening and research of the stock market!
Thursday, March 17, 2005
ServerSea Hosting
ServerSea Hosting
ServerSea Hosting
ServerSea Hosting
Wednesday, March 16, 2005
the die is cast: Information From Answers.com
the die is cast: Information From Answers.com
the die is cast
Idiomsdie is cast, the
The decision or course of action has been determined and cannot be changed. For example, Now that I've announced my resignation, the die is cast. This expression comes from the Latin Iacta alea est, “the dice have been thrown,” which according to Suetonius was said by Julius Caesar when he crossed the Rubicon and invaded Italy in 49 b.c. In English it dates from the first half of the 1600s.
--------------------------------------------------------------------------------
Tuesday, March 15, 2005
Et tu, Brute: Information From Answers.com
Et tu, Brute: Information From Answers.com: "Et tu, Brute
LiteratureEt tu, Brute? (et tooh brooh-tay)
A Latin sentence meaning �Even you, Brutus?� from the play Julius Caesar, by William Shakespeare. Caesar utters these words as he is being stabbed to death, having recognized his friend Brutus among the assassins.
�Et tu, Brute?� is used to express surprise and dismay at the treachery of a supposed friend. "
LiteratureEt tu, Brute? (et tooh brooh-tay)
A Latin sentence meaning �Even you, Brutus?� from the play Julius Caesar, by William Shakespeare. Caesar utters these words as he is being stabbed to death, having recognized his friend Brutus among the assassins.
�Et tu, Brute?� is used to express surprise and dismay at the treachery of a supposed friend. "
Thursday, March 10, 2005
PHP/MySQL Tutorial - Part 2
PHP/MySQL Tutorial - Part 2
The process of setting up a MySQL database varies from host to host, you will however end up with a database name, a user name and a password. This information will be required to log in to the database.
If you have PHPMyAdmin (or a similar program) installed you can just go to it to log in with your user name and password. If not you must do all your database administration using PHP scripts.
Before you can do anything with your database, you must create a table. A table is a section of the database for storing related information. In a table you will set up the different fields which will be used in that table. Because of this construction, nearly all of a site's database needs can be satisfied using just one database.
Creating a table in PHPMyAdmin is simple, just type the name, select the number of fields and click the button. You will then be taken to a setup screen where you must create the fields for the database. If you are using a PHP script to create your database, the whole creation and setup will be done in one command.
Fields
There are a wide variety of fields and attributes available in MySQL and I will cover a few of these here:
Field Type Description
TINYINT Small Integer Number
SMALLINT Small Integer Number
MEDIUMINT Integer Number
INT Integer Number
VARCHAR Text (maximum 256 characters)
TEXT Text
These are just a few of the fields which are available. A search on the internet will provide lists of all the field types allowed.
Creating A Table With PHP
To create a table in PHP is slightly more difficult than with MySQL. It takes the following format:
CREATE TABLE tablename {
Fields
}
The fields are defined as follows:
fieldname type(length) extra info,
The final field entered should not have a comma after it.
I will give full an example of using these later in the section.
Saturday, March 05, 2005
DSL/Cable Webserver - Run your own webserver from home on DSL or Cable!
DSL/Cable Webserver - Run your own webserver from home on DSL or Cable!
DSL/Cable Webserver - Run your own webserver from home on DSL or Cable!
Installing Apache 2.0 , PHP4 and MySQL on Windows XP
Thursday, March 03, 2005
Best PHP Practices
Best PHP Practices: "Adult Swim "
wxWidgets Home
wxWidgets Home
wxWidgets gives you a single, easy-to-use API for writing GUI applications on multiple platforms. Link with the appropriate library for your platform (Windows/Unix/Mac, others coming shortly) and compiler (almost any popular C++ compiler), and your application will adopt the look and feel appropriate to that platform. On top of great GUI functionality, wxWidgets gives you: online help, network programming, streams, clipboard and drag and drop, multithreading, image loading and saving in a variety of popular formats, database support, HTML viewing and printing, and much much more.