Programming ↓ View more from this category

Show different header title depending on page

php code
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 [...]

Social.png attack on Joomla, Wordpres...

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, [...]

PHP Parse file example

Today I’m going to show you a little example of how you can use PHP to parse a file. Well it really depends on the purpose you’re doing this for, but in all cases basically you need t[...]

Prestashop custom fields in products ...

Prestashop
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’[...]

Show number of subscribers from Mailc...

Mailchimp mascot
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 [...]

Servers ↓ View more from this category

How to install bind9 DNS server on debian

dns records
How to install bind9 DNS server on debian I’ve been wanting to write a tutorial about this for a long time now, this is also something I’ve learned the very first time I started playing with servers. In this article I’m going to show you how to install bind9 DNS server on debian (o[...]

How to change php timezone on your se...

Timezone map
Normally when using a shared hosting service, the server you are being hosted on has a different timezone set. So your scripts may be displaying a different time than what you [...]

How to set apache server status using...

Apache web server
What is apache server status? Normally only server administrators would have access to this section, they would look at this specific page to lookup more information on [...]

File backup script using cronjob

backup folder
Just before the New Years a visitor was inquiring about how can he backup his account files, not just to [...]

How to install haproxy as a reverse p...

This article was actually scheduled for some time now, I don’t really know why I left it in my draft here for so much time. I finally got the time to test and install hap[...]

Site optimization ↓ View more from this category

6 free mobile device emulators for testing your app

responsinator
6 free mobile device emulators for testing your app If you made at least one website that was responsive, you certainly know how important these tools are. Here is a list with helpful websites in which I tested my apps during and after development. This is NOT a top, just a list. 1) Responsinator Re[...]

Improve website performance with Clou...

Cloudflare CDN
Its been a while since my last article on website optimization, the reason for this is because I really haven’t made much changes on my site since long ago. Recently ho[...]

Fix opencart loading very slow

opencart logo
Its been awhile since I wrote a site optimization tip, maybe the reason why is that I’m probably out of ideas of what to write about. Even now, I had a client that was using OpenCar[...]

New adsense asynchronous option out o...

google
For a long time Google has worked hard and making a lot of changes to their applications, in September and now currently October, appears to be the months with the most chang[...]

Image optimization within a website p...

image scale optimization
Welcome back to another article about website optimizations, in this article I thought of writing something about image optimization (again). In my other articles I’ve tol[...]

Tutorials ↓ View more from this category

PHP Parse file example

PHP Parse file example Today I’m going to show you a little example of how you can use PHP to parse a file. Well it really depends on the purpose you’re doing this for, but in all cases basically you need to open the file and read it line by line. There are a few

Prestashop custom fields in products ...

Prestashop
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’[...]

Show number of subscribers from Mailc...

Mailchimp mascot
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 [...]

How to send email using phpmailer

Install mail server
I have seen a lot of users having issues using their own hosting account to relay emails from the basic mail() function. I’m writing this to show you a way to send email using ph[...]

Create a php encoding and decoding me...

php encryption using php
In this article I’ll try to write a bit about how you can properly create an encoding and decoding method to allow you to pass information even in plain sight and be sure[...]

Snippets ↓ View more from this category

Check if file exists in Symfony2

Check if file exists in Symfony2 If you want want to check if file exists in Symfony2 and which is not a twig template, you have to create a Twig Extension service and add a file_exists() function or whatever you want to call it in twig. This tutorial is more specific to the issue we have at hand[...]

How to dump variables in perl

snippets
Have you guys ever needed to dump variables in perl and see its exact contents? I had and was really tricky. The print function is alright for printing scalar variables, but wh[...]

Read and write and delete a file in p...

snippets
In this article I’m going to try and show you some operation examples to read, write and delete a file in perl using a few methods, like the saying goes … [...]

Drag and drop on mobile devices

I had a problem in the past with a draggable and droppable calendar with jQuery and ajax. When you add drag and drop to a web page using JavaScript, such as jQuery UI draggable and dropp[...]

How to select all anchors with displa...

snippets
Very often or not, you need to select all the elements from within the DOM, that have their display property set to “block”. $([...]
Request an article ←