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

Search In

Address Classes in Networking

  An IP address  i s a unique identifier for the nodes in the network. It is like an entity for every terminal or node that is connected to the network.   It is a combination of 32 bit in which 4 decimal values , each one represent

Introduction to JCanvas

JCanvas: As we know that canvas is used to draw graphics with the help of javascript. In this there are certain properties to draw a line, circle, box, etc but canvas does not support event handlers. JCanvas is a javascript library which is writ

Cookies in JavaScript

What are Cookies? Cookies are stored in small text files, on your computer i.e., cookies are the data. To create a cookie in javascript let us look at the code below : document.cookie="username= Ramesh"; whenever a browser request a server

How to apply ir_rules by filtering out in Odoo?

If you want to apply ir_rules by filtering out follow the following code . rows = self.env.cr.dictfetchall() ids = [x['account_id'] for x in rows] allowed_ids = set(self.env['account.account'].browse(ids).ids) rows = [row f

Qimage Component

In CakePhp we have a component called Quick Image Component or simply Qimage for uploading and manipulating images.   Some of common methods that are used : copy: to copy the uploaded images. resize: to resize an image. crop: to crop an i

How to install MySQL workbench ubuntu 14.04?

Install MySQL workbench ubuntu 14.04 Hello friends, today I am going to tell you how to install MySQL workbench on Ubuntu 14.04 LTS. Follow the steps below: Go to  http://dev.mysql.com/downloads/workbench/       Now downlo

Chapter 2: What is Angular Js and Directives with example

Angularjs is a javascript library which is perfect for single page application(SAPs). Angularjs is nothing just a javascript library which extends HTML with new markups. Single page application are those web application which will load a single web p

Angularjs Scope

In AngularJS, Scope is a javascript object by which we can join our controller with the views. In scope we will contain model data which we can access by using $scope object. The use of $scope is easily explained by the simple example. Example: &l

Cordova - Social Sharing Plugin

Hi All, In this post we will discuss about Cordova social sharing plugin. Now adding social media in your app become easy with this plugin.You can share text, images or a Url via this plugin. About this plugin: This plugin use native sharing win

How to encrypt password using SHA algorithm ?

Create a strong encrypted password in Java : In almost every application we need to create a strong encrypted password. There are many encryption algorithems to create password. It is good approach to have a strong salt and on the basis of that salt

1 122 217
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: