PHP

Secure Internet File-Sharing with PHP, MySQL, and JavaScript

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.

Build Web services with PHP in Eclipse

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.

8 useful server variables available in PHP

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.

6 Great Wordpress Plugins

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.

Use the YouTube API with PHP

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.

Five more PHP design patterns

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 1.0

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.

Building Executive Dashboards with Google Chart

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

How To Create and Apply Image Filters in PHP

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»

Free Super AJAX Calendar (requires PHP & MySQL)

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

Syndicate content