Learn courses for free
Publish new courses and earn
Check your skills
Improve your skillsets for free
 
or
    
learnNpublish - Quick Learning Management System
Kasi   
kasirajan.r@amshuhu.com

Courses Published By Kasi

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 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 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
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
PHP string functions allow you to manipulate strings.
      (0)     Comments(0)
Type: Free     Points Required: 0
PHP Date Functions
      (0)     Comments(0)
Type: Free     Points Required: 0
The MySQL functions allows you to access MySQL database servers.
      (1)     Comments(0)
Type: Free     Points Required: 0
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
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
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

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 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
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 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
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
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
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
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

The error and logging functions allows error handling and logging.

The error functions allow users to define error handling rules, and modify the way the errors can be logged.

The logging functions allow users to log applications and send log messages to email, system logs or other machines.

      (0)     Comments(0)
Type: Free     Points Required: 0

The filesystem functions provide a wide range of tools to access and manipulate the filesystem.

PHP's filesystem functions provide a fairly broad range of functionality. All the standard functions that programmers expect are included - opening, reading, and writing files; querying the filesystem; changing permissions; copying and deleting files; etc. Many of these functions have been transparently extended to work with HTTP and FTP resources, allowing easy reading of remote files.

      (0)     Comments(0)
Type: Free     Points Required: 0
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

MySQL is the most popular open-source database system.

MySQL is a database.

The data in MySQL is stored in database objects called tables.

A table is a collection of related data entries and it consists of columns and rows.

Databases are useful when storing information categorically.
      (1)     Comments(0)
Type: Free     Points Required: 0

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

The FTP functions give client access to file servers through the File Transfer Protocol (FTP).

The FTP functions are used to open, login and close connections, as well as upload, download, rename, delete, and get information on files from file servers. Not all of the FTP functions will work with every server or return the same results. The FTP functions became available with PHP 3.

These functions are meant for detailed access to an FTP server. If you only wish to read from or write to a file on an FTP server, consider using the ftp:// wrapper with the Filesystem functions.

      (0)     Comments(0)
Type: Free     Points Required: 0

PHP HTTP Introduction

The HTTP functions let you manipulate information sent to the browser by the Web server, before any other output has been sent.

Installation

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

You can use PHP to dynamically send emails to one or more recipients. This can be handy for a lot of reasons, for example:

  • Sending newsletters to a mailing list
  • Sending a "welcome" email to new members of your website
  • A user has just made a purchase and you need to send them a receipt by email
  • Sending an email alert to your technical administrator whenever an error occurs
  • Many more reasons...
      (0)     Comments(0)
Type: Free     Points Required: 0
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
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
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

The SimpleXML functions lets you convert XML to an object.

This object can be processed, like any other object, with normal property selectors and array iterators.

Some of these functions requires the newest PHP build.

      (1)     Comments(0)
Type: Free     Points Required: 0
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
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 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 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 Magic Function
      (0)     Comments(0)
Type: Free     Points Required: 0
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
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 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
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
* 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 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

No Courses Completed