Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to Market Your Mobile Application

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

Adding custom annotations to a map

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 Color Values

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

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

  • 1.76k
Flexbox layout for Header Navigation

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 in c#

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

"reason:errno:111 Connection refused OR exception:connect failed" on mongoDB restart in ubuntu 16.04

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

Creating Stylish CSS3 Progress bars

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

Using own Python classes with the runtime type and range checking feature of the library Pyadaaah

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

Creative Loader Animation using css3

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 /**

1 16 76
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: