I am reposting this here mainly for my reference, but it should be helpful to anyone that is building apps with PhoneGap and needs to generate the required certificates to build their iOS app. References…. http://community.phonegap.com/nitobi/topics/ios_build_without_mac http://community.phonegap.com/nitobi/topics/detailed_guide_for_setting_up_building_ios_apps_without_a_mac Download and Install… Read more ›
The Magic Fields plugin is a great plugin for customizing Wordress. I prefer Magic Fields 1 as opposed to Magic Fields 2. However the is one flaw that tends to annoy people and make it difficult to repeatedly add new… Read more ›
One of the most common attacks on websites seems to be the creation of a malicious .htaccess file. This is normally accomplished by finding security vulnerabilities within the code running on your site. Usually a custom PHP file is uploaded that is then… Read more ›
If you are receiving a message similar to…
|
|
Jan 15 22:12:36 ip-10-0-0-133 postfix/postdrop[8301]: warning: mail_queue_enter: create file maildrop/939392.8301: Permission denied Jan 15 22:12:37 ip-10-0-0-133 postfix/postdrop[8302]: warning: mail_queue_enter: create file maildrop/8821.8302: Permission denied Jan 15 22:12:37 ip-10-0-0-133 postfix/postdrop[8303]: warning: mail_queue_enter: create file maildrop/14290.8303: Permission denied |
You probably have a permission issue with your Postfix installation. This is usually caused by a bad upgrade or maybe user error when moving or recovering mail folders. This can easily… Read more ›
I was recently asked to work on a WooCommerce based site. I was given the simple task of generating a text file that contained all the products within the WooCommerce store. I thought I would just be able to run… Read more ›
This is the proper way to load jQuery and all of the jQuery UI into your WordPress theme. This code should go in your theme functions.php file.