Newest Post

What is CMS?

| Friday, 12 July 2013
Read more »
CMS Made Simple is an open source ( GPL) package.PHP Content Management System is allows creation, editing, publishing, organizing and managing of content of a website.For a small website, adding and deleting a page manually is simple.CMS is easy way the process of adding and modifying new content to a webpage.
PHP content management system which allows publishing and editing and deleting content as well as site management from an easy-to-use administration page.In PHP CMS is a SEO optimized, professional grade content management system .

Examples of MOST USED CMS IN PHP

1)WORDPRESS

Matthew Charles Mullenweg


WordPress is a free and open source blogging tool and a content management system (CMS) based on PHP and MySQL. It has many features including a plug-in architecture and a template system

FOUNDER: Matthew Charles Mullenweg

2)DRUPAL

Dries Buytaert

Drupal is a free software package that allows you to easily organize, manage and publish your content, with an endless variety of customization

FOUNDER: Dries Buytaert

3)JOOMLA

Joomla is an award-winning content management system (CMS), which enables you to build Web sites and powerful online applications

FOUNDER: Joomla Leadership Team

1)Michael Babker

Position: Production Leadership Team

2)Brad Baker

Position: Joomla Community Leadership Team

3)Isidro Baquero

Position: Community Leadership Team

4)Chris Davenport

Position: Documentation Working Group Coordinator

5)Mark Dexter

Position: Production Leadership Team, Bug Squad Coordinator

6)Peter Martin

Position: Community Leadership Team

7)Olaf Offick

Position: Community Leadership Team

8)Sander Potjer

Position: Community Leadership Team

9)Nick Savov

Position: Production Leadership Team

10)Ron Severdia

Position: Production Leadership Team

11)Andrea Tarr

Position: Production Leadership Team

ECOMMERCE BEST CMS

1)MAGENTO

Magento is a feature-rich eCommerce platform built on open-source technology that provides online merchants with unprecedented flexibility and control over the look, content and functionality of their eCommerce store.

FOUNDER:IT was launched on March 31, 2008. It was developed by Varien (now Magento Inc).


What is CMS?

Posted by : Unknown
Date :Friday, 12 July 2013
With 0comments

PHP Tutorials

|
Read more »


PHP is the widely-used Server side Scripting Language and it is free Software to download and use. PHP is perfectly suited for Web development and can be embedded directly into the HTML code.you have to learn php in this php tutorial small php example and small php programming code is available

What is PHP Adavantages?

1)Reduce the time to create large websites.
2) PHP is compatible with almost all servers ,Example:Apache, IIS, etc.
3)To Allow creation of shopping carts for e-commerce websites.
4)PHP runs on different platforms Examle :Windows, Linux, Unix, etc.

What is Features of PHP:
1)Cookies:-PHP transparently supports HTTP Cookies.
2)Sessions:-PHP Supports sessions to allow you to preserve certain data across subsequent accesses.
3)Command line:-PHP supports many command line options.
4)file uploads:-PHP allows WEb users to upload single or multiple files.
5)Persistent Database Connections:-PHP Supports Persistent connections to database servers.
6)Safe mode:-PHP supports a safe mode with many built in functions restricted or disabled.
7)Using Remote files:-PHP allows you to open remote files with internet protocols like HTTP or FTP.
8)Connection handling:-PHP maintains a connection in 3 possible states:NORMAL,TIMEOUTand ABORTED.

PHP Syntax:
A PHP scripting block always starts with <?php and ends with ?>
or
the shorthand PHP tag that requires shorthand support to be enabled on your server…
<?
?>


A PHP file Basically contains HTML tags, just like an HTML file, and some PHP scripting code.
Example:
a simple PHP script which sends the text “Hello World” to the browser:

<html>
<head>
<title>My First PHP Program</title>
</head>
<body>
<?php
echo “Hello World”;
?>
</body>
</html>

Save this file firstprogram.php and after Execution of your local system localhost/firstprogram.php the Result seen as below

Output:

Hello World

Each code line in PHP must end with a semicolon.

PHP Tutorials

Posted by : Unknown
Date :
With 0comments

MotivativeThoughts

|
Read more »

MotivativeThoughts

Posted by : Unknown
Date :
With 0comments
Next
▲Top▲