An old friend of mine just launched his company’s new website for their medical billing and practice management software. Amber Clinic Manager is a robust, full-featured medical office billing and management package accessible to physicians and their staff from virtually any internet-connected computer … anywhere. They offer a number of other services including appointment reminders, electronic health/medical records (EMR/EHR) integration, and there’s even an ICD code app for Android users.
Great stuff. Check out Amber Clinic Manager over at the Gray Swan Software website if you’re in the market or know someone who is.
posted by Brad Kelley at 11:08 pm
I’ve got another post up over at Group 3 Solutions, this one discussing Joomla video plugins. First plugin up for discussion is EasierTube. The post gives some background on the problem of using video in Joomla posts and provides an overview of EasierTube’s features and issues. Enjoy!
posted by Brad Kelley at 11:14 am
Great little tutorial over at phpRiot on how to set up an intelligent custom 404 error page in PHP. However, if you’re using a stock Joomla 1.5 install with mod_rewrite enabled (e.g. SEO-friendly URLs) then you can just forget about doing this with an Apache directive. Joomla has control (though looking at the .htaccess file I’m not sure why), so you’ll need an altogether different great little tutorial. Lo and behold, the Joomla documentation comes to the resuce!
Check out how to build a custom 404 error handler into your Joomla template here.
posted by Brad Kelley at 10:34 pm
Handy Flash banner ad clickTAG tutorial for anyone who doesn’t do this often enough to remember the technique off the top of their heads. This sort of thing is for use in ad syndication services like Google AdWords. Also, some good stuff at the Adobe site.
Each ad network uses different case sensitivity rules for the clickTAG variable (groan), so check into your network’s requirements. Google AdWords has a help page on clickTAG coding here.
posted by Brad Kelley at 7:13 pm
I’ve got another post up over at Group 3 Solutions. We’ve turned our attention away from WordPress Plugins over to Joomla Plugins this time around. First up is Joomla Tabs & Slides. The post gives some background on tabs as a concept and then shows how to easily implement them in Joomla using this plugin. Enjoy!
posted by Brad Kelley at 12:56 am
Great article over at Vandelay Design for anyone interested in hacking WordPress categories. Really helpful.
posted by Brad Kelley at 12:50 pm
Been tinkering around with custom Joomla 1.5 component development. Here are some helpful getting started links with “Hello world” -level tutorials:
- vojtechovsky.net
- softmarket.ro
- packtpub.com
posted by Brad Kelley at 7:17 pm
HR’s Industrial Strength Portal has a great round-up of settings/conditions you can check inside Joomla 1.5 templates in order to dynamically adjust your layout. Outstanding! =)
posted by Brad Kelley at 6:13 pm
Out of the box, Joomla 1.5 is a powerhouse of functionality. But as with any stock system, there are a few things that may need to be tweeked in order to get the result you want or expect. Take Joomla menu controls for instance. They’re fine and functional, and 90% of the time no additional work is necessary. But a common practice with menus is to output them as unordered lists (ul) and then style them with CSS instructions. So, say you want to have your menu display on a horizontal line, with pipe separators between each menu item. Easy enough to define a style for this by specifying a right- or left-side border for list items in the menu. But since that rule would apply to all the list items (including first and last), you’ll have an extra pipe (at the end or the beginning). With manually constructed menus you can simply add a special class to the last (or first) list item that will style it differently (to remove the unwanted pipe). But with Joomla menus, each list item is the same, so there’s no ability to tag one with a special class. What to do?
That’s where Joomla 1.5′s new drop-dead simple module override functionality comes into play. Jisse Reitsma explains it very well over at his tutorial on Joomla module overrides at Open Source Network. In his tutorial, he explains how to alter the menu module to automatically tag the first and last list item with “first” and “last” classes. The short version is that Joomla 1.5 allows you to define a module override by simply making a folder named the same as the module you are modifying, copying the output template of the module into this new folder, and adjusting as necessary. So in essence, you’re copying a part of the module into a new location (see tutorial for specifics), modifying it, and Joomla automatically uses your modified version instead of the stock version. This prevents your mod from getting overwritten by Joomla upgrades. Brilliant!
I’ve already got this technique working on a couple of my own installations, and plan to add this mod to every theme from now on. That is, unless the Joomla devs go ahead and just build it into into the core at some point. Hint hint.
posted by Brad Kelley at 5:32 pm
Well, I must confess that this WordPress plugin for Joomla would rock if it works as described. Comments on the page are hit and miss, so looks like I’ll have to try it out for myself to get a better idea. Groan. =)
posted by Brad Kelley at 10:06 pm