If you are new to writing classes you should start with what you know and then refactor it into a class. You can start out with straight forward linear code, convert the final code to functions then move from functions to a class. Read the rest of this entry »
Right out of the box it is ready to go. Let me define ready. After installing PHPEd, simply create a project, write some code, then run the code and watch PHPEd render your php code via the internal browser and internal web server. And it doesn’t stop there, debugging is just as easy. Compare this to other PHP editors where you need to setup a web server and debugging environment in order to write and debug code. No doubt, even with PHPEd you will eventually want to setup your own web server and debugging environment in order to fully test your app, but as a noob coder, phped makes getting started coding easy because it is ready to run right out of the box.
I generally use Nusphere PHPEd for all of my php coding needs. However I keep giving Aptana Studio a spin and then end up returning back to PHPEd. Aptana has many nice features not found in PHPEd such as highlighting the opening and closing of an html tag which is useful for when you are trying to figure out which piece of code to edit. Also you are able to attach a hot key to an svn commit. This makes committing files while writing code a very non-distracting process.
In spite of these features and the many more nice features, I am deterred from using it because of the problems that occur. For one it has a problem with losing my information. A couple of times I have opened up the program only to find that all my ftp and project information was missing. Just recently when using the program, my hot keys stopped working. This only happened in Aptana Studio. Another issue was the color coding was out of wack a few times. When I opened the file, the code was all black. I shut the program down and started it up again and all was working fine. Then the last thing that happened: I used to link my project to external libraries and was able to get documentation on a class included in the external library. That quit working for no apparent reason.
The trade off for me is really between having a boat load of useful features (Aptana Studio) versus reliability (Nusphere PHPEd).
One of the most problematic areas in relationships is communication. Whenever two or more people come together for any reason, it is expected that there will be mis-communication taking place. If we would all take the time to learn to communicate better, we would have eliminated a great deal of the problems that occur. It is amazing how the solution to our problems can be so simple as simply asking a question or making a comment. Often times, we have not because we fail to speak out.
So if there is information you would like to see at webdevnoobs.com, speak your mind.
I recently came across this book titled “Design and Launch an Online Web Design Business in a Week”. No doubt the title is somewhat misleading because nobody can “Design and Launch an Online Web Design Business in a Week”. However you could possibly read this book in one week and what you will learn within it’s pages is well worth the price.