I have been having major problems finding drivers for ATIs Radeon 7000 PCI or AGP graphics cards for Windows Vista. By default it is installed as a ‘Standard VGA Adapter’ and the display was some what blury on my 19″ widescreen. After searching the ATI/AMD site, installing many beta... Other Stuff
|
Posted byOliveron 04 May 2007
|
0
There are two ‘main’ forms of arrays within PHP, these are numerical (or zero based) and associative arrays. Creating a new array The code below demonstrates creating a new array: $arr = new array(); This is the same for numerical and associative arrays. Numerical Arrays You can think of... Web Development
|
Posted byOliveron 13 Jul 2006
|
0
If your looking for a secure way to connect to you UNIX/Linux box or want to perform diagnostics on webservices (i.e. SMTP, POP3, etc) this is the tool for you. Highly recommended. Download Link: http://www.tucows.com/preview/195286 V0.56 Beta Other Stuff
|
Posted byOliveron 16 May 2006
|
Comments Off