Welcome! Log In Create A New Profile

Advanced

IDE

Posted by 31677096Richard 
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
avatar IDE
October 26, 2012 12:35PM
Hi,

I know it's rather late in the course to help any of the guys currently doing this module, but I've found a really nicely laid out IDE called NuSphere PhpEd. Got the intellisense and all the other wonderful goodies you find in VS2008/2010. (www.nusphere.com)

They do have academic pricing available, but I take it this can only be arranged by agreement between nuSphere and UNISA. It might be something that can be looked into and offered to students. (They do have a 14day free trial version which works wonders.)
avatar
Mac
Re: IDE
October 26, 2012 01:08PM
I have a student license for this - the problem is controlling it. Besides that, I am of the opinion that once learns best by typing it all in a simple text editor, or at least an editor that does not provide snippets of code. An IDE becomes truly useful once you understand the syntax of a language, and once you have enough experience. For these two reasons I decided not to distribute it to ICT students. I may reconsider in future, but then again it has a learning curve which will impede on the focus of the course - basic syntax and logic. Perhaps I must make it available to students who passes ICT3612 with more than 80% smiling smiley

As a side note, I find Dreamweaver's editor the best of the lot, although I dislike Adobe with passion. But that is personal opinion.
avatar Re: IDE
October 26, 2012 02:19PM
mmm, maybe I should have a look at Dreamweaver, havent seen it since very early iterations.

As to the syntax, in my opinion if you don't know it, even having an IDE won't help you. A classic example of this was finding
Language: PHP
ob_start()......ob_end_clean()
. Took me 2.5 hrs last night to find these tags to sort out errors I was receiving on my login page. And I don't think you're the only one who has an intense dislike for Adobe.
avatar
Mac
Re: IDE
October 26, 2012 02:27PM
Yes, latest DW really has a good PHP editor.

It can also generate your complete code for you (which I will not mark, because it is not your logic).
avatar Re: IDE
October 26, 2012 03:13PM
lol, don't worry about that. Basically finished with everything except logoff as well as inserting comments against everything. (the real fun part of coding). But will keep DW in mind. might have a look see after the exams when I in theory have a little more time smile
Sorry, only registered users may post in this forum.

Click here to login