
Search In
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
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
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
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
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


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