Create a website RSS feed

Welcome to iTeachWeb.net


Introduction To PHP :PHP (recursive acronym for "PHP: Hypertext Preprocessor") is a widely-used open source general-purpose scripting language that is especially suited for web development and can be embedded into HTML...
Paragraphs :Now that you have a page title and several headings, you can add some ordinary paragraphs to the page...
From HTML To XHTML :The Extensible Hypertext Markup Language, or XHTML, is a markup language that has the same depth of expression as HTML, but also conforms to XML syntax...
MySQL Update And Delete :update and delete are two functions that will serve you in your future applications...
PHP Looping :Loops allow you to browse a wealth of information stored in a table, a text file, a database and display them or treat them...
Inside An HTML File :Pages written in HTML are plain text files (ASCII), which means that they contain no platform- or program-specific information. Any editor that supports text can read them...
Adding Image Backgrounds :rather than simply a solid-colored background. When you use an image for a background, that image is tiled; that is, it's repeated in rows to fill the browser window...
The WHERE Clause :The WHERE clause, if given, indicates the condition or conditions that rows must satisfy to be selected. where_condition is an expression that evaluates to true for each row to be selected. The statement selects all rows if there is no WHERE clause...
Spanning Columns Using The Colspan Attribute :As you saw when looking at the td and th elements, both can carry an attribute that allows the table to span more than one column...
PHP Variables :Variables are used for storing values, such as numbers, strings or function results, so that they can be used many times in a script. We will now return to the point, know and use different variables...
Quotations :The blockquote tag is used to create an indented block of text within a page...
Creating Your First HTML Page :Open your text editor and type the following code. You don't have to understand what any of it means at this point. This simple example is just to get you started...
PHP Working With Files :You may need to work with text files to store various information for your site, this course will serve to better understand the various uses of functions...
Lists :There are many reasons why you might want to add a list to your pages, from putting your five favorite albums on your home page to including a numbered set of instructions for visitors to follow...
Embed Sound And Video :There are two tags that are used to embed multimedia files in web pages <object> and <embed>. The <embed> tag was introduced by Netscape to enable files that require plug-ins to view within a web page. The <embed> tag indicates that Netscape-style plug-ins (multimedia primarily) should be used to view embedded media. Unfortunately, <embed> isn't sanctioned by the World Wide Web Consortium (W3C) and can't be found in the official HTML standard...

Banner HomeServices Contact |  ©2009 http://www.iteachweb.net/