Welcome Guest, Not a member yet? Register   Sign In
First mini app--where to get constructive criticism?
#1

[eluser]echo_boom[/eluser]
Hello all. New to MVC and this community.

I created a mini web application that allows a user to upload an image. It will then check to see if the image has greater width than 405 px and also that it’s aspect ratio is 1:1 - 3:2 for landscape OR 1:1 - 2:3 for portrait. If the image meets that criteria it will then resize the image down to 405px width using
$config['master_dim'] = 'width';

Trying to create a control panel page for users in company where it displays their avatar and allows them to upload a new image.

This is my first attempt at anything MVC or really modular for that matter and I really need to have this simple app checked to know I’m on the right track so I can move forward. It consists of a controller, 2 simple/short views and a MY_file_helper file which adds 1 custom function to the file helper.

Should I just post all the files on the CI forum with each file enclosed in code brackets?


Messages In This Thread
First mini app--where to get constructive criticism? - by El Forum - 05-08-2012, 09:38 PM
First mini app--where to get constructive criticism? - by El Forum - 05-08-2012, 11:05 PM
First mini app--where to get constructive criticism? - by El Forum - 05-08-2012, 11:14 PM
First mini app--where to get constructive criticism? - by El Forum - 05-09-2012, 04:38 AM
First mini app--where to get constructive criticism? - by El Forum - 05-10-2012, 12:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB