public marks

PUBLIC MARKS with tags sql & php

August 2006

July 2006

Improve PHP Performance by Caching Database Results | Database Change Notification

by Xavier Lacot (via)
As is well known, caching the results of database queries can dramatically improve script execution time and minimize the load on the database server. This technique can be especially effective if the data you are dealing with is quite static. This is because many data requests to a remote database may be eventually satisfied from the local cache, thus avoiding the need to make a connection to the database, execute the query, and fetch the results.

Caching your queries with PHP - Spellbook - IT mage’s best friend

by camel (via)
In this article I will try to give a view of what is the custom caching with php, why and how we can use it.

June 2006

May 2006

April 2006

SitePoint - Fresh Thinking for Web Developers and Designers

by noelopan & 36 others
Excellent site dédié au Webmastering. Webdesign, langages, promotion et référencement de sites, outils, stratégie de conception de site, problèmes de propriété intellectuelle...

March 2006

L' Altruiste - Le guide des langages Web

by Elryk & 1 other
Cours sur des langages de balisage et de présentation (XHTML, XML, CSS, XSLT), des langages de script (Javascript/JScript, VBScript), et des plateformes de développement (PHP, ASP) et d'autres langages de programmation (Java, SQL, etc.).

Vogoo - Web Site Personalization & Collaborative Filtering

by nhoizey & 1 other
Vogoo PHP LIB v1.6 is a free PHP LIB licensed under the terms of the GNU GPL. With Vogoo PHP LIB, you can easily and freely add professional collaborative filtering features to your Web Site.

Implementing a Rating-Based Item-to-Item Recommender System in PHP/SQL

by nhoizey & 1 other (via)
This paper presents a database-driven approach to item-to-item collaborative filtering which is both easy to implement and can support a full range of applications.

February 2006

Apache2Triad Net

by hchicha & 2 others
serveur apache à installer pour tester en local des applications comme wordpress

January 2006

SQL Relay

by pyxosledisciple & 1 other (via)
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux supporting ODBC, Oracle, MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase, Lago, SQLite and MS Access (minimally) with APIs for C, C++, Perl, Perl-DBI, Python, Python-DB, Zope, PHP, Ruby, Ruby-DBI, Java and TCL, drop-in replacement libraries for MySQL and PostgreSQL clients, command line clients, a GUI configuration tool and extensive documentation. The APIs support advanced database operations such as bind variables, multi-row fetches, client-side result set caching and suspended transactions. It is ideal for speeding up database-driven web-based applications, accessing databases from unsupported platforms, migrating between databases, distributing access to replicated databases and throttling database access.

SQL Relay

by cascamorto & 1 other
SQL Relay is a persistent database connection pooling, proxying and load balancing system for Unix and Linux supporting ODBC, Oracle, MySQL, mSQL, PostgreSQL, Sybase, MS SQL Server, IBM DB2, Interbase, Lago, SQLite and MS Access (minimally) with APIs for C, C++, Perl, Perl-DBI, Python, Python-DB, Zope, PHP, Ruby, Ruby-DBI, Java and TCL, drop-in replacement libraries for MySQL and PostgreSQL clients, command line clients, a GUI configuration tool and extensive documentation. The APIs support advanced database operations such as bind variables, multi-row fetches, client-side result set caching and suspended transactions. It is ideal for speeding up database-driven web-based applications, accessing databases from unsupported platforms, migrating between databases, distributing access to replicated databases and throttling database access.

Quick Lookup

by gregR & 8 others (via)
Référence rapide sur différents langages web. Bon pour la sidebar.

Quick Lookup | aonic.net

by simon_bricolo & 8 others
Référence pour PHP, MySQL, JavaScript et CSS. En ajax baby....

December 2005