RSS Forums RSS
Please support our IT Professionals' Lounge advertiser: Programming Forums
Views: 724 | Replies: 7
Reply
Join Date: Dec 2007
Posts: 67
Reputation: 2bu is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
2bu's Avatar
2bu 2bu is offline Offline
Junior Poster in Training

Help learning dynamic development

  #1  
Apr 4th, 2008
I need to learn dynamic development. I know XHTML and CSS and own Dreamweaver CS3.
Should I learn PHP or ColdFusion? What is the best way to learn? If I go with CF and have the developer version, will it cost me anything?

Thanks
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Apr 2005
Location: New York state
Posts: 501
Reputation: ShawnCplus will become famous soon enough ShawnCplus will become famous soon enough 
Rep Power: 6
Solved Threads: 78
Sponsor
ShawnCplus's Avatar
ShawnCplus ShawnCplus is offline Offline
Code Monkey

Re: Help learning dynamic development

  #2  
Apr 4th, 2008
Well it really depends on how you want to build, I don't really have a lot of experience in CF and don't really care to but one of the main things that drew me to PHP was just how much information there is out there for it, mainly due to it being open source. But don't think PHP and CF are your only choices; Python is making it's way into the web with things like Django, and then there is Ruby on Rails which I won't comment on due to lack of experience.
Last edited by ShawnCplus : Apr 4th, 2008 at 7:13 pm.
GCS d- s+ a-->? C++(++++) UL+++ P+>+++ L+++ E--- W+++
N+ o K w++(---) O? !M- V PS+>++ PE+ Y+ PGP !t- 5? X- R tv+
b+>++ DI+ D G++>+++ e+ h-->++ r z+*
Reply With Quote  
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,712
Reputation: peter_budo is just really nice peter_budo is just really nice peter_budo is just really nice peter_budo is just really nice 
Rep Power: 12
Solved Threads: 322
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: Help learning dynamic development

  #3  
Apr 4th, 2008
AJAX is another option specialy if you have any basic knowledge JavaScript, beside enhancing your knowledge of JS you are able to work more efficient with XML and you are able to get DB connectivity. Have look on w3schools.com website and if you have time try to go trough they example to see what best suite you
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, JAVAWUG (Java Web User Group), Coding the Architecture
Reply With Quote  
Join Date: Dec 2007
Posts: 67
Reputation: 2bu is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
2bu's Avatar
2bu 2bu is offline Offline
Junior Poster in Training

Re: Help learning dynamic development

  #4  
Apr 5th, 2008
Thanks for your input guys, but I still need more support. Keep those suggestions coming in.
Thanks
Reply With Quote  
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,712
Reputation: peter_budo is just really nice peter_budo is just really nice peter_budo is just really nice peter_budo is just really nice 
Rep Power: 12
Solved Threads: 322
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: Help learning dynamic development

  #5  
Apr 5th, 2008
As mentioned previously PHP is good option as it is free to use, have huge support in community (there are many scripts/pluging to enhance usability for free), able to work with other technologies (XML, DB conectivity, JS, AJAX) and also let you develop pages for mobile devices (mobile phones, PDA, blacberry)
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, JAVAWUG (Java Web User Group), Coding the Architecture
Reply With Quote  
Join Date: Dec 2007
Posts: 67
Reputation: 2bu is an unknown quantity at this point 
Rep Power: 1
Solved Threads: 0
2bu's Avatar
2bu 2bu is offline Offline
Junior Poster in Training

Re: Help learning dynamic development

  #6  
Apr 11th, 2008
What do you think the best way to learn the BIG PICTURE in all of this?
Thanks
Reply With Quote  
Join Date: Dec 2004
Location: London or Slovakia
Posts: 2,712
Reputation: peter_budo is just really nice peter_budo is just really nice peter_budo is just really nice peter_budo is just really nice 
Rep Power: 12
Solved Threads: 322
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: Help learning dynamic development

  #7  
Apr 11th, 2008
In my opinion you should go for PHP
If you decide to do so, then download XAMPP package which will install and set for you all this on your pc:
  • Apache server
  • PHP
  • MySQL database
  • phpMyadmin GUI(graphic user interface) for easy communication with db
As for PHP coding you can use Dreamweaver or one of many free solutions such as Zend, Seditio
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, JAVAWUG (Java Web User Group), Coding the Architecture
Reply With Quote  
Join Date: Nov 2007
Posts: 435
Reputation: buddylee17 will become famous soon enough buddylee17 will become famous soon enough 
Rep Power: 3
Solved Threads: 85
buddylee17's Avatar
buddylee17 buddylee17 is offline Offline
Posting Pro in Training

Re: Help learning dynamic development

  #8  
Apr 12th, 2008
If I go with CF and have the developer version, will it cost me anything?
From what I can tell on the Adobe site, as is anything Adobe, it's a 30 day free trial and then you pay! $1299 for the standard edition and $7499 for the enterprise edition. Unless you plan to host the site yourself, you'll find that your host choices are going to be limited and much higher priced than if you would have went with php. It's rare to find a host that doesn't support php. Also, there's not many resources for noobs. Compare the two forums on this site. 9 pages of CF posts versus 153 of PHP. I've never used CF for these reasons.

I agree that you should go to apachefriends.org and download the installer version of XAMPP. As soon as the download is complete, follow the install instructions. After installation is complete, open the xampp folder and double click apache_start. You now have a fully configured testing server up and running on your machine. Save your php files in the htdocs(root) folder and view the files by typing http://localhost/filename.php into the url.
What do you think the best way to learn the BIG PICTURE in all of this?
Start off with a two page form. Learn how to pass variables from the client back to the server. Here's a good tutorial to start with.
Read posts, ask questions, and utilize google. You'll have dynamic content in no time!
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:58 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC