Archive for the 'PHP' Category
Monday, November 9th, 2009
Some time ago I wrote a blog entry a modified demo of Wouter’s ACL & A2 using the AUTH module. At that time I used Kohana 2.3.4.
Now, this entry is to explain was needs to be changed to use the AUTH module instead of the A1 module for the demo of Wouter for the Kohana [...]
11 Comments » | Posted in PHP, Uncategorized, kohana
Monday, September 21st, 2009
I have been using Kohana recently for a project I am working on. This project requires user registration and authentication, thus I found that there is a set of modules from Wouter that were created specifically for that. A thread in the Kohana Forum can be found here.
Those modules are:
A1: A simple & safe Authentication [...]
3 Comments » | Posted in PHP, kohana
Tuesday, July 15th, 2008
Hi all,
I will like to share with you that this project is going to be hosted at Google code. I have got the permission from one of the original authors and he agreed with it. I hope we can bring this package to a more serious level fixing bugs, adding new functionality and improving some [...]
Leave Comment » | Posted in DICOM, PHP
Tuesday, July 1st, 2008
It’s been a while since I wrote something about this package. Gathering some statistics I found that there were about 12 downloads of the package in less than 3 months. Not so bad for me. But well, as every software development, it needs to be updated in order to fix bugs and to add some [...]
2 Comments » | Posted in DICOM, PHP
Monday, April 7th, 2008
This is an updated version of the latest DICOM_php package available at the File_DICOM::Pear website. Last year I contacted David who is in charge of this package at pear.php.net, we had some emails exchanged but I haven’t seen any new release there; thus, I make this new unofficial version public so people can take advantage [...]
12 Comments » | Posted in DICOM, PHP
Thursday, May 24th, 2007
I have been developing an ePR (Electronic Patient Record) for Radiation Oncology at the research laboratory that I work (IPI Lab) . One of the tasks that I had to deal with was to have DICOM data automatically extracted. Since I like to work with php I found the php-DICOM package (technically called File_DICOM) at [...]
3 Comments » | Posted in DICOM, PHP
Monday, March 26th, 2007
Present
So now I have change my requirements, a true logout mechanism must have some conditions and priorities (personal opinion):
Accessibility
Cross Platform
Header Based Authentication, no cookies
Independent of the authentication mechanism
2 Comments » | Posted in Javascript, PHP
Saturday, March 17th, 2007
Some time ago last year I wrote an article (link) describing a mechanism to achieve a logout when using apache authentication. Some time has passed and I think I should give it an update.
2 Comments » | Posted in Javascript, PHP