buy viagra buy viagra fedex buy viagra online buy viagra professional buy viagra online discount buy viagra online cheapest buy viagra softtabs buy viagra now buy viagra for cheap buy viagra no prescription buy viagra online cheap buy viagra and overseas buy viagra or cilas buy viagra with discount buy viagra online india buy viagra generic buy viagra pharmacy online buy viagra online pharmacy buy cialis online buy cialis now viagra for sale

:: Archive for September, 2005 ::

Posted Wordpress Subpages Plugin

Posted on September 22nd, 2005 in PHP, Web Development, WordPress by Greg

I’ve posted the simple Wordpress pluggin that I mentioned months ago that shows subpages for the Wordpress ‘Pages’ feature. A couple people had asked for it, so now you can download it at the following location:

http://www.gregphoto.net/download/subpages.zip


Updated Scriptaculous Lists Example

Posted on September 7th, 2005 in PHP, Web Development by Greg

Downloadable from here is a version 0.02 of the SLLists class I put together (mentioned in the previous post). This includes a generic PHP script that will:

  • Load data from a database
  • Display it in a chosen format on the page
  • Allow the user to drag and drop the individual records to change the order
  • Click save to persist the changes in the database

To use this all you really need to do is setup the database login properties, choose a table, and choose which fields contain the primary key, the displayable text, and the actual sort order.

That’s it!