About Adam

Author Archive | Adam

WordPress Fix: An Unexpected HTTP Error occurred during the API request.

“An Unexpected HTTP Error occurred during the API request.” is a common issue, when searching for a plugin or even installing a plugin, this is how you fix it! Login to your FTP server Go to wp-includes and edit class-http.php Find: ‘timeout’ => apply_filters( ‘http_request_timeout’, 5), Change the value “5” to “30”, the value is [...]

Comments { 0 }

The Need for a Secure Input Field

It’s rather terrible that the web seemingly has no SECURE input field, by this I mean where the fields contents are not remembered by any browser. An idea: <input type=”secure”> And please, no retard browser specific calls. PayPal for example, I only have to put my card details in again whenever I clear my internet [...]

Comments { 0 }

Dreamweaver CS5 Long “Waiting for server” on uploads

Just recently on CS5 I’ve noticed how annoyingly long it takes to upload to the server, sometimes 30seconds pause before putting files up onto the web server. There seems to be a really easy solution. Goto servers > Advanced > Testing Server : Server Model: {SELECT YOUR MODEL} For me this is PHP MYSQL I [...]

Comments { 4 }

How to: Custom reCaptcha captcha with Gravity Forms

Recently I’ve been struggling with using reCaptcha with Gravity forms, mainly in regards to using the sidebar and the captcha, gravityforms only as default allows you to use the standard reCaptcha themes, this is a short but sweet “How to” to be able to totally customise the reCatcha appearance with Gravity Forms. Find form_detail.php Goto [...]

Comments { 5 }