Posted by: Gjergj Sheldija on: 10/08/2009
thanks goes to : http://www.sti.ch/
Posted by: Gjergj Sheldija on: 08/17/2009
Posted by: Gjergj Sheldija on: 08/02/2009
Finally online the last version of care2x, 2.6 beta 1.
you can find it here : http://care2002.sourceforge.net/demo/
login with
user name : demodemo
password : demodemo
If you find any bugs you are welcomed to submit them here : http://apps.sourceforge.net/trac/care2002/
Posted by: Gjergj Sheldija on: 05/16/2009
To coordinate better the development we have activated trac and moved the wiki to sf.net. You can find them respectively :
trac : http://apps.sourceforge.net/trac/care2002/
wiki : http://apps.sourceforge.net/mediawiki/care2002
Posted by: Gjergj Sheldija on: 02/06/2009
Flaw #1: Constructor does Real Work
Warning Signs
* new keyword in a constructor or at field declaration
* Static method calls in a constructor or at field declaration
* Anything more than field assignment in constructors
* Object not fully initialized after the constructor finishes (watch out for initialize methods)
* Control flow (conditional or looping logic) in a constructor
* Code does complex object graph construction inside a constructor rather than using a factory or builder
* Adding or using an initialization block
Posted by: Gjergj Sheldija on: 01/29/2009
A long time has passed since c2x appeared and a lot of things have changed over the years.
PHP has become a more robust and business oriented language, a lot of tools are disposable for developers and a lot of new business strategies are available to help with the common day to day problems that we encounter.
Localization and internationalization are now more easy that they used to be, and php 6 promises even further improvements via Unicode support. Creating user documentation is now much more easy via wiki’s and Java script libraries can help a lot with designing rich and practical UI.
I thing that the time is right to start a small revolution in c2x; i’ll list here some suggestion that I think would be useful, they may be right, may not; it’s up to the community to decide.
Posted by: Gjergj Sheldija on: 01/29/2009
I’m releasing a small script to help with the translation of c2x. At this point it just checks if there are missing files and in those missing files if there are missing translations.
Read the rest of this entry »
Posted by: Gjergj Sheldija on: 01/29/2009
sf.net statistics tell some interesting things on how the c2x community thinks.
Posted by: Gjergj Sheldija on: 11/06/2008
i know it’s an old news, but it’s always interesting, enjoy it
http://blogs.computerworld.com/london_stock_exchange_suffers_net_crash
Posted by: Gjergj Sheldija on: 11/03/2008
Thanks to Mark Alan for this :
Materials:
- bare metal pc with 1GHz P4 CPU, 512MB RAM, 320GB HD
Methods:
- We did a setup from bare metal using, exclusively, Open Source
software to serve the Care2x HIS supporting software package from (a
farm of) Ubuntu 8.04.1 LEMP servers (LEMP = Linux + Nginx WebServer +
MySQL + PHP).
- The install procedure included the installation of the supporting
system (PART A) and the installation of Gjergj’s Care2x 2.6 from the
SVN (PART B)