I needed to “asynchronous PHP” recently and it took me a little while to find the solution. What my script basically does is generate a PDF file for the user to download based on some parameters they have chosen. The problem was, the PDF generate take a while and during that time I needed to [...]
Archive for the 'PHP' Category
Asynchronous PHP
«
16 October 2009 |
13:46 |
PHP, Software, Web Development |
No Comments »
Drupal’s On Hold
«
17 November 2008 |
18:16 |
CodeIgniter, Drupal, Open Source, PHP, Software, Symfony, Web Development |
No Comments »
I know I said before that I would be replacing Wordpress with Drupal around here, and I did start working on that. However, the more I read about Drupal, the harder it seems to do custom things. Actually, it’s more a problem of poor documentation than it is a lack of flexibility. Still, if I [...]
I know I said before that I would be replacing Wordpress with Drupal around here, and I did start working on that. However, the more I read about Drupal, the harder it seems to do custom things. Actually, it’s more a problem of poor documentation than it is a lack of flexibility. Still, if I [...]
Farewell Wordpress
«
18 August 2008 |
22:09 |
Drupal, Open Source, PHP, Site News, Software, Symfony, Web Development |
No Comments »
In an effort to save time when I put together sites for people, I’ve been working on a universal engine I can use. It is modeled loosely off the MercuryBoard code and, for the most part, has served me pretty well. Recently, I’ve tried to revamp it with more object oriented code, integrating PEAR and [...]
In an effort to save time when I put together sites for people, I’ve been working on a universal engine I can use. It is modeled loosely off the MercuryBoard code and, for the most part, has served me pretty well. Recently, I’ve tried to revamp it with more object oriented code, integrating PEAR and [...]
Configuring Access in MediaWiki
«
12 April 2007 |
9:53 |
PHP, Software |
No Comments »
I’ve set up Mediawiki in a few times now, both at work and for personal use. Each time I do it, I end up having to learn how to set up access restriction again. That is, creating custom namespaces and restricting access to those namespaces to people that belong in specific groups.
The reason I do [...]
I’ve set up Mediawiki in a few times now, both at work and for personal use. Each time I do it, I end up having to learn how to set up access restriction again. That is, creating custom namespaces and restricting access to those namespaces to people that belong in specific groups.
The reason I do [...]