Fresh PHP news, tutorials, tips and much more

Posts Tagged ‘tutorial’

Getting Started with AJAX in jQuery

Tuesday, May 13th, 2008

If you looking for some good tutorial to start learning AJAX with jQuery Developer Tutorial lunched great tutorial with good documented source code examples.

AJAX is probably the biggest thing you can add to your site; with AJAX, you can dramatically increase functionality, and give your end users more usable web applications. But AJAX is tricky to get started with - it usually requires very complex JavaScript knowledge. In this tutorial, I’ll show you how to get started with AJAX using the jQuery JavaScript framework.

In this article author describes how to make user authorization with AJAX and jQuery.

Post tagged with: , , ,

Posted in Advanced, Beginners | No Comments »

Synchronizing Drupal Modules with Adobe AIR

Tuesday, May 13th, 2008

Zend Developer Zone posted new article how to synchronize Drupal modules with Adobe AIR. In tutorial you would find code examples and full source code.

Whether you’re an enterprise developer working in a large shop or setting up a blog for yourself, you’ve almost certainly been tasked with keeping your development code in sync with some type of stable release. Whether a project is big or small, you still need to ensure that the core code you work with remains consistent. This article will walk you through the development of an Adobe AIR and AJAX application used to synchronize the modules of a site developed in Drupal, the popular free and open-source content management system used in thousands of sites across the Internet.

Post tagged with: , ,

Posted in Advanced | No Comments »

Decorators using Zend Framework Zend_Form

Tuesday, May 6th, 2008

Zend Framework usage grows very fast. Zend Developer Zone launched new tutorial of how to use Zend_Form module.

Zend_Form has been lauded by many as a welcome addition to Zend Framework, and a flexible solution to the problem of forms. That said, one point of flexibility it offers has proved to be a pain point for many developers: decorators. This tutorial aims to shed some light on decorators, as well as provide strategies for creating your own decorators and combining them in creative ways to customize the output your forms generate.

This complete tutorial shows how you can create good looking forms in your ZF applications. Zend_Form is new way of fast creating forms for PHP coders.

Post tagged with: , , , ,

Posted in Advanced | No Comments »