Click here to Skip to main content
15,887,585 members
Home / Discussions / Web Development
   

Web Development

 
Questionneed help to add one class name Pin
jaanmaan20-Jan-12 4:42
jaanmaan20-Jan-12 4:42 
AnswerRe: need help to add one class name Pin
R. Giskard Reventlov20-Jan-12 5:06
R. Giskard Reventlov20-Jan-12 5:06 
QuestionInputs needed for a naive web developer to develope a website. Pin
Vijay Rajanna20-Jan-12 4:32
Vijay Rajanna20-Jan-12 4:32 
AnswerDon't reinvent the wheel Pin
David Mujica20-Jan-12 4:51
David Mujica20-Jan-12 4:51 
GeneralRe: Don't reinvent the wheel Pin
Vijay Rajanna20-Jan-12 5:24
Vijay Rajanna20-Jan-12 5:24 
AnswerRe: Inputs needed for a naive web developer to develope a website. Pin
R. Giskard Reventlov20-Jan-12 5:10
R. Giskard Reventlov20-Jan-12 5:10 
GeneralRe: Inputs needed for a naive web developer to develope a website. Pin
Vijay Rajanna20-Jan-12 5:25
Vijay Rajanna20-Jan-12 5:25 
AnswerRe: Inputs needed for a naive web developer to develope a website. Pin
cjoki30-Jan-12 9:35
cjoki30-Jan-12 9:35 
I follow the lamp stack of Linux, Apache, MySQL and PHP

I do this mainly because of cost, resources, a friendly and knowledged community can be easily found to help guide you on your way. This stack is also very wide used and for good reasons.

So to your questions
1) What technologies should I start.
PHP, MySQL, HTML, CSS, JavaScript (and the jQuery library). For local dev I use the abyss x1 http because its free and very easy to setup. If you work on a linux box getting mysql, php and apache is often bundled in a group of packages that is an easier install. But Apache has a lot more bells and whistles to make it more custom, which why I use abyss. The order I would train in is html and css, then javascript and jQuery, and then PHP and MySQL. Once you get to PHP/MySQL you will want to focus on issues of sessions and security.

2) How these networking sites are built, with user login etc.
This is a big question but the short answer is sessions. Sessions store values placed in them by the scripts you write, like a posted form sends username and password to a server. a script on the server scrubs the input, to protect from hackers, and validates the info. If its correct then a session variable(s) is(are) set so you can maintain persistant data between page request. Session related variables can include user name, security level, a saved shopping cart, etc.


3) Is there any helping documents which I can refer to.
To numerous to count. This site, "Code Project" is a truly great resource for code snips and guidance. And I do not get paid to write this...well I do not think I do...maybe I should ask Wink | ;) also: http://www.php.net/ , http://www.mysql.com/ , http://www.w3schools.com/html/ , http://www.w3schools.com/js/ , http://jquery.com/ , and a place to see where online applications are going sites like this http://html5demos.com/ give you a glimps of whats possible


4) What database technologies that I should learn.
MySQL is the most common db engine you will find on the net.
Chris J
www.redash.org

Questionmy Webservice dont work, what can be the problem ? Pin
goldsoft18-Jan-12 20:19
goldsoft18-Jan-12 20:19 
AnswerRe: my Webservice dont work, what can be the problem ? Pin
Gerben Jongerius19-Jan-12 0:00
Gerben Jongerius19-Jan-12 0:00 
QuestionIs it Possible to Bind .Net web Service Result to Flex XmlList object? Pin
jeanlustria18-Jan-12 4:58
jeanlustria18-Jan-12 4:58 
QuestionHow to match the height of my sidebar to my content area? Pin
flashery16-Jan-12 17:56
flashery16-Jan-12 17:56 
AnswerRe: How to match the height of my sidebar to my content area? Pin
Peter_in_278016-Jan-12 19:36
professionalPeter_in_278016-Jan-12 19:36 
GeneralRe: How to match the height of my sidebar to my content area? Pin
flashery17-Jan-12 1:13
flashery17-Jan-12 1:13 
AnswerRe: How to match the height of my sidebar to my content area? Pin
aakash_9-Feb-12 19:03
aakash_9-Feb-12 19:03 
QuestionA Question about Inline CSS Pin
BobInNJ13-Jan-12 5:41
BobInNJ13-Jan-12 5:41 
AnswerRe: A Question about Inline CSS Pin
Peter_in_278013-Jan-12 10:03
professionalPeter_in_278013-Jan-12 10:03 
AnswerRe: A Question about Inline CSS Pin
Satheesh154615-Jan-12 21:14
Satheesh154615-Jan-12 21:14 
GeneralRe: A Question about Inline CSS Pin
BobInNJ16-Jan-12 4:58
BobInNJ16-Jan-12 4:58 
QuestionNewbie Question: JQuery Accordion Menu Widget is overlapped by the other widget below it. Pin
flashery9-Jan-12 16:59
flashery9-Jan-12 16:59 
AnswerRe: Newbie Question: JQuery Accordion Menu Widget is overlapped by the other widget below it. Pin
manognya kota10-Jan-12 1:00
manognya kota10-Jan-12 1:00 
GeneralRe: Newbie Question: JQuery Accordion Menu Widget is overlapped by the other widget below it. Pin
flashery10-Jan-12 1:13
flashery10-Jan-12 1:13 
GeneralRe: Newbie Question: JQuery Accordion Menu Widget is overlapped by the other widget below it. Pin
manognya kota11-Jan-12 17:24
manognya kota11-Jan-12 17:24 
GeneralRe: Newbie Question: JQuery Accordion Menu Widget is overlapped by the other widget below it. Pin
flashery11-Jan-12 17:26
flashery11-Jan-12 17:26 
QuestionClear history / Return to homepage Pin
ASPnoob6-Jan-12 10:36
ASPnoob6-Jan-12 10:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.