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

Search In

Implementing captcha in cakephp

Captcha is a test which can't be pass by computer but it is very easy for the humans to pass it. For implementing captcha in cakephp we have to follow simple steps. Step1:- First we have download captcha package from https://github.com/ini

Directives in .NET

ASP.NET directives are the instructions to specify what needs to include and what needs to be executed.   These settings describe how web forms or user controls are processed by the .NET framework.   <%@ directive_name attribute=va

Web RTC : Strongest Api of HTML5

HTML 5 is rocking everywhere on the web.The key behind the HTML5 success is the set of powerfull api it provides. These html5 api make a web app server independent in many ways.Such an api or a set of api is webrtc. Web rtc is most powerfull thing ht

RegularExpressionValidator control in asp.net

RegularExpressionValidator is very useful and powerful validation control in asp.net We can check the value of an associated input control that matches the pattern specified by a regular expression or not. The Property which is specific to RegularExp

One2One fields in Odoo-9

There is one field that since v6 and above was deleted and no longer used, ie one2one relations field. If we tried to make it in v6 the error will definitely occurs. OpenERP provides a solution 'combine' to the field many2one but here there is little

Sequence in SQL

Sequences in SQL are used to create the auto generated values which are normally integers that follows a sequence.       CREATE SEQUENCE [schema.]sequence_name [ AS datatype ] [ START WITH value ] [ INCREMENT BY value ]

  • 226
How to given presence of the current user in OpenERP

In OpenERP first we create users and then validate to the trigger. Users register then status will not be sent if not necessary. In usres form type is user_presence. Use this function show in given below def updates(self, user_presence=True):

How to function called by the js in OpenERP

In OpenERP first we will create the function and then create js file.  After this the no Google doc were associated with a record, with the aim to create one then no config is associated with the res_model, and hence it will result a blank text

Solution of exception: This row already belongs to another table

When you try to read row from one table and add to another table, if you get the exception i.e. ""This row already belongs to another table". For example: DataTable dtRead = new DataTable(); DataTable dtWrite = new DataTable(); fore

Assigning default values in MVC controller action

While working and making projects in MVC we sometimes needs to give default values to the parameters passed for the default invocation purpose otherwise it will through an error.     So its better to give it default value so your applica

1 143 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: