Programming
PHP, Perl, Pyhon, bash, javascript and jQuery and probably other languages to come. This category is all about programming!
Show different header title depending on page
Show different header title depending on page I’ve used this options for different situation and it does work properly. I can use this to specify not only the specific header title, but also to include different style CSS or javascripts based on the specific page or whatever you need included for that page only. In
Social.png attack on Joomla, WordPress and Drupal
Social.png attack on Joomla, WordPress and Drupal I’m going to write now a rather different type of article, this led me to believe that some of our dear friends, users and whoever thinks he should be involved, are rather stupid people. Why I think that? Its easy enough and you will understand a bit later along this
Prestashop custom fields in products admin section
Prestashop custom fields in products admin section I had to do this modification on an existing prestashop project few months ago and I had to add some custom fields in products admin section. In this tutorial I’ll try to show you how you create new product field in admin on product edit page (informations tab). Of course
Show number of subscribers from Mailchimp
Show number of subscribers from Mailchimp Today I’ll try to show you how to get the number of subscribers from Mailchimp. I have been using Mailchimp with great success so far for 2 years now. Can’t really complain about them really. However in all honesty, I was looking today at my account and couldn’t find
How to fix “Headers already sent” error in PHP
How to fix “Headers already sent” error in PHP Today I’ll try talking a little bit about what its called output_buffering from PHP. At least once in your life of codding you probably have seen this type of error “headers already set” from the php output, eg. Warning: Cannot modify header information – headers already
Symfony2 service container
Introduction A big PHP aplication should be OOP written and should have a lot of objects. You can split them by functionality depending on what they do. Some of them are used for interaction with database, some of them are used to save information in files.This chapter is about a special PHP object in Symfony2