web programming course in Asynchronous JavaScript and XML (AJAX)
Compufield -computer Institute specialized in fast track courses-multimedia,web designing,software engineering,certification courses,fashion,jewellery,interior designing courses. India,Bombay(Mumbai). Creative Courses Internet Courses Network Certification Courses Fashion Designing Textile Designing Jewellery Designing Interrior Designing

COMPUFIELD now in Bandra (West),MUMBAI COMPUFIELD-invites business partners franchise IT Corporate Training

 
Our Courses :Creative Courses | Digital Film Making Courses | Internet Courses | Programming Courses | Network Certification Courses | Security Certification Courses | Kids & ICSE Courses | Office Automation Courses | Financial Application Courses
 
 
Miscellaneous : Location of Compufield | Site Map | Student's Accomodation | Per Day Expenses | Jobs Assistance | Send to a Friend
 
Student's Registration : Registration Form | Payment Facilities | Indian Consulates | Visa to Apply
 

Search for our courses

 
     
 
Certificate Courses in Programming
 
C & C++
 
VB.Net
 
ASP.Net
 
ORACLE (Paper I) SQL
 
MS SQL Server 2003
 
PHP & MySQL
 
JOOMLA
 
AJAX
 
AJAX + PHP & MySQL
 
Java Development Kit
 
JDBC & JavaBeans
 
JSP
 
J2EE
 
Computer Applications For Class IX (ICSE)
 
Diploma in
Java Programming
 
Diploma in Financial Accounting
 
Certificate course in
Microsoft Excel
(Financial Application)
 
Certificate course in
Macros VBA
(Financial Application)
 
Certificate course in
Microsoft Excel
(Financial Accounting)
 
Certificate course in
Computerized Accounting +
Financial Accounting
 
Certificate course in
Computerized Accounting +
Financial Accounting
 
Diploma in Microsoft Excel
(Financial Accounting)
 
Diploma course in
Financial Accounting
using Excel
 
Diploma course in
Computerized Accounting +
Financial Accounting
 
Diploma course in
Computerized Financial
Application (MIS)
 
Diploma in Database-Administration [RDBMS]
 
Diploma in ORACLE Database Administrator(OCP)
 
Oracle 9i DBA Paper I to IV
 
Diploma in ORACLE Database Administrator(OCP)
 
Oracle 10g DBA Paper I to II
 
Diploma in Internet Application & ECommerce
 
Diploma in Software Engineering
 
Diploma In Web Designing, Software Engineering,
Global Marketing and E-Commerce
 
Diploma in Web Designing, Multimedia, E-Commerce & Global Marketing
 
Diploma in Web Designing, Multimedia, Software Engineering, E-Commerce & Global Marketing
       
 
 
       


  Email ID:    
     
     
 

 

PHP + MYSQL + JOOMLA
Enquire About This Course
   
Name :
   
*Country Name
    e.g.India, UK, ....
Residence / Office Number :
Country Code City Code Number
    (Number-Coutry code & city code)
e.g. +91-22-23676218
     
Mobile Number :
     
*Email :
     
*Course Of Interest :
     
Enquiry :
    (*) Signed fields are mandatory.
   
   


PHP is a powerful cross platform server side scripting language. It is a full featured programming language capable of managing huge database driven online environments. Using PHP you can query databases, create dynamic images,
create e-commerce websites, manage security for online transactions, read & write files on the server, talk to remote servers - the possibilities are endless. MySQL is a small, compact database server ideal for stand-alone and enterprise applications.
The PHP-MySQL combination is also cross-platform.


