Category: PHP Tutorials
What is Zend Framework ? by Bally Chohan
March 22nd, 2010, No Comments
What is Zend Framework ? by Bally Chohan
Zend Framework (ZF) is an open source , object-oriented web application framework implemented in PHP 5 . The strength of Zend frame work is its highly modular MVC design; which make code more reusable and easier to maintain.
What are the components of Zend Framework ? by Bally Chohan
Zend_Acl
Zend_Auth
Zend_Cache
Zend_Config
Zend_Console_Getopt
Zend_Controller [...]
List of free CMS of PHP & MySQL
March 10th, 2010, No Comments
An exclusive list of free CMS of PHP & MYSQL by Bally Chohan
PHP and MySQL CMS by Bally Chohan, Bally Chohan an open source developer love to explore in open source technology. Bally chohan currently using open source to create “Bally Chohan Fraud Detection”
Name
Category
Supported databases
Comments
Ariadne
Portal
Oracle, PostgreSQL
Arti Velocity 3
Portal
MySQL
b2evolution
Blog
MySQL
BlogCMS
Blog
MySQL
Caravel CMS
Portal
OpenLDAP and PostgreSQL
Chlorine Boards
Portal
MySQL, MSSQL, PostgreSQL, DB2, [...]
What is the difference between PHP & Ruby on Rails – by Bally Chohan
March 4th, 2010, No Comments
Here Bally Chohan briefs us about the difference between PHP & Ruby on Rails.
Ruby on Rails, often shortened to Rails or RoR, is an open source web application framework for the Ruby programming language.
It is intended to be used with an Agile development methodology (http://www.ballychohan.net/2010/03/what-is-agile-software-development-by-bally-chohan/) that is used by web developers for rapid development.
PHP: Hypertext Preprocessor (the [...]
How to do redirect in php by Bally Chohan?
March 2nd, 2010, No Comments
How to do redirect in php by Bally Chohan ?
Redirection is act of setting a new direction; The automated process of taking a user to a location other than the one selected.
There are two ways to redirect old page to new page:
1. .htaccess
2. Php code
<?php
header( ‘Location: http://www.ballychohan.info‘ ) ;
?>
Change the code on the redirect [...]
How to do URL-rewriting by Bally Chohan
February 28th, 2010, No Comments
How to do URL-rewriting by Bally Chohan
How .htaccess works by Bally Chohan
February 26th, 2010, No Comments
How .htaccess works by Bally Chohan
.htaccess is only a file, it can change settings on the servers and allow you to do many different things, the most popular being able to have your own custom 404 error pages. .htaccess isn’t difficult to use and is really just made up of a few simple instructions [...]
Understanding AJAX
December 29th, 2009, No Comments
AJAX is an acronym for
Asynchronous JavaScript and XML. If you think it doesn’t say much, we agree. Simply put, AJAX can be read “empowered JavaScript”, because it essentially offers a technique for client-side JavaScript to make background server calls and retrieve additional data as needed, updating certain portions of the page without causing full page [...]
PHP and Other Server-Side Technologies
December 29th, 2009, No Comments
Server-side web technologies enable the web server to do much more than simply returning the requested HTML files, such as performing complex calculations, doing object-oriented programming, working with databases, and much more.
Just imagine how much data processing Amazon must do to calculate personalized product recommendations for each visitor, or Google when it searches its enormous [...]
AJAX and PHP
December 29th, 2009, No Comments
To go through the examples of this book you need PHP 5, a web server, and a database server. We have tested the code under several environments, but mostly with the Apache 2 web server, and MySQL 4.1 and MySQL 5 databases.
You can choose, however, to use another web server, or another database product, in [...]
Bally Chohan on Creating PHP Pages
November 30th, 2009, No Comments
Bally Chohan
Command on PHP and MYSQL
The basics of PHP and starts you on your way to creating your first complete Web site, one featuring movie reviews. After you complete your Web site, your visitors will be able to locate information about a particular movie, and you will be able to program in PHP.
Even if you [...]