want to join us? register, it's easy | help
category icon

Facebook like Autosuggestion with jQuery, Ajax and PHP.

in PHP added by goodphptutorials, 4 days ago AJAX autocomplete autosuggest facebook jquery

I received a lot of request from my readers that asked to me how to implement Autosuggestion search with jquery. I love facebook API it's neat, so I had developed Facebook like Autosuggestion user search with jQuery, Ajax and PHP. It's simple and clean just you have to change the database details.

comment save report
category icon

Cook up Web sites fast with CakePHP, Part 4: Use CakePHP's Session and Request Handler components

in PHP added by goodphptutorials, 4 days ago cakephp framework mvc session

CakePHP is a stable production-ready, rapid-development aid for building Web sites in PHP. This "Cook up Web sites fast with CakePHP" series shows you how to build an online product catalog using CakePHP. Part 4 focuses primarily on the Session component of CakePHP, demonstrating three ways to save session data, as well as the Request Handler component to help you manage multiple types of requests (mobile browsers, requests containing XML or HTML, etc).

1 comment save report
category icon

The need for PHP code refactoring

in PHP added by seoadmin123, 2 weeks ago code refactoring web developement

Refactoring is changing of complex and complicated programming codes into simple and confusion-less ones, thereby restructuring the complete set of codes into easily readable formats, without any change in the output or functionality.Refactoring does not include fixing of glitches or including of new functionalities or practices to the existing set of codes.

comment save report
category icon

How to Implement Text to Speech in PHP

in PHP added by cyberhitesh, 3 weeks ago Festival php5 text to speech

One such application is Festival, it allows us to convert Text to Speech(WAV) format. In this article we will learn on how we can convert text to speech from PHP applications.

comment save report
category icon

Using pecl/oauth to post to Twitter

in PHP added by goodphptutorials, on 5/6/2009 oauth pecl twitter

I have seen a lot of questions about OAuth and specifically how to do OAuth from PHP. We have a new pecl oauth extension written by John Jawed which does a really good job simplifying OAuth

comment save report
category icon

Integrate PHPBB3 with your website

in PHP added by exoph, on 27/5/2009 advanced tutorials beginner tutorials content management forum phpbb3

This tutorial will show you how to take a simple installation of PHPBB3 and add it to your website to restrict page access based on registration status.

comment save report
category icon

Image watermark with PHP

in PHP added by webmonitore, on 22/5/2009 advanced tutorials beginner tutorials content management general php5 security

To prevent quality images being stolen, we can use PHP to watermark web-images in popular formats like GIF/PNG/JPEG. We print a transparent gif-image on a jpeg-photo in this tutorial.

1 comment save report
category icon

Build a Facebook application with Zend Framework

in PHP added by goodphptutorials, on 10/5/2009 advanced tutorials api facebook

A quick tutorial on how to use Zend Framework to build a Facebook Application.

comment save report
category icon

Pimp Your PHP App with Flex!

in PHP added by goodphptutorials, on 3/5/2009 advanced tutorials flash flex

If you're looking to add some pizzazz to your PHP application, look no further—Adobe’s Flex is here to give your interface some polish. In this article Lennart Steinke shows us how to make a Flex widget with a PHP back end.

1 comment save report
category icon

10 Advanced PHP Tips Revisited

in PHP added by goodphptutorials, on 23/4/2009 beginner tutorials security tips

Because of PHP's huge popularity, it has become almost impossible for Web developers not to have at least a working knowledge of PHP. This tutorial is aimed at people who are just past the beginning stages of learning PHP and are ready to roll up their sleeves and get their hands dirty with the language. Listed below are 10 excellent techniques that PHP developers should learn and use every time they program. These tips will speed up proficiency and make the code much more responsive, cleaner and more optimized for performance.

1 comment save report
category icon

404/403 Website Error Pages With PHP Auto-Mailer

in PHP added by goodphptutorials, on 20/4/2009 404 advanced tutorials error handling mail

Website error pages are perhaps one of the most overlooked pieces of a fully rounded website. Not only are they important but they give you the opportunity to have a little fun. Although many web developers rely on server logs to keep an eye out for hits on error pages, I'm going to take a different approach by using a PHP generated email. In addition, we will spice up the design a bit, add basic navigation and link to the website sitemap.

1 comment save report
category icon

Add Power to Your PHP With Multi-Tiered Applications

in PHP added by goodphptutorials, on 16/4/2009 multi-tier mvc php5

As PHP applications become more and more complex, it can be easy to end up with a tangled mess of code that makes maintenance nearly impossible. Applying the concept of tiered applications can help to alleviate some of the difficulty in maintaining complex applications.

comment save report
category icon

PHP Tutorial on Classes, Inheritance, Polymorphism, Magic Methods & Exceptions

in PHP added by sunilbhatia79, on 15/4/2009 Inheritance Polymorphism _get _set class exceptions magic methods php5

This link contains links on various PHP5 tutorials. I have spent a lot of time learning PHP5 concepts and wish to share my learnings with you all via my blog

comment save report
category icon

Bloom Filters Quickie

in PHP added by goodphptutorials, on 12/4/2009 advanced tutorials bloom filter

It’s been a couple of month since the release of pecl/memcached and I was getting the urge to write something else. At the same time, I was reading up on Bloom filters, but couldn’t find a PHP extension that implemented them. Thus, pecl/bloomy was born. Now, you may be wondering, what the heck is a Bloom filter why in the blooming sky would I want to use it? Well, read on.

comment save report
category icon

Use Windows Login (Active Directory) For your PHP applications

in PHP added by Alpho011, on 10/4/2009 advanced tutorials database ldap php5

Use the username and password schemes that are already in place for logging in to your applications or websites. Great for intranet site work.

1 comment save report