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

Search In

IPSec in Networking

IPSec stands for  IPSecurity. It provides security services at the IP layer for other TCP/IP protocols and applications to use.   What this means is that IPSec provides the tools that devices on a TCP/IP network need in order to communica

A simple function returning UIColor from HexaColor String in swift

Here are step-by-step guide to obtain UIColor: 1- Firstly you need to do is to remove all spaces and new line character sets from the string and then covert the string to UPPER Case example AABBCC. var cString:String = hexColorString.stringByTrimm

How to integrate Google Place Autocomplete?

How to integrate Google Places Autocomplete in Javascript? Places Autocomplete is the web service provided by google. It returns place predictions in response to an HTTP request. Running example can be seen here: http://www.geocodezip.com/v3_SO

How to disable select box if no option is set using Jquery

Hello Reader's if you have desing the html web form where you want to put the select box dissable if no option is selected. So let's start with the html form and its code will go like this:- <form name="sell" id="sell" method="post" act

How to set the expected payment date in Odoo?

If you want to set the expected payment data in Odoo follow the following code : if vals.get('expected_pay_date') and self.invoice_id: msg = _('New expected payment date: ') + vals['expected_pay_date'] + '.\n' + vals.get('internal_note'

Centering element Vertically and Horizontally using Flexbox

Now this is the issue that we were facing form a long time. To align an element center horizontally we have been using margin: 0 auto and to align an element center vertically is even more difficult. But with the use of flexbox it is very easy. Now

Flexbox layout example

In the previous post i have shown how you can make element align horizontally and vertically using flaxbox layout. In this post i will show you an simple example of html responsive page using flexbox. Html Code: <div class="wrapper"> <

Optimistic control for concurrency in ADO.NET

When we are working on a shared database multiple users will made changes to it simultaneously. So in that case when any update is being performed by one person does not gets reflect to the other person using the same table.   So mainly the p

5 Tips to Become a Successful Social Entrepreneur

The desire to change world can be tempting to the extent that you want to do it yourself. A social enterprise is one such way you can launch a startup business to fulfilling your mission of serving people. Every year, a number of social entrepreneurs

javascript:How to remove element of an array

Hii, This post is in the continuation  with my previous post in which i had discussed about  inserting mutliple values in  an array using different method as per requirements and in this post i will discuss about removing element of a

1 194 342
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: