pnrule Posted June 28, 2008 Share Posted June 28, 2008 Hello, I just thought of an awesome idea for a website. I don't want to disclose too much information so someone doesn't steal the idea, but in a nutshell it is a social music sharing and rating website. Similar to iLike, but much more in depth. I am experienced in HTML and CSS, but that is about it. How difficult would it be to try to learn PHP and code such a website? Is it even worth my time? Quote Link to comment https://forums.phpfreaks.com/topic/112286-php-idea-curious-of-difficulty/ Share on other sites More sharing options...
.josh Posted June 28, 2008 Share Posted June 28, 2008 Put it this way: if you really really think your idea is really that awesome then I'd honestly suggest you invest in someone building it for you, so you get it launched ASAP, becasuse the longer you wait to have it launched, the more likely someone will beat you to the punch. Quote Link to comment https://forums.phpfreaks.com/topic/112286-php-idea-curious-of-difficulty/#findComment-576488 Share on other sites More sharing options...
pnrule Posted June 28, 2008 Author Share Posted June 28, 2008 So learning the PHP and possibly other languages for such an endeavor probably is way to hard? Alright, thanks. I'll consider having it done. Quote Link to comment https://forums.phpfreaks.com/topic/112286-php-idea-curious-of-difficulty/#findComment-576493 Share on other sites More sharing options...
.josh Posted June 28, 2008 Share Posted June 28, 2008 Well, it's not necessarily "hard" in the sense of difficulty to learn per se...more like "hard" in the sense of you're not going to learn what you need to learn to make that site happen overnight. Or a week. Or a month. It's hard for me to give you any kind of accurate estimate because I don't know you, so I can't really judge how good you are at picking stuff up. Neither do I know what all you really want your site to do, other than your vague description of "Similar to iLike, but much more in depth." But I did go to iLike.com and that in and of itself is no overnight project by someone just dabbling. You're going to have to get some decent knowledge in working with databases. You're going to have to get some decent knowledge of php and how to use a framework and make a decent design pattern. You're gonna probably have to learn javascript/ajax, depending on what kind of features you want. Quote Link to comment https://forums.phpfreaks.com/topic/112286-php-idea-curious-of-difficulty/#findComment-576499 Share on other sites More sharing options...
pnrule Posted June 28, 2008 Author Share Posted June 28, 2008 Alright, that's understandable. Well I picked up HTML within about a week and CSS in a few hours. Where should I start for such a thing? Simple math scripts and stuff? Quote Link to comment https://forums.phpfreaks.com/topic/112286-php-idea-curious-of-difficulty/#findComment-576502 Share on other sites More sharing options...
.josh Posted June 28, 2008 Share Posted June 28, 2008 umm...it took you a week to learn html but only a few hours to learn css? How can that possibly be possible? But anyways... Yes. Start with the basics. The proverbial "Hello World" tutorial that teaches you how to echo stuff out, operators, etc.. move up to loops and conditions and functions. Learn how to interact with a database. Learn database structuring (relational databases, etc..), how to optimize them, how to write queries efficiently, etc... For a project that size, you're gonna wanna then move on to object oriented programming. Then read up on design patterns and stuff. Quote Link to comment https://forums.phpfreaks.com/topic/112286-php-idea-curious-of-difficulty/#findComment-576505 Share on other sites More sharing options...
pnrule Posted June 28, 2008 Author Share Posted June 28, 2008 Haha it really comes down to CSS being easy to read and self-explanatory while you have to memorize tags for html and their attributes. Alright, sounds good. Thanks! Quote Link to comment https://forums.phpfreaks.com/topic/112286-php-idea-curious-of-difficulty/#findComment-576509 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.