Part I: Working with My SQL

    SALIENT FEATURES
    PHP is an HTML-embedded server side scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of
    unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated database
    driven pages quickly.

    APPLICATION
    Open source has brought a lot more than Unix to the computing world. It has also given us Linux, PHP and MySQL. PHP and MySQL
    are the world's best combination for creating database-driven sites.

    TOPICS COVERED :


    Part I: Working with My SQL

     
     Database Design with My SQL  
      Why use a Relational Database?  
    Blasted Anomalies  
     
  • The update anomaly
  • The delete anomaly
  • The insert anomaly
  •  
       
    Normalization  
     
  • First normal form
  • Second normal form
  • Third normal form
  •  
         
    Types of Relationships  
     
  • The one-to-many relationship
  • The one-to-one relationship
  • The many-to-many relationship
  •  
         
    Advanced Database Concepts  
     
  • Referential integrity
  • Transactions
  • Stored procedures
  • Top of the Page
         
       
     The Structured query Language for Creating and Altering Tables  
         
    Essential Definitions  

  • Null Values
  • Indexes
  •  
         
    The create database Statement

    The use database Statement

    The create table Statement

     
         
    Column Types  
     
  • String column types
  • Numeric column types
  • Date and time types
  •  
         
    Creating Indexes  
         
    Table Types  
     
  • MyISAM InnoDB Tables
  • Berkeley DB
  • Heap
  •  
       
    The alter table Statement  
     
  • Changing a table name
  • Adding columns
  • Dropping columns
  • Adding indexes
  • Dropping indexes
  • Changing column definitions
  •  
         
    Using the show Command  
     
  • show databases
  • show tables
  • show columns
  • show index
  • show table status
  • show create table
  •  
         
    GUI Tools for Manipulating MySQL Tables and Data  
     
  • Using phpMyAdmin
  • Top of the Page
         
       
     The Structured Query Language for Inserting, Editing, and Selecting Data  
     
  • The insert Statement
  • The update Statement
  • The delete Statement
  • The replace Statement
  •  
         
    The Basic select Statement  
     
  • The Where clause
  • order by
  • limit
  • group by and aggregate functions
  •  
         
    Joining Tables  
     
  • The two-table join (equi-join)
  • The multi-table join
  • The outer join
  • The self join
  • Unions
  • Correlated subqueries
  • Top of the Page
         
    Part II: Working with PHP  
         
     
    Getting Started with PHP-Variables  
         
    Assigning Simple Variables Within a Script  
     
  • Delimiting strings
  • Assigning arrays within a script
  • Assigning two-dimensional arrays in a script
  •  
         
    Accessing Variables Passed from the Browser  
     
  • HTML forms variables
  • Passing arrays
  • Cookies
  • Sessions
  •  
         
    Using Built-in Variables  
     
  • PHP variables
  • Apache variables
  • Other Web server variables
  •  
         
    Testing Variables  
     
  • isset0
  • empty0
  • is_null0
  • is_int0
  • is_double0
  • is_string0
  • is_array0
  • is_bool0
  • is_object0
  • is_resource0
  • is_scalar0
  • gettype0
  •  
         
    Changing Variable Types  
     
  • Variable Variables
  •  Top of the Page
         
     
    Control Structures  
         
    The if Statement   
     
  • Determining true or false in PHP
  • Comparison operators
  • Logical operators
  • Complex if statement
  • if…else statements
  • if…elseif statements
  •  
         
    switch…case  
         
    Loops  
     
  • White…
  • do…while
  • for
  • foreach
  • continue and break
  •  Top of the Page
         
       
    PHP’s Built-in Functions  
         
    Function Basics  
     
  • Arguments
  • Return values
  •  
         
    Function Documentation  
         
    Important PHP Functions  
     
  • String handling functions
  • Regular expression functions
  • Variable functions
  • Type-conversion functions
  • Array functions
  • Object/class functions
  • Print functions
  • Date/time functions
  • File-system functions
  • Script Control functions
  • Random number generator functions
  • Session functions
  • MySQL functions
  • HTTP header functions
  • Image functions
  • Mail functions
  • URL functions
  • Error functions
  • Output buffering
  • Information functions
  •  Top of the Page
         
       
    Writing Organized and Readable Code  
         
    Indenting  
     
  • Code blocks
  • Function calls
  • SQL statements
  •  
         
    Includes  
         
    Include0 and Require0  
         
    Include_once0 and Require_once0  
         
    User-Defined Functions  
     
  • Function basics
  • Returning values
  • Using a variable number of arguments
  • Variable scope
  •  
         
    Object-Oriented Programming  
     
  • Classes, Continued
  • Object cloning
  •  Top of the Page
         
       
     Part III   
       
       Creating a shopping Cart  
     
    • Where users can shop for Products and data stored in the backend
     
       
    Admin Module / Security  
     
    • Giving Accesstom Users / Clients / Admin
    • Creating the entire admin module using seesions and cookies
     
         
       
       

