Wednesday, November 18, 2009

phpDesigner 7 Released

I am not sure how long they have had it out but its been out for a bit and I can tell you its much better than the version 6, it even includes support for JavaScript frameworks like jQuery! Simply awesome, go check it out and try it out!

Friday, June 26, 2009

A PHP Sorceror Comes Forth

Good Day Folks,
I decided to create my own blog on the subject of PHP, mainly due to the fact that I have done a few others but nothing on this subject. I am the owner of http://ultimate-battle-online.com and I am the main coder for http://battlestar-wars.com so I guess you can say I have enough experience to give back to the players and people who wish to learn just how I began my journey as a PHP Sorceror. Well folks, I started off as many of you all who are viewing this did, asking myself, "How the heck do you even start something like that?!" Lol... I know the feeling all too well, and with eager studying and constant practice I got to where I am now.

I will say however that PHP Programming is not as complicated as you think though! There will be walls that you have to either climb, knock down, or dig under to get past. When you do you, essentially you will be a better coder and designer for it.

Many people have asked me over and over to create tutorials because the way I explain things hits the spot, and a few will say I explain it in too complex a terms. In responce, I will give you resources that will allow you to brush up on terms and theories while I work on the tutorials I will be submitting.

The first secret to my success is a priceless code editor. The one and only I use is phpDesigner. This editor essentially is a buffed up notepad, which quite a few of you folks have been using to start off. Trust me I have been there. This editor not only shows line numbers but also gives tips for your code as to what functions complete your typing. But the moral of the situation is, no matter what this is a well worth editor to get your hands on! Totally worth the money. Only downside for cross OS support would be that it is a Windows-only software so I will look into some software for Mac & Linux.

The second secret of my success is a good portable server which you can whether you have internet access or not. I have tried many different server compilations and I have tosay that XAMPP does the best in all regards. They constantly update their revisions to match the latest of the Apache, PHP, MySQL, Perl configs and make sure that when you download the next version you have the best or most secure of the releases. XAMPP also has different packages for all major Operating Systems as well. I use the Windows version myself, due to the fact that I run most of my software on Windows 7 with phpDesigner.

The third secret of my success would be an awesome browser, one which has support for all major Operating Systems. My secret? Mozilla Firefox, the god of all browsers. It is free, and also most OSs will have a compiled version for you, for example Ubuntu Linux has an update less than a week after new versions of Firefox come out.

Well my time is almost up so heres a list of tutorials that will help you get started:
http://www.mpsoftware.dk/tutorials.php
Good luck!!

deth4uall - The PHP Sorceror