Learn courses for free
Publish new courses and earn
Check your skills
Improve your skillsets for free
 
or
    
learnNpublish - Quick Learning Management System
XHTML and CSS - level 6 [ Share ,Read]
XHTML and CSS
Width & Height
Styling Links
Styling Tables
Background Images
Rating:     Type:Free     Points Required: 0
XHTML and CSS - level 5 [ Share ,Read]
XHTML and CSS
Background Images
Padding
Border
Margin

Rating:     Type:Free     Points Required: 0
XHTML and CSS - level 4 [ Share ,Read]
XHTML and CSS

Intro to CSS
RGB Color and Line Spacing
font-weight & font-style
text-align and Changing Background Color
Rating:     Type:Free     Points Required: 0
XHTML and CSS - level 3 [ Share ,Read]
XHTML & CSS
Tables
Table Headers and Movie Stars!
colspan & Annoying People
Table width, cellpadding, and cellspacing
Lists

Rating:     Type:Free     Points Required: 0
XHTML - level 2 [ Share ,Read]
XHTML & CSS
Adding Links to our Webpage
Creating a Link Within a Web Page
Email Links and Tool Tips
Adding Images to the Webpage
Resizing Images

Rating:     Type:Free     Points Required: 0
XHTML [ Share ,Read]

XHTML & CSS

Downloading a Text Editor

Creating our First Webpage

body and headers

Paragraphs and Line Breaks

Bold, Italics, and Comments

Rating:     Type:Free     Points Required: 0
jQuery - course 12 [ Share ,Read]

jQuery

html
val
attr
addClass
removeclass
Rating:     Type:Free     Points Required: 0
jQuery - course 11 [ Share ,Read]

jQuery

Hide/Show a DIV
Hover over description
Hover over description
Hover over description
Hover over description
Rating:     Type:Free     Points Required: 0
PHP Zip File Functions [ Share ,Read]
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.
Rating:     Type:Free     Points Required: 0
PHP XML [ Share ,Read]
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.
Rating:     Type:Free     Points Required: 0
First   <<  16 17 18 19 20  >>  Last