Category Archives: Web Programming and Design

Developing A New Blogging Engine?

I’m now exploring nginx, php and sqlite as a combo for hosting. Of course that precludes WordPress, but I am looking at a brand new way to manage my sites and get them out on the web. Instead of going … Continue reading

Posted in Web Programming and Design | Leave a comment

My Review Of phpDesigner 8

One of the more interesting integrated development environments for PHP is phpDesigner 8. I figured it was time to write a review of it. The Short Review It’s a unique PHP IDE that does one thing and does it well. … Continue reading

Posted in Technology, Web Programming and Design | Leave a comment

How To Install A PHP Environment

More than likely you will want to start your PHP programming on your desktop computer. There’s a lot of good reasons for doing that. First of all, you can test a change in your script immediately. You do not have … Continue reading

Posted in Business On The Web, Technology, Web Programming and Design | Tagged | Leave a comment

XAMPP: Easy Programming Companion

XAMPP is pre-configured package of software needed to turn your computer into a web server. While XAMPP was originally designed for local development of web applications, its solid performance and great performance has now caused it to be used both … Continue reading

Posted in Web Programming and Design | Tagged , , , , | Leave a comment

Programming With Notepad+

Programming in PHP or any other language is all about constructing a script or program to complete a task. Any good builder will tell you that you need the right tools to create the best finished product. PHP programming is … Continue reading

Posted in Web Programming and Design | Tagged , , | Leave a comment