Welcome! Log In Create A New Profile

Advanced

began project?

Posted by 77677676 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
began project?
September 08, 2012 03:59PM
hi guys i just want to find out if any1 has began with the project?I am thinking begining early is safe as long as you have gone through the H & L tutorial.i wanna start today
Re: began project?
September 10, 2012 02:48PM
I also wanna start sometime this week...
avatar Re: began project?
September 11, 2012 07:33AM
Hay 77677676

I've gone through the H&L tuts,but working throught the handbook gives you a more broadened view of how to do things because it goes a bit deeper into everything. I should start the project in about a week or so.
Anonymous User
Re: began project?
September 11, 2012 10:39AM
Anonymous User
Re: began project?
September 11, 2012 10:41AM
I have started early with the front end stuff, creating the text areas, drop downs etc. but they not directing to anywhere as yet grinning smiley..really challenging, but will be so rewarding once completed
Re: began project?
September 16, 2012 12:40PM
I have started alredy with the Portfolia Really Challenging ... i.e how to record the Course in your dataBase...
Re: began project?
September 28, 2012 07:34AM
Hey guys! Hows the portfolio going?
Re: began project?
September 28, 2012 08:39AM
I will be starting on Monday as I still have to work through tutorial 17 this weekend. I have found the second half (database SQL) very challenging and difficult.
Re: began project?
September 28, 2012 08:45AM
Awesome smiling smiley Yeah DB's are a little more challenging, push on! You'll nail it!
avatar Re: began project?
September 28, 2012 07:48PM
Hopefully starting the portfolio on Monday, doing revision this weekend, all work and no play this weekend. . .
Anonymous User
Re: began project?
October 08, 2012 03:23PM
How's the portfolio going everyone?
Re: began project?
October 08, 2012 04:51PM
I have been doing the front end so far and so there is still a long way to go.how about yourself?
Re: began project?
October 08, 2012 07:09PM
About to start the front end but still have 2 chapters to do sadly ... Zen Code that HTML if you guys use it ...
Re: began project?
October 08, 2012 07:14PM
@ 77686160 - Yeah the SQL section is a bit challenging hey ... But super powerful ... I hope everyone has luck with there projects!
Anonymous User
Re: began project?
October 08, 2012 07:39PM
I'd say I'm about halfway, been working at it alot weekends especially, I hate leaving things like this til the last moment, the week before the due date I will touch up and see what
else I can change
Re: began project?
October 12, 2012 11:16PM
Started the final project ... Just setup a framework of folders and file locations, a bunch of includes all over the show which limits a lot of code on most pages. I'm writing some classes for this project too, just setup a database class (class db) which establishes the connection, selects the db, you can call a method to post a query as a parameter and it returns an array with the results. Writing a validation class for post variables too, return true or false and based upon the result process a query or throw out an error ... Hows everyone doing? Still have loads to do though ...
Re: began project?
October 16, 2012 01:16PM
I am getting errore when creating the student table in phpmyadmin,it says I must consult the SQL manual to find the correct syntax to use near NOT NULL.how do I troubleshoot this?
avatar Re: began project?
October 16, 2012 06:42PM
what exactly are your inputs for your fields in the table?
Re: began project?
October 17, 2012 06:05AM
Those given on the tut letter,all the 17 fields.
avatar
Mac
Re: began project?
October 17, 2012 08:47AM
It is a warning about a syntax typo in your script. Just use phpmyadmin's inbuilt functions to create the table - much easier!
Re: began project?
October 17, 2012 01:09PM
I did that and it still gives me the same error,
Anonymous User
Re: began project?
October 17, 2012 03:36PM
@ 77677676, get into the root folder of your server and delete your tables manually, then try again, I had some
trouble with deleting tables via phpmyadmin so I did that, you should know where the location of your database is,
delete the whole database folder rather and create them again, try that hopefully will help
Re: began project?
October 18, 2012 04:25PM
I am confused about the student registration form. Is this a form that the student has to fill in? Will the course he/she fills in thus be a dropdown list of available courses pulled from the database that the student has to choose from.
Help anyone?
Re: began project?
October 18, 2012 04:36PM
It can either be a dropdown or checkbox(if a student can register for more than one course), i think its all up to you...And Yes the courses should be pulled out from the database.
Re: began project?
October 19, 2012 07:26AM
@77686160, you should create a table with input fields that include textboes, text areas, drop down menus, and a checkbox for the allow sharing. As for the course, yes you need to fetch them from the database using the while function.
Anonymous User
Re: began project?
October 19, 2012 07:31AM
Checkboxes are recommended (choosing more courses), but a bit tricky if a course checkbox is not selected you might get errors if you don't have
any if else statements, whereas a dropdown you forced to select a course
Re: began project?
October 19, 2012 09:02AM
Thanks for the comments. I'm suffering quite a bit on this side and think I'll need more than this week to finish. Oh, well maybe late nights will help smile
Re: began project?
October 19, 2012 04:57PM
Euwen hi thanks all but I changed collation to utf8-unicorn and the error was solved
Re: began project?
October 19, 2012 05:00PM
Lol sorry meant to say UnIcode
Re: began project?
October 19, 2012 05:43PM
@ 77686160 I'm feeling the same way!
avatar Re: began project?
October 19, 2012 10:51PM
Heres to late nights, raise your coffee mugs smileys with beer LOL!
Sorry, only registered users may post in this forum.

Click here to login