Where to start programming?

I already learned and know enough about rails, now Iwant to start
developing my 2.0 web site, but… where should I start, what should I do
first, and then?.. and then?? Please help me :slight_smile:

thanks

Create some models to manipulate your data, then write controllers and
views to create the front end. Good luck!

On May 22, 4:27 pm, iNeedHelp [email protected]

It sounds like you might need some basic programming experience. This
might be a good place to start: Learn to Program, by Chris Pine
If that’s too basic for you, then graduate yourself to Agile Web
Development With Rails (it’s where most of us cut our teeth on Rails):
http://www.pragmaticprogrammer.com/titles/rails2/index.html

Regards,
Dave


Information and Educational Technology
Kwantlen University College - 604-599-2120
“So powerful is the light of unity that it can illuminate the whole
earth.” --Bahá'u’lláh

I see… but my problem is not programming in any language, is
programming in Rails… I can perfectly program in PHP, but I have
problems when starting to program in Rails

Now it’s time for prototyping! Write down your idea and visualize it!

Read these two articles for more info:

http://slash7.com/articles/2007/3/8/juicing-your-creative-orange

  • H

On 5/23/07, iNeedHelp [email protected] wrote:


Husein C.,
CEO, CTO
Yucca Intelligence Development

We make the web a better place!

Thanks a lot :smiley:

Getting it now :smiley:

So go and buy Agile Web D. with Rails 2nd Ed
http://pragmaticprogrammer.com/titles/rails2/index.html

By finishing part two of the book, you gain the knowledge you’re looking
for…

  • H

On 5/23/07, iNeedHelp [email protected] wrote:

I see… but my problem is not programming in any language, is
programming in Rails… I can perfectly program in PHP, but I have
problems when starting to program in Rails


Posted via http://www.ruby-forum.com/.


Husein C.,
CEO, CTO
Yucca Intelligence Development

We make the web a better place!

Take a look at code igniter for PHP. After that a transition to rails
should be easy. Code igniter is an excellent php framework that is
based on the MVC model.

On May 22, 7:59 pm, iNeedHelp [email protected]