If there is one universal desire of all webmasters, web developers, and internet marketers, it is increasing conversions! What this means is simply "converting" a casual visitor into a paying customer, or at least a potential lead. In other words, turning strangers into real names and real business relationships, instead of just window shoppers!
That is what Web 2.0 and all cutting-edge business web design is truly about. Not only creating a good-looking and enjoyable user experience, but also...
Here at the Little Bizzy blog, our team plays a careful game of offering marketing and growth tips to small business owners, while still catering to the online marketing world and our peers in the web development industry. While some may find our musings to be covering too many bases, we like to see it as bridging the gap between freelancers and business owners!
The topic of HIPPOS in business development is the perfect example. For those unaware, HIPPO refers to "Highest Paid Person's Opinion"...
Little Bizzy has updated the license on its extremely popular "Tube" theme for the WordPress platform. The theme has now been released for FREE to the public based on a Creative Commons license and will no longer cost anything to use.
Due to an evermore competitive market in the WordPress themes community, and Little Bizzy's commitment to maintaining this high quality theme far into the future, the decision was made to no longer charge for the purchase of this product. The reasons are multiple,...
One of the most important methods you can implement as a business owner to increase your online visibility is joining well-respected business directories on the internet. Of course, the reputation and weight of various of online directories is constantly evolving, so it may be best to consult with local business marketing experts such as Little Bizzy before embarking on this effort alone. Nevertheless, our team has collected a rather reliable list of well reputed directories below as a starting point...
If industrious small business defines the creativity of the North American economy, then the internet is now its biggest catalyst of growth. Every day, thousands of small businesses compete on the same leveled "digital" playing field as multi-billion dollar corporations, competing for the same online visitors. While long-term SEO (search engine optimization) is definitely a valuable way to increase website traffic for certain keywords and phrases, the below tips are even more important for startups...
If there is one thing that uniquely defines the American economy, it is small business. From general contractors, to interior designers, to mom-and-pop highway diners, the American small business has always propelled the creativity and resourcefulness that have made the United States rise to such success in the ways of technology and national infrastructure.
Out of the nation's Fortune 500 companies, the number of large corporations that started out in suburban home garages or corner stores is...
Here is a quick video of how to setup a cronjob via the cPanel interface. httpv://www.youtube.com/watch?v=TBr47SVcymI
This requires going to the SQL tab in phpMyAdmin and running this query (without any quotation marks): alter table wp_icecream drop column flavor;
* Remove all the lines added to wp-config.php
define('WP_ALLOW_MULTISITE', true);
define( 'MULTISITE', true );
define( 'SUBDOMAIN_INSTALL', true );
$base = '/';
define( 'DOMAIN_CURRENT_SITE', 'www.littlebizzy.com' );
define( 'PATH_CURRENT_SITE', '/' );
define( 'SITE_ID_CURRENT_SITE', 1 );
define( 'BLOG_ID_CURRENT_SITE', 1 );
define('WPCOM_API_KEY','ee435bd35a14');
define( 'NOBLOGREDIRECT', 'http://www.littlebizzy.com' );
define( 'SUNRISE', 'on' );
* Revert back to older .htaccess file...
[Solution] “We Were Unable To Decrypt The Certificate Id” – PayPal
Posted on April 1, 2011
My Mum’s website uses PayPal for handling product orders, however after adding the PayPal “Add to Cart” code to a WordPress Post page I kept getting “We Were Unable To Decrypt The Certificate Id” error at PayPal.
It turns out after adding the code in HTML mode you need to go back to Visual mode and click Update/Publish.
Do this and the error goes away, people can happily...