browse by tag: databases
sort by
Advanced CouchDb (techPortal Podcast)
in PHP added by lornajane, on 22/1/2010 advanced tutorials conference couchdb database podcast
Learn how to use CouchDB replication for load-balancing, fault tolerance, offline work and backup. We are showing how to set up each and what you need to look out for. Finally, this talk is sprinkled with neat tricks and best practices for deploying CouchDB. Which load balancers are people using, how to make the best use of caching, etc
comment save reportPHP5 Database Iterators
in PHP added by goodphptutorials, on 29/9/2009 database interator oop php5
One feature of PHP rarely seen in production code is PHP Iterators. Iterators are not unique to PHP, as Java and C++ have them, but they are a powerful mechanism to increase code usability. A very useful feature of PHP Iterators is the ability to extend them to iterate over any type of array or object. A unique implementation of PHP Iterators is to quickly and easily iterate over a result from a SQL query against a database. This provides a fast and very memory efficient implementation for loading up many objects.
comment save reportSearch without refreshing page using jQuery, Ajax and PHP.
in PHP added by foxscan, on 8/8/2009 AJAX advanced tutorials database jquery mysql
This tutorial about how to display twitter like search results with jQuery and Ajax. When you click the search button the results will display on the same page. This is very interesting and simple.
comment save reportComprehensive List of the PHP Object Relational Mapping Tools and Frameworks
in PHP added by goodphptutorials, on 6/8/2009 database orm
Object Relational Mapping (ORM), is a database design approach that makes entities stored in the database behave like objects (classes) from a programming perspective. ORM is a level above actual database operations – writing actual SQL queries is excluded from development and taken care of by ORM framework.
comment save reportGetting Started with Drizzle and PHP
in PHP added by goodphptutorials, on 10/7/2009 database drizzle mysql
Unless you've been completely out of touch with the open source world, you'll have heard of Drizzle, a new database server that's derived from MySQL. The Drizzle project aims to build a "smaller, lighter, faster" version of MySQL that offers similar stability and ease of use, but strips out certain features from the core system in order to improve performance and scalability.
1 comment save reportUse Windows Login (Active Directory) For your PHP applications
in PHP added by Alpho011, on 10/4/2009 advanced tutorials database ldap php5
Use the username and password schemes that are already in place for logging in to your applications or websites. Great for intranet site work.
1 comment save reportTable and Database Operations [pdf]
in PHP added by nirajam, on 7/3/2009 database mysql
The tutorial explains the operations that can be performed on whole tables or databases. It also explains table maintenance operations for table repair and optimization, changing various table attributes, table movements, including renaming and moving to another database, and multi-table operations.
1 comment save reportPHP and AJAX - Make a Password Strength Bar that Updates in Real-time
in PHP added by scott25, on 2/2/2009 beginner tutorials databases general mysql security
This tutorial will show you how to make a very simple feature which will help your users make more secure passwords, in registration forms. After the user types their password, this script will make a request to a PHP page, which will check the password for lowercase letters, uppercase letters, numbers and symbols. Without reloading the page, a bar displaying the strength of the password will be shown to the user.
5 comments save reportExtending PHP Doctrine Record
in PHP added by prodevtips, on 15/10/2008 advanced tutorials database oo programming php5
Here we extend PHP Doctrine records fromArray function to allow for check box group relations to be inserted in a straight forward way.
comment save reportFile Uploads with PHP Doctrine
in PHP added by prodevtips, on 12/9/2008 advanced tutorials databases oo programming php5
An example of how to integrate uploads into the Doctrine validation process.
comment save reportCRUD with PHP Doctrine
in PHP added by prodevtips, on 2/9/2008 advanced tutorials database oo programming php5
Implementing reusable Create Remove Update and Delete logic with PHP Doctrine.
comment save reportPHP Doctrine introduction for dummies
in PHP added by prodevtips, on 18/8/2008 database oo programming php5
Short tutorial on how to create tables in a database and fetch information from said database with the Doctrine Object Relational Mapper.
comment save reportPHP components: Autosuggest
in PHP added by woork, on 25/3/2008 AJAX beginner tutorials databases mysql
A simple "PHP component" (8Kb), ready to use, to implement a search form with an autosuggest feature using PHP and MySQL just modifying some parameters.
1 comment save reportDeleting record with Ajax using prototype.js and PHP
in PHP added by woork, on 12/3/2008 AJAX beginner tutorials database mysql
This tutorial explains how to use prototype.js framework an PHP to delete a record from a database with Ajax. This is a simple overview with basic features you can use and improve in your web projects.
comment save reportFuzzy Searching in PHP
in PHP added by porteightyeight, on 8/3/2008 AI advanced database search sql
This tutorial discusses creating an advanced fuzzy search engine using PHP and a database. The tutorial uses the example of a wiki application, but the concepts can easily be applied to other applications in different languages.
comment save reportUsing prototype.js to add record into database with ajax
in PHP added by woork, on 14/2/2008 AJAX Prototype database mysql
This tutorial explains how to use prototype.js framework to enable a simple ajax request which add a new record (an user name) into a database table using PHP like server side language.
comment save reportEasy as Pie - Working with a Database
in PHP added by goodphptutorials, on 20/1/2008 beginner tutorials database mysql
This post is the third in a continuing series of DIY tutorials, which aims to make things as simple as possible. The [Easy as Pie] series focuses on tasks that most people consider too challenging and presents it in a way that is easy (as pie!) to understand.
comment save reportComplete advanced login member system
in PHP added by ineedtutorials, on 17/1/2008 advanced tutorials content management database login mysql security
This tutorial will show you how to create an advanced member login system with PHP, users can register, change password, email activation is included.
comment save reportLAMP performance for dummies
in PHP added by goodphptutorials, on 15/1/2008 advanced tutorials blog caching database mysql performance
I've spent the last six months combing Google for 'slow mysql' results. It was enlightening. Now in the spirit of giving back to the community I give you:
comment save reportUsing PHP To Backup MySQL Database
in PHP added by mahmoudcasey, on 12/1/2008 backup database mysql sql
in this tutorial you will learn how to do a backupfile like (back.sql) of one of your database tables or all the database
comment save reportDatabase design fundamentals (PHP, MySQL, SQL)
in PHP added by woork, on 7/1/2008 database how-to mysql sql
This is a mini-guide with hot tutorials to learn, step-by-step, how to design a database from relationships-entities model to final implementation using SQL, MySQL and PHP. Very useful for web developers.
comment save reportDisplay how many visitors online
in PHP added by ineedtutorials, on 3/1/2008 beginner tutorials database general oo programming php5
Ever wonderd how to display how many visitors you have online. In this tutorial i will show you an easy but effective way to display the amount of online visitor’s.
1 comment save reportUsing Stored Procedures & MySQLI in PHP 5
in PHP added by rvdavid, on 11/12/2007 beginner tutorials database mysql oo programming php5
For the occasions that you want to use a stored procedure you've written in MySQL 5 through PHP , the semantic tool to use is PHP's built in mysqli objects/package.
comment save report