
Search In
In openerp register the given presence of the current user, and trigger a im_status change if necessary. The status will not be written or sent if not necessary and param user_presence : True, if the user (self._uid) is still detected using its brows
Here is a simple program code to enter the form data to the database using php.
HTML Code:
<!DOCTYPE html>
<html>
<head>
<title>Form To Db</title>
<style type="text/css">
.container{width: 80%;text-align: le
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
Exceptions are the abnormal conditions which generated at the time any runtime error occurred.
To handle these exception is known as exception handling. The exception handling is done to maintain the normal flow of the program. In java there are diff
Generally in ASP.NET MVC we use the ViewData,ViewBag, and TempData objects for the purposes of moving data beween
views or from controller to views.In this post we compare them against each other higlighting there difference
and usage patterns.
Bo
While working with ADO.NET you need to understand the thing why SqlCommand is used.
We have two kind of operations related to database:
1 That will make changes in the database
Insert
Update
Delete
2 That will n
NPM's init command will scaffold out a valid json file for you project.
The commands for npm init are:-
mkdir myapis
cd myapis
npm init --yes
I have used --yes option with the above command, because I don't want to set author name, keywor
We can use Auth component in cakephp for authentication and authorization objects. Since it easy and secure way to do this.
Write following in your App controller
public $components = array(
'Auth' => array('loginAction' => a
Auto-boxing was introduced for removing the need to manually "box" primitives. It just happen automatically when and as needed.
Auto-boxing can be defined as getting a reference type out of a value type by type conversion, it can be either implicit
In Asp.Net applications with no MVC framework, user interacts with pages along with events of the page and the controls. In contrast with ASP.NET MVC applications, user interacts with controllers and action methods.
In Asp.Net MVC framework, w