Joomla

JOOMLA FEATURES
The following lists a few Joomla! features:
• Free source code
• Simple workflow system
• Caching mechanism to secure fast page creation with favorite pages
• Wastepaper basket
• Banner management
• Data manager for uploading and administering data
• Publication system for content
• Content summaries in RSS format
• Search-engine-friendly URLs
• Multilingual front end
• Macro language for data content (Mambots)
• Administration interface that is separated from the homepage
• Simple, expandable template, and component system
• Simple, but powerful template system (HTML, CSS, PHP) without a complicated template language
• Hierarchical user groups
• Simple visitor statistics
• WYSIWYG editor for content
• Simple polling
• System of evaluation for contents
• Free extensions at http://www.mamboforge.net
• After the split, a large and eager community of users and developers was quickly established

APPLICATION

  • A content management system is software that keeps track of every piece of content on your Web site, much like your local public library keeps track of books and stores them.
  • Joomla is used all over the world to power Web sites of all shapes and sizes.
  • Joomla is designed to be easy to install and set up even if you're not an advanced user.
  • Joomla is the most popular open source CMS currently available as evidenced by a vibrant and growing community of friendly users and talented developers.
  • Joomla is free, open, and available to anyone under the GPL license.

TOPICS COVERED

  • Team Lesotho, Lesotho 

 

Top of the Page

 

  • On a Virtual Server in the Net
  • Installing Joomla!
  • Back End 
Customizing Joomla!
Top of the Page



 


 

Forum, Comments, and Calendar


E-Commerce and I18N
Your Own Templates
Your Own Program Extensions


 

Pre-Requisite

C & C++ (Basics)

Php & MySQL

 

 
Course Duration Fees (Indian RS.) Fees (US $)
75 sessions of 1 hr. each 11500 330
 
Management has full right to change courses, contents, tuition fees without prior notice.
 
Click here to Register for
 
COMPUFIELD offers a unique style of learning -
One computer : One student : One Instructor The timing can be fixed based on our mutual convenience,
between 9.00 a.m. to 7.00 p.m.
Maximum Instructor to Student Ratio 1:4 Course duration in working days = Total sessions divided by number of sessions (hours) per day.
Sessions : Each session will be of 1 hour No extra charges/refund for more/less time taken to complete the course.

Fees is for one course and it includes instructions, practicals,practice, project, preparation for exam (if any)

Lodging, boarding and travelling not included in the fees.
Overseas / local Students take 5 to 10 hours per day to complete their courses earlier. Management has full right to change courses, contents, tuition fees without prior notice.
 
Solve your Queries Online related to our Courses
Mobile Number
M.E. Khairaz (MD)
+919820134058
Gmail
 compufield@gmail.com
Yahoo Messenger
Yahoo Messenger
compufield@yahoo.com
ICQ
MSN Messenger
compufield@hotmail.co.uk  
Skype
compufieldinfo@skype.com

Facebook

Twitter
Address: Chinoy Mansion, First Floor, Blk #2, Opp St.Stephen's Church, Warden Road, Mumbai(Bombay)-400036, India.:+91-22-23676218

"aonlinetraining - distance learning school, institute, college, academy, multimedia, digital art, interior and fashion designing, jewellery, jewelry, jewelery design, internet technology, and software engineering courses" "institute of online internet e-learning, courses  in computer generated fashion designing, technology,free tutorials  haute couture using coreldraw and photoshop software-CAD" "jewelcad distance education courses,  computer based jewellery, jewelry, jewelry, jewelery designing in gold, platinum, diamonds, professional internet learning of necklaces, bracelets, rings, earrings designs"
 
"Compufield -computer Institute specialized in fast track courses-multimedia,web designing,software engineering,certification courses,fashion,jewellery,interior designing courses. India,Bombay(Mumbai)." "COMPUFIELD-Leader in Global IT Corporate training having more than 20yrs exp.Programs offered MS-Office, Advance Excel, Java, Oracle, Linux and many more." "Compufield : free e-greeting cards, animated, musical greetings, ecards, postcards for Christmas, xmas, new year, eid, diwali, valentine's day, birthday, friendship, anniversary, love, congratulations, Halloween."