Given that somebody is a newbie (like me), how long will it take to the average person to create not very complex website without external help if they start from scratch. Should they know PHP, besides HTML?
Announcement
Collapse
No announcement yet.
Make a website by myself?
Collapse
X
-
If you want a static site, with no interaction, no forms, no programming,
you could create a site rather quickly ... even to the point of downloading
a free CSS template and putting in your own content.
Most sites are not like that now ... some PHP, MySQL, or some other server-side
scripting (programming) is required. You can learn it all for free using Google to
find tutorials, examples, etc. ... but maybe it would take one year to learn it?
How do we know what your technical/programming experiences are?
I learned BASIC and C++ back in the 1977-1985 era. I learned PHP very quickly and I
consider myself average. But, having previous programming was a leap of experience.
.
-
-
Originally posted by EdNerd View PostWhy do you want to learn HTML, PHP, JavaScript, and the rest?
Comment
-
-
If you are building static html sites, you may want to try xsitepro2 program. Ive use it before for building ppc sites. But if you want a more complex, you may want to try Wordpress, Joomla or Drupal.
Comment
-
-
Originally posted by newbie1 View PostCuriosity, hobby, and I did not know it would take a whole year.
I find that kids(younger ppl than myself) today are more adept at learning coding and especially programming. They usually have already had basic to intermediate computer and/or programming classes in high school, so it seems to come easier for them.
HTML really shouldn't take you more than a couple months. Its not a hard concept to grasp. CSS to me was difficult at first, and with ever changing web standards, you will continue learning the rest of your life, if you so choose.
PHP is a much more cryptic language. But the positive side is, once you learn a language like PHP, others are not extremely different and come quicker.
I started with Coldfusion(instead of PHP), which is alot like HTML in that it's a tag based language and therefore VERY readable. Much easier to learn than any other server side.Teed
Comment
-
-
If you wish to go for a learning experience, and if the site is a static one, maybe you should give it a shot!
Sites like WordPress will help and Wix will help you to create a full flash site by simply dragging and dropping !!
Basic and static sites wont require much of PHP. A little bit of CSS maybe effectively used, but using Google you will find many CSS Templates and codes. Go Ahead and Explore i would say
Comment
-
-
Originally posted by RishiJasapara View PostIf you wish to go for a learning experience, and if the site is a static one, maybe you should give it a shot!
Sites like WordPress will help and Wix will help you to create a full flash site by simply dragging and dropping !!
Basic and static sites wont require much of PHP. A little bit of CSS maybe effectively used, but using Google you will find many CSS Templates and codes. Go Ahead and Explore i would say
Comment
-
-
Ok i think that a website would normally take about three months, depending on the complex and the sophisticated website is EG : custom code , flash, java scripting and data base. might be longer so how much custom content you have. The more content you want in it the higher the cost is obviously going to be.
Comment
-
Comment