CodeLobster IDE

Free cross-platform PHP IDE (HTML, PHP, CSS, JavaScript, Python code editor) with support Drupal, Joomla, Twig, JQuery, BackboneJS, LaravelJS, Node.js, CodeIgniter, CakePHP, Laravel, Magento, MeteorJS, Phalcon, Symfony, VueJS, WordPress, Yii
It is currently Thu Mar 28, 2024 7:22 pm

All times are UTC




Post new topic Reply to topic  [ 24 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: How to learn Web Devlopment ?
PostPosted: Wed Apr 30, 2014 10:00 am 
Offline

Joined: Thu Mar 20, 2014 10:02 am
Posts: 25
Location: Delhi
I want to learn about Web Development because I want to be good web Developer. Would you like to suggest me ?


Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Thu May 08, 2014 6:04 am 
Offline

Joined: Tue May 06, 2014 6:18 am
Posts: 10
Learn all the programming languages needed to become a Web Developer from scratch and start coding now!

Visit for tutorials :- http://www.w3schools.com/


Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Wed May 28, 2014 8:51 am 
Offline

Joined: Mon May 26, 2014 3:12 pm
Posts: 11
Location: Philippines
First, know the basics of: HTML, Javascript, PHP, CSS.

w3schools.com is a very good resource. you can also visit this site http://www.java2s.com

good luck!


Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Sun Jun 01, 2014 6:52 pm 
Offline

Joined: Sun May 11, 2014 8:20 am
Posts: 2
yes that's right w3school.com is one of the best source for learning developing but i want to tell you one think. First of all go for the HTML tutorials, Complete it with practical practice and start learning CSS. Both are the main thing in the developing.


Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Sun Jun 08, 2014 7:03 pm 
Offline

Joined: Sun Apr 20, 2014 12:46 pm
Posts: 51
Also, you need to have strong analysis skills here or you'll going to get burned up understanding the codes.

_________________
Php is the solution. Image


Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Sat Sep 20, 2014 11:03 am 
Offline

Joined: Tue May 06, 2014 6:18 am
Posts: 10
w3c is a Best ..


Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Wed Dec 13, 2017 12:17 pm 
Offline

Joined: Wed Nov 23, 2016 6:35 am
Posts: 1
Anderson2455 Wrote:
yes that's right w3school.com is one of the best source for learning web design but i want to tell you one think. First of all go for the HTML tutorials, Complete it with practical practice and start learning CSS. Both are the main thing in the developing.


Hey Anderson2455,

I did as you are suggesting but still facing different problem so i think working with any other companies is the best way to learning


Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Tue Apr 24, 2018 6:21 pm 
Offline

Joined: Tue Apr 24, 2018 6:12 pm
Posts: 2
junix Wrote:
First, know the basics of: HTML, Javascript, PHP, CSS.

w3schools.com is a very good resource.

good luck!


And how much time can it take?
As far as I know, if you study at home, it is unlikely that a good result will be achieved. There is still need for talent.
Probably it will be better to apply for courses?

What do you think?
Thanks, Alex!


Last edited by Mechanic on Mon May 07, 2018 6:59 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Fri Apr 27, 2018 9:16 am 
Offline

Joined: Fri Apr 27, 2018 9:09 am
Posts: 3
The easiest and organized way would be moving along this path:

Learn what a Website is, Client-side scripting, Server-side scripting.

How websites actually work. Get to know the complete server traceroute.

Learn HTML, CSS and a tincture of JS for flavor :wink: .
HTML is the skeleton of the website.
CSS will provide the muscles and skin to your site.
JavaScript is what makes your website dance.
My advice would be to use CodePen for learning and putting stuff together.

Time to move on to server-side scripting
Start with PHP
Create forms and stuff.
Validate forms with JavaScript

The easy part is over. Three cheers for you. Now, you have to be specific about what are you going to do. Choose most appropriate language, platform, and framework.

Learn how to setup databases, use SQL queries, manipulate inputs.

What is better than creating a personal website. So get on with it. Build yourself a cool site, show it off to your friends. Do you know what the best part is? You did it on your own.

Stuck somewhere? Head on to Stack Overflow. There will always be someone to help you out.

Be Inspired. Think Creative
Regards, Jessica


Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Tue May 22, 2018 10:02 am 
Offline

Joined: Tue May 22, 2018 9:59 am
Posts: 1
I recommend transitioning into Ruby on Rails. Its a really smooth, intuitive language that most of the start ups are using. You use "gems", frameworks which are like addons, mods, extensions etc which make your life so much easier when it comes to setting up a new web application. You can use gems to drastically simplify the HTML and CSS.

HTML and CSS are things you have to keep in mind and know a little bit about - but not really languages you have to memorize. You look up what you need as you go along but you use a full language to do the real work.

Sure you can design a whole website with just HTML and CSS - but you can't make it dynamic. It is easier and more productive to use HTML and CSS with another full web design language.

I started with onemonthrails.com (it costs money) but it is really good at completely holding your hand as an introduction to everything. After you finish it, you'll always know how to make a web app - it just doesnt teach the "why" parts of things. For that I recommend teamtreehouse.com.

But for free learning, some really good learning sites are: rubymonk.com, the book "Ruby on Rails Tutorial" by hartl (open resource), and "Learn to Program" by Chris Pines.


Last edited by WomenTake on Mon Nov 26, 2018 8:22 am, edited 2 times in total.

Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Mon Jun 04, 2018 8:01 am 
Offline

Joined: Sun Jun 03, 2018 1:56 pm
Posts: 4
And how much time can it take?


Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Fri Oct 05, 2018 6:11 pm 
Offline

Joined: Fri Apr 27, 2018 9:09 am
Posts: 3
Dou you really have so much time to learn programming and then keep up with the changing SEO trends. Personally, I'm not. When it came to creating my website and then SEO optimizing it, I just used a seo friendly website builder Wix and got a great result.


Last edited by Jessica on Wed Dec 12, 2018 2:38 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Sat Nov 10, 2018 8:14 am 
Offline

Joined: Wed Oct 10, 2018 8:12 am
Posts: 1
jerry052 Wrote:
Anderson2455 Wrote:
yes that's right w3school.com is one of the best source for learning web design but i want to tell you one think. First of all go for the HTML tutorials, Complete it with practical practice and start learning CSS. Both are the main thing in the developing[ .


Hey Anderson2455,

I did as you are suggesting but still facing different problem so i think working with any other companies is the best way to learning


All of these can easily be turn with that W3school as i learn alot from this (Y) cheers


Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Thu Nov 22, 2018 11:17 am 
Offline

Joined: Thu Nov 22, 2018 10:48 am
Posts: 1
Location: Bangalore
hai all i want to learn web development can anyone tell the process step by step...

_________________
ISO 9001 Certification in Hyderabad


Top
 Profile  
 
 Post subject: Re: How to learn Web Devlopment ?
PostPosted: Tue Nov 27, 2018 6:04 am 
Offline

Joined: Mon Nov 26, 2018 9:06 am
Posts: 1
Location: Warszawa
I wanted to learn programming and began to learn Java. The result was terrible. Then I learned about Python, which is a lot easier than Java or
C++. So if you want start learning programming start from Python.
But if it's hard, start by testing.
https://pl.casinority.com/kasyna-online/bitcoin/


Last edited by Ilelyu on Thu Aug 19, 2021 7:35 am, edited 1 time in total.

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 24 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: Google [Bot] and 26 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2016 phpBB Group