Categories
- Administration (8)
- Asterisk PBX (2)
- Debian GNU/Linux (2)
- Development (29)
- Doctrine ORM (3)
- jQuery (2)
- Zend Framework (7)
- How To's (6)
- Ideas (5)
- Networking (3)
- Software (7)
- Joomla! (1)
- Mozilla Firefox (2)
- osCommerce (3)
- WeeChat (1)
- Uncategorized (1)
- Administration (8)
Archives
- September 2010 (1)
- August 2010 (1)
- July 2010 (3)
- June 2010 (8)
- May 2010 (1)
- March 2010 (3)
- February 2010 (2)
- January 2010 (2)
- December 2009 (4)
- November 2009 (3)
- October 2009 (7)
- September 2009 (4)
- August 2009 (2)
Tags
acl add-on authentication bootstrap chroot cli cre loaded css date picker filter fix freedom gnu/gpl go google javascript log4net logging model mutator mysql notification odbc oop orm patch php plug-in python resource ruby server socket status stylish tip tools tracing tray view x server zend_auth zend_controller zend_date zend_formBlogroll
See Also
Tag Archives: server
From simple socket reader to server in PHP
After I have published SocketServer on PHPClasses.org, I received comments about some ugly places and ideas of improvement. So now, it can be used as a skeleton for something more interesting then “Hello, World!” sample. In this post I’ll guide you through modified … Continue reading
Socket reader in PHP. Second part
In the previous post I have showed how to create a socket reader in php step by step. So by some strange tradition now I’m going to represent OOP variant. In fact, this is a sandbox version of new adapter for ChrootGateway. :)) … Continue reading
Socket reader in PHP
There are lots of articles which show you how to create a socket reader in PHP. You can find them on google. My starting points were articles on devshed and zend’s devzone. Unfortunately bring too few light on me. Although articale … Continue reading