corsasport.co.uk
 

Corsa Sport » Message Board » Off Day » Geek Day » Website help » Post Reply

Post Reply
Who Can Post? All users can post new topics and all users can reply.
Icon:
Formatting Mode:
Normal
Advanced
Help

Insert Bold text Insert Italicized text Insert Underlined text Insert Centered text Insert a Hyperlink Insert Email Hyperlink Insert an Image Insert Code Formatted text Insert Quoted text
Message:
HTML is Off
Smilies are On
BB Code is On
[img] Code is On
Post Options: Disable smileys?
Turn BBCode off?
Receive email notification of new replies?

ed

posted on 19th Feb 15 at 21:35

quote:
Originally posted by evilrob
Get a WAMP stack for local development assuming you're running Windows otherwise take a look at MAMP for OS X.

[Edited on 16-02-2015 by evilrob]

Noooooooooooooooo :( Don't use local installations for development! Start as you mean to go on and use Vagrant :)

https://www.vagrantup.com


Skylined

posted on 19th Feb 15 at 19:44

Thanks, both very helpful


DaveyLC

posted on 17th Feb 15 at 09:04

I take it your C++ background is OO and not embedded programming?

If so start with service based web programming it will lend its self to your skill set so much more freely!

The idea is you design a database to store your data, you then produce a service layer which simply serves the data up in serialised fashion (i.e. as JSON or XML) and handles the interaction from the GUI.

You can then develop the visual GUI using HTML and CSS utilising jQuery to handle Ajax calls to your service(s) in the background.. That way you can slowly hone your design skills after you have done most of the REAL programming work.

This way you end up with a multi layered approach that is simple to managing hierarchical 3rd gen code.

[Edited on 17-02-2015 by DaveyLC]


evilrob

posted on 16th Feb 15 at 22:08

Get a WAMP stack for local development assuming you're running Windows otherwise take a look at MAMP for OS X.

[Edited on 16-02-2015 by evilrob]


evilrob

posted on 16th Feb 15 at 22:07

As for look n feel, buy a Bootstrap template from Wrap Bootstrap or ThemeForest.

Or pay a brown person to design you something from scratch for pennies at 99designs.

[Edited on 16-02-2015 by evilrob]


evilrob

posted on 16th Feb 15 at 22:05

Postcode Anywhere API is good for geo stuff
Stripe is good for payment processing

I'd look at Laravel framework for your infrastructure. Check out Laracasts for pretty much everything you need to know.

PHP Storm is my IDE of choice.


Skylined

posted on 16th Feb 15 at 21:50

So how do I go about using that?

Do I need to buy hosting or can I set something up on my laptop to start developing and testing first?

What would you use to create this? Any IDEs or just a bog standard text editor?

Any recommended tutorials for creating postcode based mapping/user profiles/payment processing?


VrsTurbo

posted on 16th Feb 15 at 21:43

Database - sql, MySQL
Language - php, .net


Skylined

posted on 16th Feb 15 at 21:29

I'm a C++ developer so have a technical background but nothing regarding websites. Wouldn't mind having a play in my spare time to expand my skills but need help getting started.

How would I go about making something like spareroom.co.uk for example? So...

Design and branding etc.
User profiles
Location services (entering postcode and showing users in your area)
Taking card payments

Any help appreciated :thumbs: