Wednesday, July 30, 2008

FC Recruiting Workflow System

I need to provide a system where users will have the ability to post, comment and approve documents. In addition, his system needs to provide access control and groups. Work flow would also be nice if possible.

Due to the procedural changes being handed down from on high, I need to get this done in under 30 days otherwise, it turns into a pumpkin, or rather a project, as opposed to a Rapid Application and would then require voluminous paperwork and painstaking meetings.

While I could build something custom, I'm not sure that I can get all the desired features done in the time frame, so I'm looking at document management systems and frameworks I could potentially build off of.

I looked at M$ WSS, but quickly scrapped it due to the need to run Visual Studio 2005 on Windows Sever 2003, which makes it much less free (as in beer)

I then looked at Alfresco, which is very pretty but complex. The community edition comes in a large executable, which install a full java stack. It was not as easy to get running as I had hoped.

Next, was Knowledge Tree, which I found to be more usable and intuitive than Alfresco, although slightly less shiny. I am interested in pursuing this one, but also want to continue investigating other lighter weight alternatives such as Genus and others found on SourceForge.

Sunday, July 27, 2008

firefox extensions to have

The best thing about Firefox besides the good standards compliance, speed and reliability are the extension.

I'm running:
  • Adblock Plus
  • All-in-one Sidebar
  • Delicious Bookmards
  • Firebug
  • Web Developer

Wednesday, July 23, 2008

installing MediaWiki on Xampp

I am trying to install MediaWiki on Xampp which i thought would be a cinch but it's actually not.

UPDATE: Heres the solution DoKuWiki

Here is my account of where i am so far so that maybe we can make it easier for the next guy:

I downloaded XAMPP Windows 1.6.7 from http://www.apachefriends.org/en/xampp-windows.html#641
Install and startup goes fine

I downloaded MediaWiki 1.12 from http://www.mediawiki.org/wiki/Download and extract.

I created the wiki db.

I then pull up the wiki page on my localhost. My environment checks out. I proceed to fill out the install form. MediaWiki won't let me use a blank db pw.

I drop the wiki db and then create a new db user and have phpmyadmin create a db with the same name and give the new user full privileges on it.

MediaWiki install completes and tells me to move my config/LocalSettings.php to it's parent directory. I do that and then follow the link MediaWiki gives me and i get:

Warning: domdocument::domdocument() expects at least 1 parameter, 0 given in C:\xampp\htdocs\wiki\includes\Preprocessor_DOM.php on line 566

Fatal error: Call to undefined method domdocument::loadXML() in C:\xampp\htdocs\wiki\includes\Preprocessor_DOM.php on line 568

I Googled "MediaWiki Xampp domdocument" which leads me to a forum posting on apachefriends .org telling me to comment out extension=php_domxml.dll in my php.ini. I do only to recieve yet another error. ugh. more on this saga to come.

Friday, July 18, 2008

What I got out of the uPenn Web Symposium

This week I had the opportunity to attend the uPenn Higher Education Web Symposium.While the this conference was focused on IT Professionals working in Higher Education, there were world renowned experts in the fields of usability, user centered d3sign, CSS, AJAX and many others making it was extremely relevant to my work.

I attended a Full Day Workshop on Web Form Design best Practices by the esteemed Luke Wroblewski who currently works as a Principal Designer and Product Manager for Yahoo!.He also runs a design consultancy, LukeW, and a publication, Functioning Form.

Here are some web form best practices:
  • Put Labels above fields for increased readability and accessibility to screen readers and other languages
  • Don’t include non-required fields when possible.
  • If most fields are required provodie
  • If you are going to provide in-line validation, wait until the user has moved to the next field to validate
  • Make it conversational
  • “Keep, Cut, Postpone, or Explain.”
  • Less is more

These were culled from live to site analytics, usability testing, eye-tracking studies, and best practice surveys.

Thursday, July 3, 2008

Purchase Order System

In addition to my busy schedule of extra curriculars like Philly Ignite and Junto I have been busy at work with internal applications.

One such application is a Purchase Order System which allows for the generation of Purchase Order Documents in PDF. The system automatically notifies purchasing and accounts payable when a new PO is generated and when an existing PO is updated. It also includes search functionality to review existing POs. I used jQuery to do row striping and and highlighting. Here are a couple Screen Shots: