Archive for the Category ◊ Tech Stuff ◊

• Wednesday, November 19th, 2008

Need a web base law office solution?

PPLM, or Private Practice Law Manager, is a client management system designed by Just Spiffy, with inspiration from law offices. It is currently in beta mode and has hopes for many more features based on customer feedback.

Features Available in Beta 1.0.0: Install Script for easy installation on your web server. (intranet recommended)
Add and edit client information
Add and Edit Case information
Add and Edit/Delete Judge information
Add and Edit/Delete Prosecutor information
Add and Edit/Delete Attorney information
Distinguish between Felony, Misdemeanor, Juvenile or Civil Cases
Close cases
Click here to use an Online Demo!
Download a copy here! (Note: while in betta mode, PPLM is free. after release you will need to purchase to get all features).


• Thursday, July 24th, 2008

I just found this simple fix on how to use BBCLONE with WordPress

First go to http://www.bbclone.de and download the latest version on the software. Install into your root directory. ( per bbclone install instructions)

Go to your themes folder and on the page.php and the single.php find:

<?php get_header(); ?>

and replace with

<?php
define(”_BBC_PAGE_NAME”, the_title(”,”,FALSE));
define(”_BBCLONE_DIR”, “bbclone/”);
define(”COUNTER”, _BBCLONE_DIR.”mark_page.php”);
if (is_readable(COUNTER)) include_once(COUNTER);
?>
<?php get_header(); ?>

you should then be good to go!!

• Wednesday, June 04th, 2008

Lawyers are you looking for a client management system…. with stats?

I am in the process of developing a web based Attorney Client Manager for use in small and large firms alike. Not sure about the licensing yet or a cost but i hope it will be a usefull too for all. I will post updates on development and some scree shots as i get it devloped. Check back soon to see whe it will be available!

Category: Tech Stuff  | Leave a Comment
Spiffy Boutiques