Web, ecommerce & Android app development for Didcot

Why choose New Media Aid?
We develop complex web apps, Android apps and ecommerce websites and have provided low cost, bespoke app development services since the year 2000 - only 48 miles from Didcot, Oxfordshire. The development cost of a bespoke Android app, web app or ecommerce website for organisations in Oxfordshire will usually be between £2,000 and £5,000.

We develop bespoke, responsive, mobile-friendly web apps and e-commerce websites as well as cutting-edge Android apps for organisations ranging from multi-national blue chip organisations to SMEs in Didcot, Oxfordshire.

We keep abreast of all the latest trends and technologies in web app development, ecommerce website design and bespoke Android app development to make sure we offer the most advanced, secure and robust application solutions for our clients in Didcot, Oxfordshire.

Useless fact
As well as being the distance in miles from Didcot to our app development office in Hitchin, 48 is also the limit in kHz (kilohertz) above which an audio sample rate in an Android app will result in decreased quality because a resampler must be used to play back the file. As of Android 5.0 (Lollipop), the audio resamplers are now entirely based on FIR filters derived from a Kaiser windowed-sinc function. We can make our bespoke Android apps sing for you! (Audio sampling in Android).


Useful web app developers term of the day: HTML colours

HTML uses the American spelling of colour, color. HTML colors are used to define the colors of the text, backgrounds, borders, and other elements of an HTML document. Colors in HTML can be specified using different methods:

  1. Color Names: HTML defines a set of predefined color names that can be used to specify colors. For example, "red", "green", "blue", "black", etc.

  2. Hexadecimal Notation: Colors can also be specified using hexadecimal values, which consist of a hash (#) followed by a six-digit code representing the amount of red, green, and blue in the color. For example, #FF0000 is pure red, #00FF00 is pure green, and #0000FF is pure blue.

  3. RGB Notation: Colors can be specified using the RGB (Red, Green, Blue) color model, which uses three values between 0 and 255 to represent the amount of red, green, and blue in the color. For example, #ff0000 is pure red, #00ff00 is pure green, and #0000ff is pure blue.

  4. RGBA Notation: RGBA is similar to RGB, but with an additional parameter for transparency (alpha), which is represented as a value between 0 (fully transparent) and 1 (fully opaque). For example, rgba(255,0,0,0.5) is a semi-transparent red color.

Here's an example of how to use color in HTML:

html
<p style="color: red">This text is red</p> <div style="background-color: #00FF00">This div has a green background</div> <span style="border: 1px solid #0000ff">This span has a blue border</span>

In this example, we use the style attribute to set the color, background-color, and border properties using the different color notation methods.


In HTML, colors can be specified using color names, hexadecimal values, or RGB values.

  1. Color names: HTML has a set of predefined color names that can be used in the "color" attribute of HTML tags. For example, "red", "blue", "green", "yellow", "white", "black", etc.

  2. Hexadecimal values: Colors can also be specified using hexadecimal values. A hexadecimal value is a six-digit code that represents the amount of red, green, and blue in a color. The code begins with a hash (#) followed by six digits. Each pair of digits represents the intensity of red, green, and blue respectively. For example, #FF0000 represents pure red, #00FF00 represents pure green, and #0000FF represents pure blue.

  3. RGB values: RGB stands for Red, Green, Blue. RGB values are another way to specify colors in HTML. The values are written in the format rgb(red, green, blue), where red, green, and blue are integers between 0 and 255 that represent the amount of red, green, and blue in the color respectively. For example, #ff0000 represents pure red, #00ff00 represents pure green, and #0000ff represents pure blue.

There are also other color models available, such as HSL (Hue, Saturation, Lightness) and HSV (Hue, Saturation, Value), that can be used to specify colors in HTML.

We are only 48 miles from Didcot
ab@newma.co.uk