Monthly Archives: January 2012

Solution to ‘Unable to process payment’ Paypal Standard Error in Magento

The newest version of Magento in some cases has a problem working correctly with PayPal Standard payment option. After completing the checkout fields and clicking the buttons to process payment via PayPal, you can experience the error message ‘Unable to process payment.’ There is a trick to solve this issue. The error message looks like

Continue Reading →

Your Interview with the President

On Tuesday, January 24 President Obama will speak in his annual State of the Union address. Interesting thing is going on YouTube (http://www.youtube.com/whitehouse) where you can ask President Obama the questions that are on your mind. He’ll answer several of top-voted questions. By submitting your question, you can win an invite to join a Google+

Continue Reading →

What is Website Wireframe

A website wireframe is a visual guide that shows a website’s framework. You may have also heard it called a page schematic or screen blueprint. By giving the website’s content layout, a wireframe gives the reader a skeletal framework of interface elements and navigational systems, as well as how these work together. What the wireframe

Continue Reading →

Connecting to External Database in WordPress

This is possible to use the wpdb object to access any external database and query any table within your WordPress installation. You can even use all the wpdb classes and functions such as get_results. Example: $my_external_db = new wpdb(‘username’,’password’,’database’,’localhost’); $rows = $mydb->get_results(“SELECT * from MYTABLE “); foreach ($rows as $result) : echo $ result ->Title;

Continue Reading →

SSL Certificate 101

Does your small business take in private information such as contact information or payment that needs to be secure? If so, you are in need of SSL on your small business website. SSL is an acronym for Secure Sockets Layer, an encryption technology originally created by Netscape. SSL creates an encrypted connection between your web

Continue Reading →

WHMCS (Curl Error) couldn’t connect to host – code: 7

We have recently faced an issue with setting up an additional server for WHMCS. We have servers from wiredtree (those buys are amazing, outstanding support!), but nobody could help us. Also, if you google this problem there are not really any good advice about this issue. After 12h of testing many options and searching for

Continue Reading →

WordPress for small business websites

WordPress is touted the best web platform for small business websites. Here are a few reasons why. Ease of use WordPress is designed to be effortless, especially for those with the most basic computing abilities. If you can operate MS Word, you have enough skills to utilize WordPress. From the moment it is set up,

Continue Reading →

About The Author

Archives