Archive for the ‘PHP’ Category

  • Scatter plots – An Application of the GD Library

    Easily the most useful application of the GD library is the ability to dynamically output clean, sharp graphs and charts.  A scatter plot, the plotting of points based on an independent variable and the dependent variable (usually X and Y), is a great application that uses several common GD functions and is useful for data [...]

    Published: December 16th, 2008 by:
  • 5 Sources of Free Weather Data for your Site

    The weather has always fascinated me, and I actually almost became a meteorologist instead of a full-time entrepreneur. I recently had a project where I had to pull tons of weather data and display it on a website. It took tons of research to find what I was looking for, so I am presenting all [...]

    Published: December 11th, 2008 by:
  • Working with Images – Introducing the GD Library

    There are hundreds of libraries available to add on to the PHP base, and GD is just one of those with thousands of possibilities.  Used to process images and even dynamically create and output graphics, the GD library is relatively easy to learn with distinct potential in the graphics world. In this article, I will [...]

    Published: December 9th, 2008 by:
  • Sending Data Between Pages

    When a visitor navigates through a website, the server doesn’t know who you are from one page to the next. In other words, if you read this page, and then click on another article or link, the server can’t remember who you are! It is up to the developer to retain any data between page [...]

    Published: December 4th, 2008 by:
  • Run CodeIgniter from the Command Line / SSH

    CodeIgniter has quickly become my favorite framework to use when coding applications in PHP. CodeIgniter makes it way too easy to follow the MVC approach, maintain modulated code, and to also have access to several additional helpers and libraries. But, there was one major flaw: The inability to easily access via the command line. Why? [...]

    Published: December 1st, 2008 by:
  • Understanding PHP Tags & Code Blocks

    PHP was originally designed as a tool to make a website’s HTML more dynamic, so it’s no wonder that it mixes well with existing HTML in your website. There are several options for defining your PHP blocks, and we will cover them all here.

    Published: November 29th, 2008 by:
  • Your First PHP Script

    Since PHP is a scripting language, creating your first PHP script is as easy as creating and saving a text file. In this article, you are going to be shown how simple it is to create your first PHP script.

    Published: November 29th, 2008 by:
  • Support for PHP 4 Ends – Plan Ahead for PHP 6

    Unfortunately for all of you that are to lazy to check and modify your code for PHP 5, your procrastinating days are drawing to a close. Support for PHP 4 ends on December 31, 2007. Ever since the PHP5 official release on July 13, 2004, the PHP group has been supporting both versions 4 and [...]

    Published: August 15th, 2007 by:
  • RSS & Atom Feeds Made Easy for Developers

    In this entry you will find 2 feed templates ready to work on your TinyButStrong website. All you need to to is include these templates, set some variables, and merge the data block.

    Published: June 25th, 2007 by: