Archive | Website Design RSS feed for this section

Website Design Chesterfield

As a fun little experiment I’ve decided to make a HTML 5 “landing” site for local search terms. So along comes the Web Design Chesterfield web site. This website will focus on SEO Chesterfield, Ecommerce Chesterfield and Graphic Design Chesterfield. The idea is to really see the difference between using HTML 5 and HTML 4 [...]

Comments { 0 }

WordPress Error: Briefly unavailable for scheduled maintenance. Check back in a minute

Today I logged in to my blog and accidentally clicked the “Update” button, it did it’s jazz and I just left the page. I was then prompted by this error: Briefly unavailable for scheduled maintenance. Check back in a minute After waiting 5 minutes and realising that it wasn’t going back up I remote FTP’d [...]

Comments { 0 }

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 }