
Search In
In order to promote a mobile application there are various strategies & goals that need to be implemented, so that the targeted audience know the existence of your mobile application along with its
Annotations are little images(pins by default) that are to used to mark a point of interest in a map. But occasionally the programmer might need to use custom views or images instead of boring pins. This can be easily achieved by creating a image vie
CSS offers you a variety of ways to specify the color you want for an element, such as: font color, borders, backgrounds etc. Plus with CSS3 you can also specify an opacity level for your colors, when using the RGBA or HSLA color format, more on this
IPv4 Reserved Addresses
There are some IPV4 address that can be used in the internet. These are special address and meant for the special purpose.
Private IP Addresses
The IP address have thre
Here is another example of flexbox layout making Navigation bar responsive along the different sizes of the screen.
HTML CODE:
<ul class="navigation">
<li><a href="#">Home</a></li>
<li><a href="#">Abou
Two dimensional array is a form of matrix in which users can have rows and columns as per need. We can think of table in which x no.of rows and y no.of columns are available.
Syntax:
int item = a[i,j]
This is a two dimensional array wh
Fixed error "reason: error:111 Connection refused OR exception: connect failed" issue during mongoDB restart service in ubuntu 16.04
I got the problem like below during start the Mongo DB service after it's installation.
Problem:
ro
If you want to create progress bars using only css3, you can see here how to make it.
HTML Base
The bar in which the progress will be shown can be taken as a <div> with some class named outer. Inside this outer you can take a span in which the
I am currently trying out pyadaaah - which works quite fine - until I try to use own classes in a vardef line. I then get the error message:
Fatal error in VarDef.__init__: Fatal error in VarDef.__processTypeSection: evaluating type section 'cla
Hello readers,
This tutorial is simply an example of css3 loader using css3 and html5.
There is no rocket science used in this tutorial it is very simple if yo need such animation loader without using any image, just follow the code below.
CSS
/**
