Setup IMAP Account in Microsoft Outlook 2010

Outlook 2010 is one of the most widely adopted email clients. You can setup IMAP Accounts in Microsoft Outlook 2010, including Gmail access from your Outlook interface in desktop. The IMAP integration...
0 comment

Lot of copy failed messages in Thunderbird

Recently I experimented a copy failed error message in Thunderbird every time I tried to send an email. Why? I am not sure, but seems people is having the same problem. At GetSatisfaction we can see that...
0 comment

Templates for Constant Contact

Creating Templates for Constant Contact or any other newsletter system requires some basic and advanced techniques in order to avoid mistakes when sending the newsletter to our mailing lists. We can refer...
0 comment

How to know if a request is AJAX or Not

Using PHP you can easily know if your request was using AJAX or not. I found this interesting article published on ElectricToolbox that explains how to determine if a Request is using AJAX or not in PHP....
0 comment

Optimize a location for Google Maps

Optimizing a location for Google Maps is really easy. Notice that not all the people or businessmen optimize their business for Google Maps. Something important you need to have in mind is that Google...
0 comment

Remove .SVN folders in Windows using a .BAT file

If you want to remove .svn folders from a directory in Windows, for example let’s say that you need to import an existing repository into a new repository and do some clean up, then you can even use...
0 comment

How to get the User IP in PHP

Get the IP in PHP using this simple valueÑ $ip=$_SERVER['REMOTE_ADDR']; If you want to test with your own host or localhost, then you can try Dame Mi IP, it’s a simple service that allows you to check...
0 comment

Show a Map in a Webpage

You can use Google Maps or Microsoft Maps to easily show a map in a webpage. In order to use Google Maps, first you’d need to signup for free to get the Google Map’s API Key. You can get it here.
0 comment

How to combine JS and CSS files to reduce the page loading time

Rakaz explains how to combine JS and CSS files to reduce the page loading time with this clever solution that involves: A few rules in .htaccess A cache directory A small PHP script By using this...
1 comment

Configure multiple outgoing SMTP servers in Thunderbird

This is something that I usually forget so I decided to post it here, probably would be helpful for someone else. If you want to configure multiple outgoing server settings in Thunderbird then you need...
0 comment