Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to Register the given presence of the current user in openerp

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

Code to fetch form data to database

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

How to send emails in VB.NET using multithreading?

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

Exception Handling In Java

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

Comparison of ViewData, ViewBag and TempData

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

Update using SqlCommand in ADO.NET

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

Start project with npm init - Node.js

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

Cakephp - Using Auth

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

What is Auto Boxing

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

Public Non-Action Methods

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

1 129 160
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: