Home

Submit

Source

Feeds
Source Site » www.talkphp.com

Search another site:

http://
JavaScript Authentication and Security
Red face The Perfect Trick for Prying Eyes
JavaScript / Authentication and Security
This tutorial will teach you, using Javascript to ascertain EXACTLY where users have been on the Internet.

Site: www.talkphp.com Report - View Tutorial

JavaScript General Development
Auto Suggest Using PHP/MySQL & Ajax
JavaScript / General Development
Autocomplete dropdown list for improved usability.

Site: www.talkphp.com Report - View Tutorial

JavaScript Getting Started
Getting Started with Javascript and DOM
JavaScript / Getting Started
A useful guide Getting Started with Javascript and DOM.

Site: www.talkphp.com Report - View Tutorial

PHP Databases
Introduction to SQLite
PHP / Databases
Many people have heard of SQLite but not many people have used it in their PHP applications. Most PHP applications make use of the MySQL database engine to store information however this is not always needed for small amounts of data. In these cases, web applications often store their data in a "flat file" format, often just a plain text file or an XML file. Both of these methods have their downsides.

Site: www.talkphp.com Report - View Tutorial

PHP Debugging and Error Handling
Introduction to Debugging and Error Checking
PHP / Debugging and Error Handling
Debugging essentially means to track down an error in your code. Found a "bug" in your code? Then you need to "de-bug" it. This article will introduce you to some basic concepts such as error checking and built-in functions like var_dump() that will aid you in tracking down errors in your PHP applications.

Site: www.talkphp.com Report - View Tutorial

PHP Dynamic Images
Image Reflections in PHP
PHP / Dynamic Images
Now this is a pretty simple tutorial on how to create a nice simple reflection on images.

Site: www.talkphp.com Report - View Tutorial

PHP General Development
Timezone Class: Dealing with Timezones the Proper Way
PHP / General Development
A simple timezone script and then tell you how easy it was.

Site: www.talkphp.com Report - View Tutorial

PHP Getting Started
Using Type Juggling/Type Casting to Modify Data Types
PHP / Getting Started
We're going to be dealing with type juggling in this article. This is the process of instructing PHP how to handle the value after the type juggling. Type juggling can do absolutely all sorts, from converting integers to floats, arrays to objects, and even strings to binary as of PHP 5.2.1. It can also save you calling various functions and thus making your script quicker.

Site: www.talkphp.com Report - View Tutorial

PHP Getting Started
Using the Internal Array Pointers to Access Elements in Arrays
PHP / Getting Started
The native array pointer functions in PHP allow you to traverse an array without actually referring to specific array elements. They can be particularly useful if you're using an associative array and wish to use the first element in the array. An internal array pointer, in PHP, is fundamentally an invisible pointer that points to a particular record in an array.

Site: www.talkphp.com Report - View Tutorial

PHP Miscellaneous
Functions with Endless Amounts of Arguments
PHP / Miscellaneous
Learn how to creating functions with an indefinite amount of user arguments.

Site: www.talkphp.com Report - View Tutorial

PHP Object Oriented
How to use the Singleton design pattern
PHP / Object Oriented
Learn how to use the Singleton design pattern.

Site: www.talkphp.com Report - View Tutorial

PHP Object Oriented
Using the factory pattern
PHP / Object Oriented
Using the Factory Pattern in PHP.

Site: www.talkphp.com Report - View Tutorial

PHP Object Oriented
Advance Pagination Class
PHP / Object Oriented
This class will display the results of any MySQL table including all the fields and rows. It will work out how many fields there are and display the results accordingly

Site: www.talkphp.com Report - View Tutorial

PHP Object Oriented
How to create a gallery class
PHP / Object Oriented
In this tutorial, we will create a gallery class, and also a template class that will work together with the gallery class.

Site: www.talkphp.com Report - View Tutorial

PHP Object Oriented
OOP Method Chaining
PHP / Object Oriented
In this article, I will be talking about a useful new feature introduced in PHP5 as part of the OOP improvements over PHP4.

Site: www.talkphp.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement