New Twitter Like Application with JQuery and PHP

I have created new twitter style header with fancy menu using jquery and CSS. I have also add new twitter style animated popup window which shows each tweets detail individually. I used some animation using jQuery and z-index property of CSS to handle the div. I hope it will work with all screen resolutions.

Sending e-mail from localhost in Windows Environments using PHP

Sometimes You face problems sending email from the localhost while using XAMPP or WAMP or any other PHP servers in windows environment. Actually PHP sevrer needs some configuration changes. In this article I will explain you how to send e-mail from localhost in PHP.

Ajax Shopping Cart - Stylish Shopping Cart Using JQuery and PHP

You have seen many Ajax and JQuery based shopping carts examples over internet. I have created here a JQuery based shopping cart which doesn’t call any Ajax request but save all shopping into a form and in the end we just simple submit that form where ever we want to be submitted. I used jQuery and CSS to create this stylish Cart. Hope you will like it.

AJAX Pagination using jQuery and PHP with Animation

I have created an Ajax JQuery based pagination few months before which my users liked very much and there are thousands of downloads of that tutorial. So, I thought to create on another tutorial for pagination with some jquery effects to make stylish and attractive. Its animated loading of records using jquery animation. I hope you will like it very much as it looks nice.

Ajax Stylish Captcha and Contact Form using jQuery and PHP

This tutorial is about ajax based contact form with jquery validation and ajax based captcha.Captcha is main part of any form and if it is ajax based then it looks awesome.

Audio-Gallery-Suite (A complete audio gallery solution made with HTML5/CSS3/jQuery-JS/C#)

Audio-Gallery-Suite is a complete audio gallery suite/solution that includes a web audio gallery and a software for managing playlists, uploading audios and managing the web audio gallery. The Audio-Gallery-Suite is built up using the latest technology and harnesses their power to put up a sophisticated solution.

PHP – Model View Controller (MVC)

MVC, or Model-View-Controller is a pattern that is used in software development. The basic idea behind MVC is to separate business logic from its presentation layer.

PHP Increase Upload File Size Limit Using php.ini

Sometimes you need to upload large files. But the default file upload size settings restrict you to upload large files. PHP default setting allowed only 2MB file upload size.

Automatically Generate a Photo Gallery from a Directory of Images

Two years ago Chris Coyier wrote an outstanding tutorial detailing how you can generate a photo gallery based on the images within two directories: a thumbnails directory and an originals directory. I've decided to take his tutorial a step further by showing you how to generate thumbnails for the gallery using PHP. 

PHP’s Built-In MYSQL Functions

The MySQL database server is one of the most popular open source databases in the world. Most of php application developed using mysql database. PHP has many built-in MySQL functions which works with MySQL to execute queries. these functions help you to manage your database and speed-up development.

Make HTTP Requests Using Curl and Decoding JSON Responses in PHP

PHP has Curl library that let’s you communicate with other servers. The Curl libaray is enabled by installing cUrl extension in PHP.INI. You just need to uncomment “extension=php_curl.dll” in PHP.INI file to install Curl library.

Install PHP GD Library on Ubuntu

PHP is not limited to creating just HTML output. you can create image files using PHP. It just needs to install GD libraray to create variety of image formats like GIF, PNG, JPEG, WBMP, and XPM. PHP output image streams directly to a browser. You will need to compile PHP with the GD library of image functions for this to work. GD and PHP may also require other libraries, depending on which image formats you want to work with.

Install APC on UBUNTU with PHP

The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. Its goal is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.

Login with Instagram OAuth using PHP

The very quick registration gives you many users to your web project, we already published login with Facebook, Twitter and Google Plus now time to think about very popular photo sharing portal Instagram. This post explains you how to login with instagram Oauth API and importing user data. Create an instagram account and take a quick look at this demo thanks!

Email Error Logs with PHP

In today’s video quick tip, we’ll review the process of setting custom error handlers with PHP. Along the way, we’ll also learn how to log and email those potential errors to ourselves. That way, even when your web application has been deployed, you’ll be the first to know when an error is encountered. 

15 Wonderfully Creative Uses for PHP

If you are familiar with the basics of PHP, then you’re probably wondering how you can use it to make your website more appealing. The possibilities are endless, and you can write your own PHP scripts or implement widely available scripts from around the web. Let’s get started with 15 creative uses for PHP for your website!

Create a Time Based CSS Style Sheet Switcher with jQuery

Style switchers have become a popular feature on websites these days. CSS style sheets allow a Web Designer to change the look and feel of a website with little effort. Some sites use “Day” and “Night” type of style switchers that automatically change the site theme based on the time of day.

Making a Donation Center With PHP, MySQL and PayPal’s APIs

PayPal provides numerous APIs and integration options for third-party developers. One of these is the Donation button, which you can generate straight from PayPal’s site and include directly into your pages. Conversion rate for these buttons is typically minimal, but the right incentive can make a big difference.

Carousel Photo slider with PHP and jQuery

To continue with our experiment series, our designing and programming team joined forces to create an amazing carousel vintage photo slider with PHP and jQuery. This is definitely a nice photo slider to be applied in different websites so you can showcase your work in a more original way.

Php and jQuery image upload and crop

We needed a PHP and jQuery image upload and crop tool and came up with the following.
Before you start, ensure you have the following:

PHP & MySQL File Download Counter

It has been a while since we’ve done a proper PHP & MySQL tutorial here, at Tutorialzine, so today we are creating a simple, yet robust, file download tracker. Each file will have a corresponding row in the database, where the total number of downloads is saved. PHP will update the MySQL database and redirect the visitors to the appropriate files.