Search
-
Popular Posts
-
-
Recent Posts
Follow for New Updates
Tags
analytics api apple blog browser chrome chromium Design dropbox email extension facebook firefox google greasemonkey hack ipad javascript jQuery jquery ui keyboard linux logo mac Marketing news osx php portfolio prius project quicksilver scam search SEO shortcuts social spam ssl twitter unix ux video windows wordpress
Tag Archives: wamp
cURL via SSL return http_code 0 (WAMP)
I was having some trouble on a WAMP installation when trying to cURL an encrypted site over port 443. The cURL response was not helpful at all, it was as follows: [url] => https://encrypted.google.com/ [content_type] => text/plain;charset=utf-8 [http_code] => 200 … Continue reading
Good Practices in PHP
Here are a few tips for those of you who’d like to write good code in PHP: Set up a Development Server Set up a development server or sandbox. Don’t write, test, or develop code on a production server. If … Continue reading