Free PDF Manual Guide

User Manuals – Owners Manual – User Guide

Ubuntu Tips & Tricks

When you install a dual-boot of Ubuntu, one of the frustrating things that you’ll immediately notice is that Ubuntu is now set as the default operating system in the Grub loader. There’s an easy way to switch back to using Windows as the default.
[Read the rest of this entry...]

Leave a Comment

Care Notebook Tutorial Basic Computer Terminology

You will hear these computer terms used throughout the Tutorial. If you are fairly new to computers, these definitions may be helpful to you in following the directions in this Tutorial. However, the step by step directions provided in the Tutorial will help you navigate fairly easily.
[Read the rest of this entry...]

Leave a Comment

A Programmer’s Reference Guide to mysql and Perl DBI

Database, table, index and column names all follow the same rules in MySQL. A name may use alphanumeric characters from the default character set. This is by default ISO-8859-1 Latin1 but may be changed when compiling MySQL.
[Read the rest of this entry...]

Leave a Comment

DBD mysql and DBD mSQL

MySQL and mSQL are freely available lightweight database servers. MySQL has a rich feature set while mSQL is very minimalist.
The DBD::mysql
driver 1.20xx supports all MySQL versions since around 3.20. The DBD::mysql
driver 1.21_xx supports MySQL 3.22 or later. Support for more recent versions may or may not be added at a later time.
The DBD::mSQL
drivers 1.20xx and 1.21_xx support all mSQL versions upto and including mSQL 2.0.x.
[Read the rest of this entry...]

Leave a Comment

Class notes for Adobe Photoshop CS2

Restoring default preferences
On the desktop, double-click the Adobe Photoshop icon to start Adobe Photoshop and then immediately hold down Ctrl-Alt-Shift (Windows) or Command-Option-Shift (Mac OS) to reset the default settings. Opening a file with Adobe Bridge Click the Go to Bridge button ( ) on the tool options bar. You can also open Adobe Bridge by choosing File > Browse.
[Read the rest of this entry...]

Leave a Comment

SoftBank Wireless Assistant Mobile Sync Manager User Guide

Incoming messages are displayed in the Inbox associated with the mailbox account you have configured with SoftBank Wireless Assistant. By default, messages are sorted by date, with the most recent message listed first.

To view an E-mail message, open the Inbox and tap the message header in the list. When you view a message, additional tools become available. By default, SoftBank Wireless Assistant only delivers the first 2KB of each new message. The entire message remains available on the E-mail server, and can be displayed by using the Get More function.
[Read the rest of this entry...]

Leave a Comment

Oracle Database Listener Security Guide

The Oracle Database Listener is the database server software component that manages the network traffic between the Oracle Database and the client. The Oracle Database Listener listens on a specific network port (default 1521) and forwards network connections to the Database. The Listener is comprised of two binaries: (1) tnslsnr which is the Listener itself and (2) the Listener Control Utility (lsnrctl) which is used to administer the Listener on the server or remotely.
[Read the rest of this entry...]

Leave a Comment

Introduction to Flash CS3

Before getting started, it’s important to know the difference between a Flash authoring file (.fla) and a Shockwave Flash file (.swf). When you start working in Flash, you’ll be working in a .fla document. However, in order to view your final work in the Flash Player, you’ll need to “publish” your file as a .swf. (To do this, see step VI of this document.) *If you don’t have Flash Player installed on your computer, get the free download here: http://www.adobe.com/. Select “Get Adobe Flash Player”.
[Read the rest of this entry...]

Leave a Comment

PHP – Advanced Tutorial

PHP - Advanced TutorialPHP – Advanced Tutorial Gulev December 6, 2002. Veracruz, Mexico Rasmus Lerdorf http://lerdorf.com/veracruz.pdf Slide 1/64 December 6, 2002Agenda o PHP-MySQL o Cookie Handling o Dynamic Images o PDF o Flash o Sessions o Security o Tips & Tricks o Optimization o Latest Developments o Future – 2 – Slide 2/64 December 6, 2002Setup Check your PHP Setup for MySQL support < ? phpinfo() ?> If not enabled Very rare since a MySQL client library is distributed with PHP and built into PHP by default. However, it is possible to build PHP without MySQL support. Some possible fixes: apt-get install php-mysql rpm -Uvh php-mysql-4.2.2-1.i386.rpm ./configure –with-mysql=shared,/usr cp modules/mysql.so /usr/local/lib/php extension_dir=/usr/local/lib/php extension=mysql.so – 3 – Slide 3/64 December 6, 2002Sanity Check Make sure MySQL is running prompt:~> mysqlshow +———–+ | Databases | +———–+ | mysql | | test | +———–+ Or with the latest PHP < ? echo mysql_stat() ?> Output: Uptime: 6717
[Read the rest of this entry...]

Leave a Comment

Photoshop How to Create Metallic Type

Using the technique described below, you will be able to produce objects which have a shimmering metallic look to them. Depending on the colors chosen, you can make the object appear to be gold, silver, or copper. For the purposes of this paper, we have simply used text created in Photoshop. The same technique can also be applied to any black and white object created in Illustrator and opened in Photoshop.
[Read the rest of this entry...]

Leave a Comment

?>