Page 1 of 2

javascript php html styling and good practice.

Posted: Mon Feb 25, 2008 2:17 pm
by caiba
I am learning javascript and am very happy with the new possibilities for web development this programming lenguage offers. A month before I also learned php. I am doing now some forms for my (previouly static boring) webpage. I am very happy with all the new possibilities opened. But have a big problem to organize my work.

I come from a C formation. Having been programming in that very organized and strongly typed language, I feel something uncomfortable with the mixture of programming languages needed to make a decent webpage.

I would appreciate very much if someone can guide me to find some material related with the styling and organization of web-programming.

For example, I had lot of troubles with quotes and double quotes in the mixture of languages. When an echo with single quote contains a string that needs a single quoted string inside you have to make very awkward things for this to work.

Thank you for any help on that.

Posted: Tue Feb 26, 2008 6:02 am
by MrAlex
You'll probably already know about this,
But what about Ajax?
I hear its easy to use and works great with php!

Posted: Tue Feb 26, 2008 10:37 am
by Lixas
It's not easy to use, but it can add cool features to your site. If you are not good at ajax, do not use it, because it may became difficult for user to use your site

Posted: Tue Feb 26, 2008 12:31 pm
by MrAlex
Looked pretty easy to me when I saw this fantastic tutorial,
Depends how you learn it.
Find some good tutorials,
but Ajax can really 'pimp' out your site ;)

Posted: Sat Mar 01, 2008 2:19 am
by caiba
MrAlex wrote:Looked pretty easy to me when I saw this fantastic tutorial,
Depends how you learn it.
Find some good tutorials,
but Ajax can really 'pimp' out your site ;)
good thank you ! good thank you !

Posted: Fri Apr 11, 2008 11:13 am
by jasondsouza
is it easy or difficult to learn ajax

Posted: Sat Apr 12, 2008 8:37 am
by thetarget
easy.

very easy.

Check out some tutorials in google and try it yourself. You'll realise how easy is it to make a truely dynamic website.

Posted: Wed Apr 23, 2008 9:32 am
by Tails5
Where will I find AJAX tutorials? I'm very interested in learning it.

Posted: Sat May 03, 2008 6:19 pm
by Lixas
why dont you try google to find what you need ?!

Posted: Tue May 13, 2008 4:54 am
by jasondsouza
Tails5 wrote:Where will I find AJAX tutorials? I'm very interested in learning it.
http://www.ajaxtutorial.net/ is a good site to find many tutorials....