+ 10
What is your biggest challenge since you started programming?
personally I want to make an editable private members page with saving option using html5 and js the page has to have a validatable sign up form with an msql database and appropriate php as its back end open to any ideas.... if you need help you never know say it loud may be I can crack it...
16 Answers
+ 10
I know how that feels got stuck on a project last year. I was overcooking it and that is what it become overcooked,.luckily read an article on a good program which led me to cut cut whatever was left was what was needed...
+ 8
a section where members can add their personal information edit it at will upload photos upload docs .. this section should be private such that no one can edit it other than themselves..
+ 6
@ Robin what is a descent code: by your definition?
+ 5
a section where members can add their personal information edit it at will upload photos upload docs .. this section should be private such that no one can edit it other than themselves..
+ 5
thanks Rasul
+ 5
thanks Rasul
+ 4
an editable page calls for atleast ajax.... validation for for basic validation on the form itself using html n js and then do implement server side( php here for you) validation before saving allowing the data to the database.....
+ 3
For authorizations you can't go on front end only. you must have an authorization backend service and generate form in server side if you want to be strict or generate form with ajax and apply authorization on actions.
+ 3
Trying to write a decent code :)
+ 3
@robyn stick to design principles which lead you to good design. over engineering is as bad as code smells. having high standards usually leads you to over engineered solution. KISS (keep it simple and stupid) is a design best practice to prevent over engineering problems.
+ 3
@Rasul thanks for the advice!
+ 2
Hi, can you explain it more? what do you exactly mean by editable and saving option ?
+ 2
your welcome. I have the same problem like you. I've been practicing for a year to overcome it and the result is not all bad :D
+ 2
Remembering how some things are done... I'm quite forgetful so I sometimes confuse certain things or put them in the wrong place. Another challenge is trying to get a decent code
+ 1
The problem is I have very high standards for myself, so it's almost impossible for me to make a code I'm proud of.
0
By my definition: A decent code is one that I'm proud of and that the community likes too (a good amount of likes, at least 30)