|
|
Google Chrome: Log Message To Chrome ConsoleDon't use javascript alerts and freak out your clients. Use Google Chrome's console to log run time messages. Here is the simple javascript method: javascript: console.log('hello world');This provides an unobtrusive way to understand what your javascript script is producing while your clients or audience is looking at your site. |
|
|
Facebook Connect Help: cURL Error 77 Problem with reading the SSL CA certLOS ANGELES, Calif. — If you are starting out with Facebook Connect and playing with the Facebook PHP SDK, you may run into a cURL error that has an error code of 77. If this is the case you may need to install the ca-certificates package to your Ubuntu installation. Here is the command line code to use: sudo apt-get install ca-certificatesFacebook Connect Projects can really help your marketing efforts. Contact Focal55 Designer Development to create your Facebook Connect Project. |
|
|
Vertical Response Tutorial: Auto Submit Contact InformationLOS ANGELES, Calif. Need mailing list collection? The following tutorial will show you how to integrate your existing form with vertical response so that you can auto post contact information into your mailing list. We hate asking users to fill out multiple forms and when we are lucky enough to get a complete form filled out we maximize it. With some good old PHP cURL magic we can accomplish this easily. This tutorial assumes you are working with PHP and that cURL works on your server. It also assumes you already have a form and it posts to a PHP script. |

