mysql

TwitterFacebook
Get flash to fully experience Pearltrees
One of the reasons people love WordPress so much is its great flexibility. You can change the software’s appearance with themes. You can enhance its functionality with plug-ins. http://wp.smashingmagazine.com/2009/04/15/10-exceptional-wordpress-hacks/

10 Exceptional WordPress Hacks | Developer's Toolbox | Smas

Animated Ajax Record Deletion Using jQuery

http://davidwalsh.name/animated-ajax-jquery For every link, we add a click event that triggers the AJAX request. During the request, we transition the containing element to a red background. When the AJAX request returns a "success" response, we slide the element off of the screen.
Overlay is a significant part of the JavaScript/Web 2.0 landscape. This tool handles them all: commercial overlays, modal dialogs and slideshows. TOOLBOX is a set of small niceties. Take control of the mousewheel and your browser's back button.

jQuery TOOLS / Tabs - Tabs done right.

http://jquerytools.org/
http://thejit.org/docs/files/Spacetree-js.html Where to start? This is an index for the documentation available for the Toolkit that can help you get started. It's written like a wiki and may be updated frequently. If you'd like to contribute to the documentation please contact me . The demos page

Spacetree.js

40+ Invaluable PHP Tutorials and Resources - Nettuts+

PHP is one of the most popular scripting languages on the internet today, and one of the easiest to get into. Whether you’re a PHP newbie, or an experienced code-slinger, there is always something new to discover. A function you’re unfamiliar with a killer timesaving tool, a technique that you forgot about… http://net.tutsplus.com/articles/web-roundups/40-invaluable-php-tutorials-and-resources/
http://www.factsandpeople.com/facts-mainmenu-5/26-html-and-javascript/89-jquery-ajax-json-and-php

jQuery, Ajax, Json and Php

As shown this is a name-value type syntax with colons in between. The rectangular brackets define the array, the curly brackets define the start and the end of a JSON objects. Note that in javascript the item tag is missing.
A component for retrieving, printing, inserting nodes into, and deleting nodes from trees stored in mptt form. For a good introduction to storing trees in mptt form, read this: http://www.sitepoint.com/article/hierarchical-data-database Here is the code of my component: ?> The code should be fairly straightforward. The getTree function returns an object. The returned object represents a tree node, and has two member variables: data, and children. http://bakery.cakephp.org/articles/mpatek/2007/12/02/modified-preorder-tree-traversal-component

Modified Preorder Tree Traversal Component (Articles) | The Bake

Storing Hierarchical Data in a Database [PHP & MySQL Tutoria

http://www.sitepoint.com/hierarchical-data-database-2/ Modified Preorder Tree Traversal Now, let’s have a look at another method for storing trees. Recursion can be slow, so we would rather not use a recursive function. We’d also like to minimize the number of database queries. Preferably, we’d have just one query for each activity. We’ll start by laying out our tree in a horizontal way.
Adobe have recently released its Spry Ajax framework for public beta-test by developers and I've been playing with this baby for a while. And here's some kind of report of what I have learned. Spry is Adobe's Ajax library for manipulating XML data.

macdiggs.com » Blog Archive » Integration of Spry and PHP/MySQL

http://macdiggs.com/2006/07/05/integration-of-spry-and-phpmysql/
http://proquest.safaribooksonline.com/book/databases/mysql/0131867164 The programmer's Guide to building robust web applications with PHP and MySQL This is a comprehensive, practical guide for programmers who want to develop production-quality, database-enabled web applications with PHP and MySQL. Long-time developer Marc Wandschneider systematically addresses the entire process: not only coding, but also upfront application, user interface and database design, PLUS security, testing, and more. You'll walk through building three applications from start to finish: a calendaring system, a weblog engine, and an e-commerce store. Along the way, you'll master essential strategies for creating robust web database applications and learn how to avoid the common pitfalls that trip up many developers moving to PHP and MySQL.

ProQuest Information and Learning - 0131867164 - core WEB APPLIC

Announcing Payjacks, an Object-Oriented PHP/Ajax Web Application

I am happy to announce the immediate availability of Payjacks, currently at version 0.2.0. Payjacks is a PHP /Ajax web application framework I’ve written using the object-oriented features in PHP5 +. Payjacks is an object oriented PHP -Ajax web application framework I’ve written to help write robust and organised web applications. It was designed to require a minimal amount of effort to get your own web application up and running, while helping with such tasks as accessing a (MySQL, currently) database or providing a framework for sending asynchronous Ajax requests back to the server. Payjacks uses many of the new object-oriented features in PHP 5 to do its work, and handles most of the details required to run a robust web application. Support for various types of Asynchronous Ajax requests, including submitting forms asynchronous or simply sending your own data strings asynchronously
Links from other sites can sometimes be outdated or misspelled. We'd like to fix that problem too, so again, consider dropping us an email so can try to contact the other site and fix the problem.

PHP Eats Rails for Breakfast

PerlHP - A travesty

Introduction PerlHP is an attempt to give Perl the same simplicity and hackiness that PHP has spent years trying to forget. It lets you put together simple dynamic web pages more quickly than writing them in plain Perl, and with less mental anguish than writing them in PHP. It is also cheerfully obfuscated, but luckily you don't need to actually look at it to use it.