Please send any feedback on admin@ajaxline.com.
If you want to share your experience and post article on Ajaxline just e-mail it to us and we publish it.
Roberto Giorgetti post an intresting article about secure filesharing With PHP applications. In this articles he covers the following topics:
Installation Instructions for a Quick Start
Let's Dive into the Code
What Smarty Is and How It Works
overLIB and Pop-Up Menus
Also you can download the source codes of demo application buiilded in this tutorial.
Source: devX.com.
Nathan Good post an article in which he tells about building the PHP web-services with the PDT - IDE for PHP development based on Eclipse. The PDT project was unveiled in September 2007 and was followed by V1.0.2 in January 2008. The PDT project provides first-class abilities to edit, debug, and deploy PHP applications in the Eclipse IDE.
Source: IBM developerWorks.
Roshan Bhattarai pos a small article in his blog about most important PHP server variables. He writes the following:
«You guys must have know about server variables in PHP. Server Variables are those variables which are inside the super global array named $_SERVER available in PHP. There are many server variables in PHP and some of them are very useful for fore developing PHP projects. I’m going to post here some of the very useful server variables available in PHP development. »
Source: Roshan's blog.
Rob Glabrook write an article about following useful Worpdres plugins:
cforms II
Comment Relish
Google XML Sitemaps
Redirection
SEO Meta Editor Advanced
Snippet Highlight
Source: CSSNewbies.
There is an intresting article about using the YouTube API with PHP posted on the IBM developerWorks site by the Vikram Vasawani. Here' the short table of contents:
Understanding the YouTube data format
Retrieving video listings
Working with video categories
Performing keyword search
Using additional search parameters
Working with comments, video responses, and related videos
Summary
You can read the full version of this article on th IBM developerWorks site.
Nathat A. Good, author of the book «Design Patterns» post a n intresting article in which he show how to use tha patterns in PHP language. Thee following patterns are discussed in this article:
The adapter pattern
The iterator pattern
The decorator pattern
The delegate pattern
Pork.Generator is a webbased tool to inspect your databases and generate Pork.dbObject based code. The generator analyzes the relations in your database, by trying to match primary keys to fields of other tables. If you have created your table structure following some simple rules, this project can either create a complete CRUD (Create, Read, Update, Delete) interface into a .zip file, or just output your complete database schema into O/R mapped objects.
There is a intresting article about building executibe dashboards with Google Charts posten on devX.com site by Edmond Begoli. This article contains all required essentials to learn the basics of Google Charts API and start using it on your sites. Here's the short table of content:
Building an Executive Dashboard with Google Chart
Anatomy of the Google Chart: Drawing Chart Objects
Octavia Andreea Anghel post an intresting article about using image filters in PHP. She writes :
«Most likely, the first time you heard about image filters was when you had to edit your vacation pictures to remove the "red eye" effect or an undesirable face. For such basic purposes, a little practice and some specialized software such as Adobe Photoshop or Paint Shop Pro is sufficient to end up with great pictures. But if you want to go beyond the basics you need to understand what a picture actually is, what the main algorithms dedicated to image processing are, and how a programming language, as PHP per example, can help you. Images are wonderfully malleable, and after you understand those points, you can develop your own custom image filters with PHP. This article covers:
Introduction to the GD library, which provides PHP support for image processing
Creating custom image filters by modifying pixel colors
Implementing the "convolution" technique
Creating custom image filters by modifying pixel positions»
The new version of Ajax calendar is available now. The authors of thihs calendars write in his blog on Bmgadg.com
«The super version includes the posting and viewing of linked events, and it comes with an admin tool to easily add and modify events to the calendar. Also added is a "jump to" box (the down arrow) so you can jump to a month / year instead of having to navigate using the previous / next functions. «
You can read more and download the sources on Bmgadg.com