Hi
I am currently a front-end web graphics designer and know HTML with a little CSS and no other programming knowledge. I would like to start programming for interactive web sites (for business purpose) in the short future. What would be the right set of language and database to learn? I realize there would be a learning curve at first. If you can give examples of some websites follow by the required language, that would be great! I want to compare them so I can choose and focus the right one(s). Thanks!
JR
Newbie entering into programming...
Started by jeffrusso, Oct 30 2008 02:55 PM
12 replies to this topic
#1
Posted 30 October 2008 - 02:55 PM
|
|
|
#2
Guest_Jordan_*
Posted 30 October 2008 - 05:11 PM
Guest_Jordan_*
You need to learn a client side language and a server side language for interactive website development. The most common client side language is JavaScript. For server side you have a few options. PHP seems to be the most popular on the web but ASP seems to be the most popular in the workplace. There is also Perl, Ruby, C++ as CGI and a few others but these are less popular.
This site (CodeCall) is using JavaScript and PHP.
This site (CodeCall) is using JavaScript and PHP.
#3
Posted 06 November 2008 - 02:47 AM
you can learn MySQL, It is very easy database, First start learn MySQL
#4
Posted 06 November 2008 - 04:21 AM
Learn PHP or ASP for the server-side, then learn how to use some database system such as MySQL or Microsoft Access.
JavaScript for client-side programming. :)
JavaScript for client-side programming. :)
#5
Guest_Jordan_*
Posted 06 November 2008 - 06:25 AM
Guest_Jordan_*
You can wait to learn SQL until after you learn a programming language as chili5 suggests. SQL isn't hard to learn and isn't technically even a language.
#6
Posted 06 November 2008 - 07:13 AM
Don't use Access when learning SQL. It has far too many limitations to be a useful database for many applications.
#7
Guest_Jordan_*
Posted 12 November 2008 - 06:42 AM
Guest_Jordan_*
I agree with WingedPanther's statement. Access will hinder you more than help you. Install a database such as MySQL or use SQLite and execute true SQL statements (don't use a GUI that creates your SQL for you).
#9
Posted 21 November 2008 - 10:46 AM
Another approach here is to use a fully integrated web app framework like Rails. These will usually handle object persistence for you, leaving SQL superfluous to your needs. I'd still learn SQL (or more correctly database design) if you take this approach because you will be better able to design your web app if you know what is going on behind the scenes. It certainly reduces the language overhead though.
Remember that Rails is not the only web app framework in existence though. I only mentioned it because it is one of the more famous ones. List of web application frameworks - Wikipedia, the free encyclopedia
Remember that Rails is not the only web app framework in existence though. I only mentioned it because it is one of the more famous ones. List of web application frameworks - Wikipedia, the free encyclopedia
#10
Posted 23 November 2008 - 06:50 AM
From Another Newbie Perspective
Hi Codecall people,
As a webmaster into affiliate programs, I should study code languages on my own to develop more advanced websites from a marketing perspective. Especially in this financial crisis I try to prepare myself for the future. I understand html, and i know how to play with php but can't actually write code.
A few years back I hired a programmer to write a search engine for us (in php) which could create result pages on the fly + interface to imput urls which could get spidered. When url's got searched, the last searched keywords linked to the page on the fly. Aside from this - One of my goals is to be able to work/edit this piece of script/software on my own
Another goal is to create some site which is divided in all regions from the world so users can sell/ advertise for particular products online +
Now my questions;
Is it better to begin with 'JavaScript' or 'Java' or 'php' ?
What good ebooks or free do-it-step-by-step tutorials are out there?
Are there any programming tutorials to create websites which are dedicated to a marketing system / hooked up to an affiliate program?
Hi Codecall people,
As a webmaster into affiliate programs, I should study code languages on my own to develop more advanced websites from a marketing perspective. Especially in this financial crisis I try to prepare myself for the future. I understand html, and i know how to play with php but can't actually write code.
A few years back I hired a programmer to write a search engine for us (in php) which could create result pages on the fly + interface to imput urls which could get spidered. When url's got searched, the last searched keywords linked to the page on the fly. Aside from this - One of my goals is to be able to work/edit this piece of script/software on my own
Another goal is to create some site which is divided in all regions from the world so users can sell/ advertise for particular products online +
Now my questions;
Is it better to begin with 'JavaScript' or 'Java' or 'php' ?
What good ebooks or free do-it-step-by-step tutorials are out there?
Are there any programming tutorials to create websites which are dedicated to a marketing system / hooked up to an affiliate program?
#11
Posted 23 November 2008 - 06:52 AM
Java is desktop programming.
JavaScript is client-side web scripting.
PHP is server-side web scripting.
Search Google for ebooks and tutorials. I recommend W3Schools Online Web Tutorials for tutorials.
JavaScript is client-side web scripting.
PHP is server-side web scripting.
Search Google for ebooks and tutorials. I recommend W3Schools Online Web Tutorials for tutorials.
#12
Posted 23 November 2008 - 04:39 PM
Short answer:
You need all of HTML/CSS, JavaScript, and PHP.
HTML determines what the page looks like.
JavaScript adds functionality to the page (such as miscellaneous button clicking, validation, etc).
PHP provides server-side functionality such as producing emails, dynamic content, etc.
You need all of HTML/CSS, JavaScript, and PHP.
HTML determines what the page looks like.
JavaScript adds functionality to the page (such as miscellaneous button clicking, validation, etc).
PHP provides server-side functionality such as producing emails, dynamic content, etc.


Sign In
Create Account

Back to top









