
Search In
Coming up with a title is an art. Of course, it does not need a graduation course but you have to be the Leonardo Da Vinci of blogging for it or at least close to him. Why him only?
Because you have to consider the fact that why BuzzFeed or
Employee monitoring includes the processes of monitoring, collecting information about, and keeping tabs on the activities of employee at the workplace. It plays an important role in improving productivity and optimizing business capabilities. In thi
Do you require customers for your business?
It is no big deal, if you‘re a brand. But, a startup should ground up from scratch. It’s a big challenge because online marketing is no more effective as it used to be. It doesn’t
IntroductionIn today's highly competitive business landscape, the key to success lies in optimizing business performance through efficient management and marketing strategies. By harnessing the power of streamlined processes, strategic pl
In the modern era, digital marketing strategies play a big role in making customers aware about products on offer and services they can avail from you. Always remember, marketing can go against your business if not done in a pragmatic manner to win t
The transition from OpenERP 7 to Odoo (OpenERP 8) visibly highlights power of the web. Odoo comes with more than 4,000 apps for sundry business needs and requisites.
There has been a worldwide acceptance for version 8.0 among its partners and users
A custom Directive helps us to control the rendering of the HTML inside an AngularJS application. It makes AngularJS responsive.
Here is a custom directive to check for password and confirm password validation:
angular.module('app')
.directi
SQL insert statement is used to insert the data in a table in database . Using this statement we can insert single or multiple data in a table .
We can insert the data by two ways :
1) By SQL insert into statement : we can insert data either by colum
If you are working on a Google chart and need some jquery ajax requirement, then this blog is quite useful. I found this very powerful and simple to implement. Find the link at the end of details:
Google Charts with Jquery Ajax
If you are working f
How to bind a Dropdown without using Model in Asp.Net MVC
For Binding the Dropdown without using Model, we have to follow the following steps:-
Step1: Firstly in the Controller create an instance of List<selectlistitem> and add items to it.
