
Search In

Website builders make it easy for anyone to build a website without having web development or graphic design skills. It allows you to create a website from the frontend, which pertains to what your users will be seeing, using simple functionality.
&
The advent of technology is storming into every walk of life. Digitization is gradually replacing hard work. After all, the mechanism of automation is in the upfront. It validates that looking for a career prospect in the technology world is what bra
In the below example I have created Floating Action Button Animations. Here I have added four FloatingActionButton, then in second step I have created button_open, button_close ,rotate_forward, rotate_backward xml layouts in a
In the below example I have created Circular Reveal Animation like chat app(Whatsapp). First I have created activity_main.xml layout, here I have added FrameLayout, all layout and attributes like LinearLayout, ImageButton, TextView, View are
Ever since the growth of the internet, the passwords to our social media accounts have acted like a key to our priceless data. In the present times with the emergence of new entertainment and work-based websites, almost every day, t
Regular expressions for Email Validation
In this post, we are going to elaborate, how can we implement Regular Expressions for email validation in JavaScript. There are many validation example and function are available, but we are
When you design software or web pages, you need to deal with a variety of formats and languages. And many programming languages and language frameworks are used to make your work efficient and responsive.
Most of the time, you must convert o
We can manage email sending by .py (python) code.
To send an email in OpenERP using python code you can use the below code.
import base64
import logging
from openerp import netsvc
from openerp.osv import osv, fields
from openerp.osv import fields
Hi,
Today we will discuss how to define our custom date format for md-datepicker in angularJS.
1. You will need to install moment.js from nuget packages
2. Add reference of moment.min.js
<script src="~/Scripts/moment.min.js"><
Hello All,
In this blog we will discuss whether MongoDB's $in clause guarantee order or not.
The $in operator selects the documents where the value of a field equals any value in the specified array. To specify an $in expression, use the following
