Skip to main content Screen Reader Website Version

Learning how to code?

We get questions all the time about how we started doing all this. Where did we learn to code? How on earth does any of that make sense? Some people are interested in learning for themselves. It’s easy to get started, especially in this day and age. Back when we started you had to read books and follow tedious program outlines and procedures. It took a long time and things moved slowly. Now there are thousands of tutorials available at places like Youtube and there are hundreds of websites dedicated to teaching you how to code.

Gainesville web design company flordia

It’s really not all that difficult. Once you learn how the language operates, the rest just falls into place. Large systems are simply a group of smaller systems – complex is just a whole bunch of simple – if that makes sense.

Learning to code is frustrating at first but very rewarding. Look to invest several years before you can call yourself a “master”  but most people pick it up after their first year or so and are comfortable in most situations. The bigger question is: what language do you want to code in?

There are quite a few.

We prefer PHP – it’s robust, popular and here for the long haul.

Perl and Python fun and a little different.

Ruby and Ruby on Rails is powerful and intuitive.

If you’re looking to code iphone and Android apps then you’ll need a Java background for Android and XCode for iphone (based on something called objective-c)

Of course websites are coded in HTML and CSS, but those aren’t really programming languages.

There’s a lot more out there so find what works for you and just jump in. It will be confusing at first but being self taught is easier than you think.

More Web Design Blog Content

The Importance of a Professional Website for Gainesville Businesses

Gainesville is a vibrant community known for its strong local economy, driven by a mix of education, healthcare, and a growing number of small businesses. As a business owner in this dynamic environment, establishing a solid online presence is no longer optional—it’s essential. One of the most critical

Review: PHP Live Chat ★★★★

4 Stars for this chat system from GNTStudio. It’s quite useful and very easy to install. We’re actually planning to use it on our own website we like it so much. They lose one star because we had to modify a bit too much to get things to

What’s New: Livewire Seminars

Want to become your own SEO specialist? Need to know how to put your site on page 1 but don’t have the capital to invest hundreds to thousands of dollars in optimization? We can help! Our Search Engine Optimization Seminars will teach you how to become your own

PHP Is Still King

Hypertext Preprocessor (PHP) is a popular server-side scripting language for building websites. Around 70% of all websites online today use PHP, a computer language that was created in 1994 by Rasmus Lerdorf. Since it is available for everyone to use and alter, PHP is known as an open-source

Case Study: Rose Petals Nursery

Rose Petals Nursery is a website that we have been involved with for some time. We love the site and we love Cydney, who runs everything. Our Gainesville Website Design team create the website and we do all of the optimization. As you can see below, the site

WP: Adding a HTML5 Search Form

A simple script from your local Gainesville Web Designer. [code scroll=”false” language=”htmml”] <form role=”search” method=”get” class=”search-form” action=”<?php echo home_url( ‘/’ ); ?>”> <label> <span class=”screen-reader-text”><?php echo _x( ‘Search for:’, ‘label’ ) ?></span> <input type=”search” class=”search-field” placeholder=”<?php echo esc_attr_x( ‘Search …’, ‘placeholder’ ) ?>” value=”<?php echo get_search_query() ?>” name=”s” title=”<?php echo esc_attr_x( ‘Search