Best Backup Tool for WordPress
I recently discover one of the best backup plugin for WordPress. It is called Backwpup and can be downloaded here: http://wordpress.org/extend/plugins/backwpup/ Or install directly with WordPress...
View ArticleEasy redirect with WordPress function wp_redirect
In a recent project, I had to redirect a specific category archive to a WordPress page. I wanted to show special content when people were accessing the category archive page. This is actually pretty...
View ArticleCreate a gradient reflection effect all without any images (CSS3)
Here is a quick tutorial on how to create a nice gradient with a reflection effect on a div or any other xhtml elements. We will use the CSS3 techniques as all the latest browsers are supporting the...
View ArticlePseudo Ajax loading effect with Flash and JQuery
While working on a project where our app is communicating with an external API we had the following issue: form submission can take up to 30 seconds to get the response back from the external API....
View ArticleIE select onchange issue
This is a quick tip on how to support the onChange behavior for a select box in IE8. For some reason IE 8 does not handle the onChange attribute of a select box. <select name="bowsers" id="browsers"...
View ArticlePassword Protect WordPress Attachments (files)
You might have some sections of your WordPress site that are only accessible for your WordPress user. Pretty easy to protect the page or post in WordPress for only the registered user but what about...
View ArticleAllow IP bypass htaccess password with Apache
Here is a very quick tip on how to protect your whole site with htaccess password but only allow certain IP. This is very usefull when you are working on a development server and you want only your...
View ArticleRedirect PayPal IPN with .htaccess
While working on a customer account, we had to redo the whole membership system to work with a new system and still support the Paypal reccuring billing. However, we had a previous system that was...
View ArticleDelete all WordPress subscribers with simple script
At some point you might need to delete all the WordPress Subscribers for some reason, mostly spam users. Here is a quick script to do it. Simply create a file in the root of you server with the...
View ArticleUsing postfix with SPF to avoid being flagged as spam
On thing important when you have you own linux box to host a web server is the ability to send email as many services are relying on this. Often mail server receiving these email will flag them as spam...
View Article