What is bubble.io? Bubble was founded in 2012. It’s a nocode / no-code / visual development application that allows non-technical creators to build web and mobile applications without writing traditional code also referred to as programming. Source – According to quikStarts At a higher level, Bubble is a tool that empowers creators to build software… Continue reading Bubble.io’s real power is in the database and API functions
Category: programming
Learn Javascript
Objective: To teach Javascript using code snippets with explanations for practical use. There will be random consistent updates made. I will try to answer questions in the comments section. Note: These are not theory based lessons. They are being shared for those that learn by looking at practical detailed samples, then doing. How to use… Continue reading Learn Javascript
How to move Cornerstone repositories to another computer
I created this post because I use Cornerstone by Zennaware for version control and have several repositories and recently needed to upgrade from one Mac to a newer Mac. I found a good post that got me started @ http://www.gigoblog.com/2014/05/19/move-cornerstone-svn-client-settings-and-data-to-new-computer/ . However, there are two important things that I did not find in the article that… Continue reading How to move Cornerstone repositories to another computer
Upload your WordPress Plugin to GitHub with cornerstone 2
Objective: To Upload a WordPress plugin being developed locally to Github.com to be shared with other interested parties.
Move WordPress from a subdirectory to the root
The quickest way that I am aware of to move a WordPress installation from a subdirectory, e.g. From http://www.wpinstall.com/sub to http://www.wpinstall.com, is as follows: 1. Visit the WordPress admin area, click the “Settings” item on the menu, then select “General”.