Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

I had a free couple of weeks, so I wrote the PHP script for a website that I had in mind. To be honest, I am not the best - I am just an amateur. I have read a couple of books (o'reilly) and that is all I know about PHP.

My website so far is nothing but a few working links. I am thinking of outsourcing it to someone who has some experience in designing and all.

How good is this approach towards launching a website?

I wanted to do it on my own, but as already stated, I am not the best at it. I don't have any long term plans for the website. I might go for an experienced programmer later, but at the moment all I want is to have the feel of start-up if you'll call it the same.

Am I going in the right direction by doing the coding on my own and then looking for a designer?

share|improve this question

3 Answers

up vote 1 down vote accepted

It depends on what you are trying to do. If it's something that holds personal information about your future users, you should definitely hire very good professionals if you don't wanna have trouble or be pursued. If you are not a professional, you gonna leave security flaws.

But, I guess that you should really go ahead to build your working prototype, if brand is the important thing, invest on a very good design to make your current codes to show up beautifully and you will be able to present your idea to investors.

share|improve this answer
Thanks. Also, is there anything i can do with the security issues that my work will have? – Kraken Dec 30 '11 at 12:49
1  
every software has security issues. See microsoft, sun, apple, Sony and others. But, there are very basic ones that only a software engineer or experienced programmer will be able to workout on them properly. And it's not that simple to talk about each of them here. You should know that we are not in the time anymore that a amateur could build a important software and be successful with that. A software is not anymore a craftwork.. you have to work in design issues, usability issues, programming issues, security issues, performance issues, infrastructure issues, etc. – Pabluez Dec 30 '11 at 13:01
but for a prototype, craftwork is totally correct and welcome. – Pabluez Dec 30 '11 at 13:02
so now that i have got a prototype ready, just the script say; what shall be my next step towards the launch of website? Shall i hire a programmer and ask him to recode the entire thing? Or shall i go with my own script; launch the product and see the response; and later if i find it working i can seek technical help! – Kraken Dec 30 '11 at 16:37
i'd like you to know that it's some kind of online competition that will go on for atmost 8-10 weeks. I may go for the same thing again; in some later period of time; and then on the basis of response i get; i can seek the experienced technical help! – Kraken Dec 30 '11 at 16:38

You should envolve your idea and cooperate with a programmer first, then a designer. Design is very important, but there are some helpers out there, f.e.:

twitter.github.com/bootstrap/

Every php programmer should be able to handle this. When your site grows you can spend some bucks on a real unique design. I agree with the other answer from Pabluez, that security wholes or data related issues (storing data in a format which is pain to separate later) can cost you much time and grief. In my opinion it must work in first place and then look good. Imagine an iPad which still doesn't work. Then imagine an uglier tablet which works like a charm.

My 2 cents - I do it like this.

share|improve this answer

I don't think there is anything wrong with your approach at all. Lots of people think that anyone launching an Internet startup must learn to code - there are simply too many iterations these things must go through to be successful. Sounds like you have taken your site to at least the prototype stage, and that is a good thing. Have you thought about playing around with CSS a bit to see if you can improve the appearance - I think you will find it just as hard to work with a designer.

share|improve this answer
in my script; all i have got are some if conditions and then correspondingly my script works. ; as the book told me to do. :P Now how much insecure would this product be; and how can i work on that? – Kraken Jan 1 '12 at 7:28
if you have only some ifs, probably your site will not be insecure. I meant and wrote that you should be careful if you hold users information... you should make a SWOT analysis. Try to weigh up things like "what if i have my database opened to the world, what would happen and how much would i spoil my initiative or the users by themselves?" – Pabluez Jan 2 '12 at 11:49

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.