 |
 |
do you know of any good xhtml + php resources?
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Mar 2007
Status:
Offline
|
|
Besides W3's site, Im looking for some places to pick up both where I have a limited knowledge of xhtml and none of PHP.
I do have programming experience in C/C++ but thats not really relevant 
|
Powermac G4 quicksilver 2002
933 mhz, 1.5gb ram
80gb hdd
cursed3.com
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Aug 2000
Location: Minneapolis, MN
Status:
Offline
|
|
PHP: Hypertext Preprocessor - the documentation is really great for each command
Since you already have programming experience, reviewing other PHP applications provides insight into how the language can be applied.
I often look at projects on the opensource site freshmeat.net: Welcome to freshmeat.net and limit the scope to the PHP language and find one I like. Then I review the code for how they approached the project.
|
|
|
| |
|
|
|
 |
|
 |
|
Fresh-Faced Recruit
Join Date: Mar 2007
Status:
Offline
|
|
Thanx bluedog thats a good idea. So far php kinda grosses me out; probably because of how flexible variables are compared to C.
I've found myself what seems to be a good book PHP 5 for dummies.
|
Powermac G4 quicksilver 2002
933 mhz, 1.5gb ram
80gb hdd
cursed3.com
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: May 2001
Status:
Offline
|
|
Originally Posted by Tenacious
Thanx bluedog thats a good idea. So far php kinda grosses me out; probably because of how flexible variables are compared to C.
I've found myself what seems to be a good book PHP 5 for dummies.
That's why I like PHP. You don't have to declare a variable and define the type. You just use it.
|
|
Bush Tax Cuts == Job Killer
June 2001: 132,047,000 employed
June 2003: 129,839,000 employed
2.21 million jobs were LOST after 2 years of Bush Tax Cuts.
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Mar 2001
Location: yes
Status:
Offline
|
|
Originally Posted by hyteckit
That's why I like PHP. You don't have to declare a variable and define the type. You just use it.
I live and breath PHP, but I find that this is a virtue and a problem. It's a problem because when you are looking at other people's code, it can be very confusing how variables just sort of appear randomly without being declared, how they can change type, be recycled, etc. You can be clear with your variable usage in PHP and of course comment where necessary, but you aren't forced to. This is both good and bad. With great power comes great responsibility, or something like that... 
|
|
|
| |
|
|
|
 |
|
 |
|
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status:
Offline
|
|
I find the loose typing in PHP to be a silly hassle. There aren't a whole lot of cool tricks you can do with it, but it can still bite you in the tush. In a message-passing language like Ruby or Objective-C, however, untyped variables are a thing of beauty and the source of much awesomeness.
|
|
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|