
Search In
In this tutorial we will going to discuss about CSS3 Loader. Loader are useful to show in website when there is no content visible for long time while the content is loading. For making loader i have used CSS3 properties and used different colors. I
As I'm not familiarized with VB.NET I am requesting help for my last school project this year.
So I have a ListView with many emails and want to send a certain message to those emails but using multithreading because If don
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
Do you have lots of data of an employee and you want to filter it without using database query then you can use predicates that also provides you queries on beans or model class.
Basically predicates comes from predicate function that returns true o
In the recent years, social media websites have made a tremendous growth in the market. Some of them have become tech giants in relatively short period of time than others in the silicon valley. For example, Facebook, WhatsApp, Google+, LinkedIn, Pin
In OpenERP first create custom module and inherits the Scanner object in your own module and pass all the barcode fields and map it to the object.
Then this barcode will start a loop that catches all keyboard events in Odoo. And by using the parse
In OpenERP first, install the account module and then create the own module and relate it to the fields payment term in account module.
Follow these steps given below:
Step1- First create add_penalty.py file in your own module and pass this file in
Today we learn how to open a full screen popup with animation effects :
HTML Code :
<!Doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" conten
Welcome to FindNerd. We are going to discuss the Email configurations in CakePHP 3. Every framework or CMS includes different functions and configurations for email management. CakePHP uses Email class inside Cake\Mailer. By using this class Email, y
Use of Super Keyword and Mixins In Ruby
Super Keyword
Ruby gives us with a built-in function called super that allows us to call methods which are present in its super class.
The use of inheritance is to make the overridden methods in a subc
