Best Tutorials website
Latest tutorials

Advertisment

Globalization & Localization

Globalization & Localization

In this tutorial, you'll learn the basics of how MySQL handles different character sets and languages.


Views: 919 | Rating star | by Mathew
MySQL - Miscellaneous

Security Management

Security Management

Database servers usually contain critical data, and ensuring the safety and integrity of that data requires that access control be used. In this...


Views: 952 | Rating star | by Sarah
MySQL - Miscellaneous

Database Maintenance

Database Maintenance

In this tutorial, you'll learn how to perform common database maintenance tasks.


Views: 1014 | Rating star | by Amy
MySQL - Miscellaneous

Improving Performance

Improving Performance

In this tutorial, you'll review some important points pertaining to the performance of MySQL.


Views: 943 | Rating star | by Sarah
MySQL - Miscellaneous

Getting Started with MySQL

Getting Started with MySQL

If you are new to MySQL, here is what you need to know to get started.


Views: 943 | Rating star | by Jason
MySQL - Miscellaneous

MySQL Statement Syntax

MySQL Statement Syntax

To help you find the syntax you need when you need it.


Views: 996 | Rating star | by Slicer
MySQL - Miscellaneous

MySQL Datatypes

MySQL Datatypes

This tutorial explains the different datatypes used in MySQL.


Views: 986 | Rating star | by Simon
MySQL - Miscellaneous

MySQL Reserved Words

MySQL Reserved Words

MySQL is made up of keywords special words used in performing SQL operations.


Views: 1012 | Rating star | by Stephen
MySQL - Miscellaneous

JPEG Optimization Settings

JPEG Optimization Settings

Optimizing reduces the size of an image so it will load faster in a Web browser. JPEG, is the best format for optimizing photographs.


Views: 350 | Rating star | by Isac
Photoshop - Basics

GIF Optimization Settings

GIF Optimization Settings

GIF, which stands for Graphics Interchange Format, is the ideal format for optimizing areas of solid color and lines, like illustrations, logos,...


Views: 370 | Rating star | by Jason
Photoshop - Basics

Regular Expressions

Regular Expressions

Regular expressions enables to find and extract more complicated pieces of information in a strings and do this in a multiple-byte character set...


Views: 979 | Rating star | by Brad
PHP - Searching

Object Oriented Programming in PHP

Object Oriented Programming in PHP

One of the key features of object-oriented programming (OOP) is the ability to create new data types in which the data and the implementation of...


Views: 997 | Rating star | by Slicer
PHP - Searching

PHP and MySQL - Introduction

PHP and MySQL - Introduction

The topics covered in this tutorial include: PHP basics, including script structure, variables, supported types, constants, expressions, and type...


Views: 640 | Rating star | by Isac
PHP - Introduction to PHP

Database Applications and the Web

Database Applications and the Web

We begin by discussing the three-tier architecture model used in many web database applications. We then introduce the nature of the Web and its...


Views: 617 | Rating star | by Simon
PHP - Database Related

MySQL and SQL

MySQL and SQL

This tutorial covers the following: Introduction to relational databases and relational modeling; The MySQL command interpreter and the basic...


Views: 1024 | Rating star | by Sean
MySQL - Miscellaneous

Querying Web Databases

Querying Web Databases

Learn the following techniques: Using the five-step web database querying approach to develop database-driven queries; Using the MySQL library...


Views: 722 | Rating star | by Isac
PHP - Database Related

User-Driven Querying

User-Driven Querying

Pass data from a web browser to a web server; Access user data in scripts; Secure interactive query systems; Query databases with user data;...


Views: 619 | Rating star | by Sarah
PHP - Database Related

Writing to Web Databases

Writing to Web Databases

Writing data in web database applications requires different techniques than reading data. Issues of transactions and concurrency become important,...


Views: 602 | Rating star | by Daniel
PHP - Database Related

Validation on the Server and Client

Validation on the Server and Client

There are three possible data environments in which validation can occur in a three-tiered web database application: in the DBMS, in server-side...


Views: 659 | Rating star | by Daniel
PHP - Database Related

Sessions

Sessions

In this tutorial we will discuss how sessions are managed, Introduce cookies, configure PHP session management library, PHP session management


Views: 959 | Rating star | by Slicer
PHP - Cookies and Sessions