Web programming � everything from the basics of visual design and architecture to the specifics of applications, graphics, and scripting.  Home Web Programming (275 materials)
Sort by : Date  Rating  Editor's Pick Only
Choose skill level:
Browse Pages: 2  3  4  5  > >>
Click to read this material

Introduction to SQL

Author : allsyntax.com

More and more people are getting into web designing, yet many are put off by SQL for reason which I don't understand. I assure you it is very easy, in this tutorial I'll try to introduce you to the extreme basics of the structured query language.

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Sep 19, 2005
Rating : Less than 3 votes yet
 
Click to read this material

Introduction to SQL

Author : allsyntax.com

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Aug 29, 2005
Rating : Less than 3 votes yet
 

Your Ad Here

Click to read this material

Introduction to SQL

Author : allsyntax.com

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Aug 29, 2005
Rating : Less than 3 votes yet
 
Click to read this material

Site Design Made Simple

Author : allsyntax.com

Most sites are done with tables in html. Most newbies (and vets) make the interface and then modify that interface per page, making many html files with mostly identical code. This has many obvious problems, like if you want to update a link, you have to go threw every page and modify it...

Software : Dreamweaver FrontPage GoLive PHP Editors
Type : HTML Tutorials
Level : Experienced
Added : Sep 15, 2005
Rating : Less than 3 votes yet
 
Click to read this material

Site Design Made Simple

Author : allsyntax.com

Software : Dreamweaver FrontPage GoLive PHP Editors
Type : HTML Tutorials
Level : Experienced
Added : Aug 29, 2005
Rating : Less than 3 votes yet
 
Click to read this material

About PHP and ASP Style Tags

Author : allsyntax.com

PHP stands for "PHP: Hypertext Preprocessor". Alot of people have been confused by this as the acronym PHP is part of the actual name derived from the acronym. PHP is a general-purpose scripting language, its ease of use and learning curve make it especially suited to web development...

Software : ASP Editors PHP Editors
Type : PHP Tutorials
Level : All levels
Added : Oct 05, 2005
Rating : Less than 3 votes yet
 

Your Ad Here

Click to read this material

Arrays, Multi-Dimensional Arrays

Author : allsyntax.com

When i first started learning PHP arrays confused me. I learned Perl first; arrays and variables in Perl are represented with different symbols. Not so in PHP, an array looks exactly the same as a variable, it starts with the dollar ($) sign. $array = array('cat', 'dog', 'fish', 'rabbit')...

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Aug 29, 2005
Rating : Less than 3 votes yet
 
Click to read this material

Conditional Statements

Author : allsyntax.com

We can perform actions in PHP based on whether or not a conditional statement is true. Let's take a look at an example. if(2 > 1) { echo 'two has a greater value than one.'; } Look at it logically: "If two is greater than one". The > operator means "greater than". The conditional ...

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Aug 29, 2005
Rating : Less than 3 votes yet
 
Click to read this material

Control Structures

Author : allsyntax.com

For those of you who know Perl, you will see that PHP has borrowed alot from Perl. Infact the first PHP interpreter was written using Perl, the syntax is very similar in alot of ways. Foreach The foreach function is for use with arrays. It allows you to go through each item in an array. $fr...

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Aug 29, 2005
Rating : Less than 3 votes yet
 
Click to read this material

Handling Files

Author : allsyntax.com

We can use PHP to open files and manipulate the data contained within them...

Software : PHP Editors
Type : PHP Tutorials
Level : Beginner
Added : Oct 05, 2005
Rating : Less than 3 votes yet
 
Sort by Rating
Browse Pages: 2  3  4  5  > >>
Display materials per page
subscribe to newsletter subscribe to rss