Running WordPress on Google App Engine

Did you know that you can now host your WordPress site on the Google Cloud Platform, you have several options on how you can setup a WordPress site on the Google Cloud Platform.
Did you know that you can now host your WordPress site on the Google Cloud Platform, you have several options on how you can setup a WordPress site on the Google Cloud Platform.
Get users hooked on your mobile app You have developed your mobile app that uses your WordPress site as the source of your content that is feed to your mobile app, what are you plans… continue reading »
We at ThunderBear Design have spent a great deal of time working and tinkering with WordPress sites, anything from setting a WordPress site to speed up a WordPress site. We love our WordPress sites and our customers… continue reading »
How to merge two MySql tables that have the same structure and were the primary keys of the two tables will clash. One option is: INSERT IGNORE INTO table_1 SELECT * FROM table_2; which… continue reading »
Here is a handy sql statement for removing a trailing ‘/’ in the column url [callout_box] UPDATE websites SET url = LEFT(url, LENGTH(url) – 1) WHERE RIGHT(url, 1) = ‘/’ [/callout_box]
Want to use Google’s Visualization GEO API with CodeIgniter, her To simply put it they wanted to: The controller The model The view Pass it to Google’s Visualization into a data table Create a map based on… continue reading »
To complete your PaaS setup, you would need to add a CDN and DNS hosting to complete your setup. The company that can help you with CDN and to manage your DNS are CloudFlare. CloudFlare… continue reading »
In 2007, Gartner reported that the IT industry was responsible for approximately 2% of global green house gas emissions– equivalent to the aviation industry at the time. Since then the number of data centers worldwide… continue reading »
Cloud computing is the use of computing resources (hardware and software) that are delivered as a service over a network (typically the Internet). The name comes from the use of a cloud-shaped symbol as an abstraction for the complex infrastructure it contains… continue reading »
WEB 2.0 Design Standards Over the last few years we have seen the control in website development shift from programmers to graphic designers. This was a necessary step in the evolution of the industry simply… continue reading »