How to integrate Zend Framework and Joomla
In this article I’m not going to discuss what Zend and Joomla are all about and how component is different in both, but instead I’m going to share a little secret of how to develop joomla component in...
View ArticleHow to get session data stored in the database
Session data in Database Almost in all standart LAMP instalations, PHP is configured using /tmp directory by default, in wich is saved session data in the form of unencripted text files. You shouldn’t...
View ArticleCalculate directory size using PHP
Just a quickie. So i don’t forget where is this code snippet. This is something I’m going to use 2 days from now for a custom Photo Archive i currently am working on, based in Drupal with Gallery2....
View ArticleHow to make a Professional Development Workstation / Server (Part 3)
Now that we have a working webserver, with great modules working, a stable server is at hand to help you manage your projects. This work is not concluded. As such, we will install now ISPConfig2 to...
View ArticleHow to retrieve images from WordPress Post
You’ll probably enjoy that code which allow you to retrieve all images from post content and display it. To use this code on your blog, simply paste the following code on one of your theme files....
View ArticleHow to enable multisite in WordPress 3
If you recently updated to or installed WordPress 3, you might wonder where the menu for Multisite feature is. By default, these new functions are disabled after a WordPress update and to enable them,...
View ArticleHow to check a valid e-mail in PHP
I’m working on a validation e-mail address script for 3 websites i’m developing. Here is a function that can do this partially : by validating its format and then by checking if the domain it uses has...
View ArticleHow to delete batch uploaded files
If you manage any type of job board, there is a high chance you have some sort of 3rd party integration with your recruitment database software, applicant tracking system or multi posting system. This...
View Article