What is "code"? Code is a general term used to describe a
language used to give instructions to a computer. There are
many different types of code used to build a website, HTML code is
used to define the content and / or display of your website.
Alongside html, CSS code is used to define the style of your
website.
Dynamic elements of your website, that occur on the clients
computer will likely be written using Javascript code, while
more important core functionaility will be written on the server,
using server side code. Our expertise lies in Microsoft
dotnet, we tend to use ASP.Net and C# to build our server side
code. This code interacts with any databases you might have,
and can help us to pretty much achieve any desired
functionality.