PHP/MySQL Resources

For those of you who use PHP frequently, you might find some of these Open Source applciations useful.  Some of them are free HTML/PHP editors.  They all look very interesting.  This is the same site we used to find our Open Source applications for our Group Project, there are always a lot of good Open Source resources here.  I would be interested to know if those of you proficinet with PHP find any of these apps useful…

http://www.dmoz.org/Computers/Programming/Languages/PHP/Development_Tools/

Cool Tools for Web Page Creation and Hosting

Being that HTML is new to me, the more I work on my web page, the more ideas I get.  We have a family web page that we pay a flat fee for, but it was very basic and too hard to work with.  So, after reading Chapter 2, I went searching for a free web host.  I have tried a couple of other free ones since yesterday, but the one that is easiest to work with is www.tripod.lycos.com.  Even though there are a few ads on the page, and the URL isn’t glamorous, I guess that’s the price of free hosting.  You can use Filezilla to upload your html pages directly in to the tripod.lycos ftp site after you register.  This is the easist way, for an unexperienced person, to create your pages.  Two tips: First, when you register, your username will be the main part of your URL, so make sure the username you pick is what you want your address to be.   And secondly, the ftp address is ftp.tripod.com (it was a little hard for me to locate this, so I wanted to save you the trouble).  

Second thing is a free, visual html editor.  I went to www.CoffeeCup.com, that was referenced in our book, and downloaded it.  You can either write html code, or upload other code, and then preview it right then without having to go back and forth opening the page in text, and then going back and opening the page in the browser.  It also has some easy tools for inserting lines of code based on what you want (i.e. If you want the font to be Arial and 5pt, it will write the code for that for you and insert it wherever you put your cursor).It even has templates, graphics, icons, easy table creators (I made a calendar for my family website with this one), and some other cool stuff.

Experience - Kerry Caskey

I have very little programming experience.  I inserted the html codes given to me by generators for MySpace, but I had no idea I was inserting html code, or even what the codes meant.  Thinking back, I also had to update Investment Account rates on our website at the last place I worked…I guess I was working minimally with code then too, but I didn’t know it.  Anayway, I am really quick learner. 

I read through all of the primers on HTMLGoodies, and I have already created a really cool page…just because, once I started, I didn’t want to stop.  I even went to my MySpace profile and pulled off pieces of the code (now that I know what they mean) and added them to my page. So, this is new to me, but it is pretty cool stuff! 

In my class last semester we did a lot with SQL DB language, so I feel pretty comfortable with that.