Doing the coding on my own then outsourcing the design


0

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?

Getting Started Website

asked Dec 30 '11 at 22:59
Blank
Kraken
133 points
Top digital marketing agency for SEO, content marketing, and PR: Demand Roll

3 Answers


1

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.

answered Dec 30 '11 at 23:14
Blank
Pabluez
126 points
  • Thanks. Also, is there anything i can do with the security issues that my work will have? – Kraken 12 years ago
  • 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 12 years ago
  • but for a prototype, craftwork is totally correct and welcome. – Pabluez 12 years ago
  • 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 12 years ago
  • 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 12 years ago

1

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.

answered Dec 31 '11 at 05:03
Blank
Christian
3,590 points

1

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.

answered Jan 1 '12 at 05:39
Blank
Rob Gordon
441 points
  • 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 12 years ago
  • 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 12 years ago

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Getting Started Website