Courses Published By Kasi
PHP Introduction by Kasi Rajan
|
In this tutorial you will learn about PHP - Introduction to PHP, What you should already know? What’s PHP? What’s the difference between PHP and HTML? When to use PHP? What makes PHP a choice among the other scripting languages? |
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP String Functions by Kasi Rajan
|
PHP is equally powerful than any other server side scripting languages in handling strings. We will experiment with some of the string functions of PHP with some examples. There are powerful functions like regular expressions to manage complex string handling requirements. |
(2)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP Array Functions by Kasi Rajan
|
PHP array are useful to store multiple data using a single variable. Using index of the PHP array we can access the stored variables. Indexes to an array element can either a number or a string. An array is a list variables. Each item in an array is commonly known as element of the array and can be accessed directly via its index. |
(1)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP Form by RKR
|
Forms are mainly used to collect user entered data to the system. We enter our login data or use one signup form to enter data as a user to a database table or to a form processing script. There are different components like text box, radio buttons, checkbox, combo box or drop down list boxes for users to enter data to a system. You can read more details on web form and its components in out HTML section.
To handle various display and design issues we have to use front end tool like HTML or JavaScript. Our server side script PHP is used to handle the data as entered by users. We also need PHP to validate the data and post back the error messages if validation fails. |
(1)
Comments(0)
|
Type: Free
Points Required: 0
|
MYSQL FUNCTIONS by Kasi Rajan
|
The MySQL functions allows you to access MySQL database servers. |
(1)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP CURL FUNCTIONS by Kasi Rajan
|
curl is the client URL function library. PHP supports it through
libcurl. To enable support for libcurl when installing PHP add
--with-curl=[location of curl libraries] to the configure statement
before compiling. The curl package must be installed prior to
installing PHP. Most major functions desired when connecting to remote
web servers are included in curl, including POST and GET form posting,
SSL support, HTTP authentication, session and cookie handling.
|
(1)
Comments(0)
|
Type: Free
Points Required: 0
|
joomla by kasi
|
s someone who has not used Joomla! before, you need to know how to get
started. Maybe you have a friend or a neighbour who uses Joomla! and you
want a Joomla! web site of your very own. Maybe you have a small
business or a club or a community that needs a web presence, and you
want to use Joomla! for that purpose. Maybe you are a seasoned
Information Technology professional, but you have never Joomla! before.
If so, you are just starting a very enjoyable journey and we warmly
welcome you to Joomla! and encourage you to read the |
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
Good Resources for Joomla! Beginners by Kasi Rajan
|
This is the Absolute Beginner’s Guide to Joomla! created by the Joomla! team. Should you be a newbie, this source will be a good choice for you to get started with the basic concepts of Joomla! CMS such as What is Joomla! or Installing Joomla!.
The handy thing is that you do not need to Google around for articles; the website already provides you with simple articles to begin with. Just follow the links and you will know where you are going to.
Security matter which has become a great concern of Joomla! users is also included in this website. The Security Check List consisting of essential guidelines for securing your websites is supposed to be one of your most valuable sources that you shouldn't miss.
This second part Selected Advanced Beginner and Intermediate Topics is geared to more advanced Joomla! learners. Mentioned in this part are technological issues related to Back-end configuration, which requires you certain knowledge about coding in general and Joomla! in particular. Therefore, be sure that you master the beginner’s level first before moving on with this part.
|
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
The Joomla 1.5 BackEnd For Beginners by Kasi Rajan
|
Joomla is an award-winning content management system (CMS), which
enables you to build Web sites and powerful online applications. Many
aspects, including its ease-of-use and extensibility, have made Joomla
the most popular Web site software available. Best of all, Joomla is
an open source solution that is freely available to everyone. What's a content management system (CMS)? 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. Content can be simple text, photos,
music, video, documents, or just about anything you can think of. A
major advantage of using a CMS is that it requires almost no technical
skill or knowledge to manage. Since the CMS manages all your content,
you don't have to. What are some real world examples of what Joomla! can do? Joomla is used all over the world to power Web sites of all shapes and sizes. For example: - Corporate Web sites or portals
- Corporate intranets and extranets
- Online magazines, newspapers, and publications
- E-commerce and online reservations
- Government applications
- Small business Web sites
- Non-profit and organizational Web sites
- Community-based portals
- School and church Web sites
- Personal or family homepages
|
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
Mysql for Beginners by Kasi Rajan
|
MySQL is the world's most popular open source database software, with
over 100 million copies of its software downloaded or distributed
throughout it's history. With its superior speed, reliability, and ease
of use, MySQL has become the preferred choice for Web, Web 2.0, SaaS,
ISV, Telecom companies and forward-thinking corporate IT Managers
because it eliminates the major problems associated with downtime,
maintenance and administration for modern, online applications.
Many of the world's largest and fastest-growing organizations use
MySQL to save time and money powering their high-volume Web sites,
critical business systems, and packaged software — including industry
leaders such as Yahoo!, Alcatel-Lucent, Google, Nokia, YouTube,
Wikipedia, and Booking.com.
The flagship MySQL offering is MySQL Enterprise, a comprehensive set
of production-tested software, proactive monitoring tools, and premium
support services available in an affordable annual subscription.
MySQL is a key part of LAMP (Linux, Apache, MySQL, PHP / Perl /
Python), the fast-growing open source enterprise software stack. More
and more companies are using LAMP as an alternative to expensive
proprietary software stacks because of its lower cost and freedom from
platform lock-in. |
(1)
Comments(0)
|
Type: Free
Points Required: 0
|
Beginners guide to Drupal by Kasi Rajan
|
Drupal is a free and open-source content management system (CMS) and content management framework (CMF) written in PHP and distributed under the GNU General Public License.It is used as a back-end system for at least 1.5% of all websites worldwide ranging from personal blogs to corporate, political, and government sites including whitehouse.gov and data.gov.uk. It is also used for knowledge management and business collaboration.
The standard release of Drupal, known as Drupal core, contains basic features common to content management systems. These include user account registration and maintenance, menu management, RSS-feeds, page layout customization, and system administration. The Drupal core installation can be used as a brochureware website, a single- or multi-user blog, an Internet forum, or a community website providing for user-generated content.
|
(1)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP Beginner Functions by Kasi Rajan
|
PHP supports eight primitive types.
Four scalar types:
Two compound types:
And finally two special types:
This manual also introduces some pseudo-types for readability
reasons:
|
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP Math Functions by Kasi Rajan
|
Mathematics ( or math ) functions are frequently used in our scripts.
There are PHP math functions to take care of addition subtraction
multiplication and many other mathematical requirements.
We will discuss these math functions and try to develop some sample
codes on these to further understand on how to use these functions.
|
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP Calendar Functions by Kasi Rajan
|
The calendar functions are useful when working with different calendar formats. The standard it is based on is the Julian
day count (Julian day count is a count of days starting from January 1, 4713 B.C.).
Note that the Julian day count is not the same as the Julian calendar! |
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP DATE AND TIME FUNCTIONS by Kasi Rajan
|
The date/time functions allow you to extract and format the date and time on
the server.
The date/time functions are part of the PHP core. There is no installation
needed to use these functions.
|
(0)
Comments(1)
|
Type: Free
Points Required: 0
|
PHP Directory Functions by Kasi Rajan
|
The directory functions allow you to retrieve information about directories
and their contents.
The directory functions are part of the PHP core. There is no installation
needed to use these functions.
|
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP FILTER FUNCTIONS by Kasi Rajan
|
One of the greatest strengths of PHP is its ease of use. Unfortunately this same benifit has worked against PHP as many new coders have forgotten any security measures or lack the expertise to create a class to validate their variables from end users. PHP provides an extension to help with this process. There are many validation classes out there, some better than others, with an equal number of methods for doing the same task. The PHP filter extension has many of the functions needed for checking many types of user input. Handled locally this provides a standard method of filtering data. This makes for easier to read code as we will all be using the same functions rather than having to create our own. This will bring PHP security to fore with programmers able to easily implement simple, yet robust, filtering of data
|
(0)
Comments(1)
|
Type: Free
Points Required: 0
|
PHP MySQL Create Database and Tables by Kasi Rajan
|
The free MySQL database is
very often used with PHP. Before you can access data in a database, you must create a connection to
the database.
In PHP, this is done with the mysql_connect() function. A database holds one or multiple tables. The CREATE DATABASE statement is used to create a database in MySQL. |
(0)
Comments(1)
|
Type: Free
Points Required: 0
|
PHP Math Functions by kasi Rajan
|
Mathematics ( or math ) functions are frequently used in our scripts.
There are PHP math functions to take care of addition subtraction
multiplication and many other mathematical requirements.
We will discuss these math functions and try to develop some sample
codes on these to further understand on how to use these functions.
|
(1)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP Miscellaneous Functions by Kasi Rajan
|
This chapter discusses a variety of functions that don't
really fit neatly into existing categories, but that we
felt were too important and useful to leave out of this
book. Accordingly, we'll simply categorize them as miscellaneous.
|
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP Mysql Functions by Kasi Rajan
|
MySQL is currently the most popular open source database server in existence. On top of that,
it is very commonly used in conjunction with PHP scripts to create powerful and dynamic server-side applications.
To manage MySQL database many functions are available in PHP. These
functions are easy to use and very helpful in developing PHP scripts
using MySQL database. |
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP STRING FUNCTIONS by Kasi Rajan
|
PHP is equally powerful than any other server side scripting languages
in handling strings. We will experiment with some of the string
functions of PHP with some examples. There are powerful functions like
regular expressions to manage complex string handling requirements. |
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP XML by Kasi Rajan
|
The XML functions lets you parse, but not validate, XML documents.
XML is a data format for standardized structured document exchange. More information on XML can be found in our XML Tutorial.
This extension uses the Expat XML parser.
Expat is an event-based parser, it views an XML document as a series of events. When an event occurs, it calls a specified function to handle it.
Expat is a non-validating parser, and ignores any DTDs linked to a document. However, if the document is not well formed it will end with an error message.
Because it is an event-based, non validating parser, Expat is fast and well suited for web applications.
The XML parser functions lets you create XML parsers and define handlers for XML events.
|
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP Zip File Functions by Kasi Rajan
|
PHP Zip File Introduction
The Zip files functions allows you to read ZIP files.
Installation
For the Zip file functions to work on your server, these libraries must be installed:
The ZZIPlib library by Guido Draheim: Download the ZZIPlib library The Zip PELC extension: Download the Zip PELC extension
Installation on Linux Systems
PHP 5+: Zip functions and the Zip library is not enabled by default and must be downloaded from the links above. Use the --with-zip=DIR configure option to include Zip support.
Installation on Windows Systems
PHP 5+: Zip functions is not enabled by default, so the php_zip.dll and the ZZIPlib library must be downloaded from the link above. php_zip.dll must be enabled inside of php.ini.
To enable any PHP extension, the PHP extension_dir setting (in the php.ini file) should be set to the directory where the PHP extensions are located. An example extension_dir value is c:phpext.
|
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP Advance Functions by Kasi Rajan
|
PHP is equally powerful than any other server side scripting languages
in handling strings. We will experiment with some of the string
functions of PHP with some examples. There are powerful functions like
regular expressions to manage complex string handling requirements. |
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP Auto Loading Classes by Kasi Rajan
|
Few days ago my friend Mark, added on my blog interesting comment regarding autoloading objects in PHP. While i think it is great to have quality comments like each of Mark’s comment, autoloading is a topic that requires a separate post.
What is autoloading? Every time you want to use a new class in your PHP project, first you need to include this class (using include or require language construct, that’s right this are not functions). However if you have __autoload function defined, inclusion will handle itself.
|
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
PHP Example AJAX Live Search by Kasi Rajan
|
he following example will demonstrate a live search, where you get search results while you type.
Live search has many benefits compared to traditional searching:
Results are shown as you type Results narrow as you continue typing If results become too narrow, remove characters to see a broader result
|
(0)
Comments(2)
|
Type: Free
Points Required: 0
|
LinkedIn Apps by Kasi Rajan
|
LinkedIn has teamed up with some of the Internet’s premier companies to bring you new applications that enable you to collaborate on projects, get key insights, and present your work to the world’s largest professional network. Getting started is fast and easy, as you’ll be able to install and use your new applications in just seconds. Below you’ll find a brief description and video demos of our featured launch application partners. |
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
Google Apps for Education by Kasi Rajan
|
Welcome to the Google Apps for Education Training Center. This is an online learning environment dedicated for educators and students to learn how to effectively use Google Apps in an educational context.
Access to a Google Apps for Education account is strongly recommended so that you can experiment and apply what you learn.
|
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
English Speaking Online by Kasi Rajan
|
* Speak English more confidently and fluently * Improve your English pronunciation so other people understand you better * Reduce your native accent
You can practise speaking English whenever you want, even if you don't live in a country where English is spoken. It's free and there's no software to download. All you need is a headset with a microphone or speakers and microphone.
How It Works Step 1 Listen to the correct pronunciation given by native English speakers Step 2 Repeat and record the phrase Step 3 Compare your pronunciation to native English speakers
|
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
CodeLobster PHP Edition by Kasi Rajan
|
Codelobster PHP Edition streamlines and simplifies php development process. You don't need to keep in mind names of functions, arguments, tags and their attributes; methods etc - we've implemented all these for you in the autocomplete feature for PHP, HTML, JavaScript and even CSS. Also, you can always get necessary help information by F1 or using special Help control.
|
(0)
Comments(0)
|
Type: Free
Points Required: 0
|
Courses Completed By Kasi
|