The Most Useful PHP Script
I’ve been blogging for over a year now, and it occured to me today that I hardly have any articles or posts regarding web development tips and tricks. So I’ve added a new category and will begin filling it out with posts. But on to my topic.
Many new webmasters begin their personal development by learning html. HTML is great for building static webpages, however it has many limitations that make it difficult to conveniently administer a hand coded website without using a server side scripting language such as PHP or ASP. When I began learning ASP I was taught about include files and how a single line of code can save you hours of work coding and recoding the same code across your website.
Include files are the best way to jump into PHP or ASP, they’re very simple to emplement if you’re web server already has PHP or ASP scripting. In PHP you simply place the following line of code at the top of your page.
<? include(‘header.php’) ?>
This will include the file header.php that is in the same directory as the page you are attaching the file to.
Posted: February 19th, 2010
at 12:31am by admin
Categories: PHP Programming, Ye Olde Blog
Comments: 2 comments
Wordpress 2.7 Theme Tutorials
It’s at the time of this writing several weeks since http://wordpress.org released Wordpress 2.7. Themes and tutorials were scarce the first few days but currently there are many great Wordpress 2.7 compatable plugins.
http://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/
http://www.noupe.com/wordpress/mastering-your-wordpress-27-theme-admin-area-tips-and-tricks.html
Posted: December 22nd, 2008
at 9:11am by admin
Tagged with Wordpress 2.7
Categories: Internet and Computers, PHP Programming, Ye Olde Blog
Comments: No comments
Free Open Source PHP Game – Monocountry
This is a file I thought I had lost and would not be able to replace. When I got the Monocountry code it was open source. Now Monocountry is considered simple and outdated but it is the basic framework you need to start a nice php game.
If you liked this download you should also check out Kiddie Kartel I found it on the same website for download and if I remember correctly you set up lemonade stands. I’ll see when I set up the demo later.
If you have any problems downloading this script you should check the new landing page on the Web Development Blog.
Comment Kahuna
Great wordpress plugin for finding unlimited backlinks.
Posted: December 9th, 2008
at 7:09am by admin
Categories: PHP Programming, Tools
Comments: No comments
Random Quote Generator
Free wordpress plugin in development that displays a random quote in the top right hand corner of the admin panel inside wordpress. More information will be posted later.
Posted: November 12th, 2008
at 8:01am by admin
Categories: PHP Programming, Tools
Comments: 2 comments
AdminFRAME PHP Admin Interface
A fully function drag-and-drop admin panel developed in PHP.
Status: In Development