Archive for the ‘My Software’ Category

WordPress Coppermine Plugin

Posted by m0gb0y74 under My Software

Download here.

This WordPress plugin supplies a set of template tags to allow you display images from a Coppermine Gallery.

Tags are provided to display the following:

  • A configurable list of albums
  • Grid of images from a selected album
  • A latest images block to display a configurable number of images that were last uploaded.

This plugin leverages Lightbox2 v2.04 to display the full size version of the images. As this software was not created by me it has not been included within this package. It can be downloaded from http://www.huddletogether.com/projects/lightbox2/#download

The plug-in supplies a settings page which allows the user to enter the Coppermine database details and the display settings. 

The gallery on this site uses this plugin, as does the latest images block on the front page.

Installation

Installing this plugin is simple:

  1.  Unzip ‘id-coppermine-plugin.zip’ in to the ‘/wp-content/plugins/’ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. In the ‘Settings’ menu select ‘ID Coppermine’.
  4. Under the ‘General Settings’ section enter the full url to the root of your Coppermine installation i.e. http://www.yoursite.com/copperminedirectory and the Coppermine username of the user for whom to display the images for. NOTE: there should not be a trailing slash in the url.
  5. Under the ‘Coppermine Database Settings’ section enter the Coppermine web server and database details. These details will not be validated so you will only find out if they are incorrect when you try to view a page using one of the template tags. This allows you to be able to change the details at any point.
  6. In the ‘Display Settings’ section you can set the number of column and rows to display when rendering the gallery, and wether to display the image title and to list the albums.
  7. In the ‘Latest Images Settings’ section you can specify the number of images to display when rendering the latest images section.
  8. Download Lightbox2 from http://www.huddletogether.com/projects/lightbox2/#download and extract to the same directory as your blog homepage.

Usage

  1. Inside the folder of your selected theme create a file called ‘gallery.php’.

  2. Open this file using notepad or your favourite text editor and paste the following: 
    <?php
    /*
    Template Name: Gallery
    */
    
    /**
     * @package WordPress
     * @subpackage Default_Theme
     */
    
    get_header(); ?>
    
    <div id="gallery" role="main">
    
    <?php
     id_coppermine_render_album_list();
     id_coppermine_render_gallery();
     id_coppermine_render_page_nav();
    ?>
    </div>
    
    <?php get_footer(); ?>
  3. Save the file.
  4. In the admin menu under ‘Pages’ select ‘Add New’
  5. Call the page ‘Gallery’
  6. Do not enter anything into the body/text area of the page.
  7. Under ‘Template’, select ‘Gallery’ from the drop down.

  8. Click publish.

If you change your theme you will need to remember to copy the ‘gallery.php’ file from your original theme directory to your new one.

Donations

Although this plugin is provided free if charge if you would like to make a donation then you can use PayPal.


Poser Files Database

Posted by m0gb0y74 under My Software

Poser Files Database is designed to aid in the cataloging of content for Poser, DazStudio, Vue, and other similar 3D tools. It can be used simply as a way to find a particular file or to provide detailed information about all products in one location. It is an OpenSource project and can be downloaded from here.

Features

  • Integrated updating of database to current version (regardless of the version that you are using)
  • Online/Offline mode when click on an entry in the file list if that application is online the products web page (if known) will load in an integrated browser, if offline an associated image will load.
  • Utility to search for runtimes.
  • Integrated Database loading utility
  • Integrated Product page update utility.
  • Integrated product price, name, requirements, and figure for update utility (currently on for Daz3D products)
  • Filtering of products list by Provider, Code, Figure, filename, artist, license, file type, and comments.
  • Provider Maintenance to allow you to add/remove your own providers to the list.
  • License Maintenace to allow you to add/remove your license information to the list with the actual license text

Product Information

The following can be specified for each product:

  • Product code and url
  • Product Name field.
  • Associate an image with product via download from provider site or upload from hard drive
  • DS Only flag
  • Minimum Poser Version required
  • Comments
  • Requirements field
  • Specifying which figure(s) a product is for
  • Specifying which product type(s) a product is
  • Specifying which runtime(s) the product has been installed into
  • Specifying which artists created the product
  • ReadMe field (with automated population for Renderosity, Poser Pros, and 3DCommune products)
  • File Size
  • Price
  • Price Paid
  • Order Number
  • Date Downloaded/Ordered
  • License

File Renamer

Posted by m0gb0y74 under My Software

File Renamer

FileRenamer is a simple batch file renaming utility.

To rename files:

  • Navigate to the directory containing the files that you want to rename
  • Select the files you wish to rename (to select them all you can right click over the file list and choose ‘Select All’ from the context menu).
  • To remove text from a file name type the text that you wish to remove in the ‘old’ field and then click ‘Add’.
  • To replace text within a file name type the original text that you wish to change in the ‘old’ field and then type the text that you wish to replace it with in the ‘New’ field and then click ‘Add’.
  • Any combination if these can be added to the list of actions to be carried out.
  • These actions are carried out in the order that you added them and so complex renaming tasks can be created:
    • You gave a group of files that are prefixed ‘xxx -’ and contain the word ‘dog’.
    • You wish to remove the prefix from every file and replace the word ‘dog’ with ‘cat’
    • To rename the files you would add a task to remove ‘xxx -’ by typing ‘xxx -’ into the ‘Old’ field and then clicking ‘Add’
    • You would then type ‘dog’ into the ‘Old’ field and ‘cat’ into the ‘New’ field.
    • Click ‘Rename’ and the files will be renamed as required.

System Requirements

This application requires the .NET Framework 2.0 which can be downloaded here.

Get it from CNET Download.com!

Database Documenter

Posted by m0gb0y74 under My Software

Documentation for SQL Server 2000/2005 databases

Database Documenter
Do you hate writing documentation? Have you taken over support for a database that you know nothing about? Are you looking for a way to provide consistent database documentation? If you answered yes to any of these questions then Database Documenter is the tool for you.

Database Documenter generates easy-to-read and detailed documentation for SQL Server 2000/2005 databases with a few simple clicks.

Database Documenter documents:

  • Tables
  • Views
  • Triggers
  • Stored Procedures
  • Functions
  • User-Defined Data types
  • Rules
  • Defaults
  • Users
  • Roles

The documentation is produced in HTML and looks and feels like standard Microsoft HTML Help documentation.

View the following sample reports:

System Requirements:

Supported Operating Systems:

  • Windows 2000 Service Pack 4
  • Windows Server 2003 Service Pack 1
  • Windows XP Service Pack 2

Required Software:

  • .NET Framework 2.0
  • Microsoft SQL Server Native Client*
  • Microsoft Core XML Services (MSXML) 6.0*
  • Microsoft SQL Server 2005 Management Objects Collection*
  • Windows Installer 3.1
  • IE 5.01 or later

*These items are NOT included as part of the product installation but can be downloaded here.

Get it from CNET Download.com!
Subscribe to Infinite Dreamers