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

Search In

How to use New ids in Odoo ?

In new ids context all work is done in the cache. And after that check all function and ids in python file, and creating a record in a model with computed fields, the records of the recordset will be in memory only. At that time the id 

How to use api.onchange in Odoo ?

All the work and tasks are done in the cache in on_change context. Therefore so you dont need to be worried for altering database as the recordSet will be able to altred inside your function. That’s the main difference with @api.depends. For e

How to make custom session timeout in php

Hello Reader's!, If you want to make the custom php session which will destroy automatic then you can use the code as below:- session_start(); // ready to go! $now = time(); if (isset($_SESSION['discard_after']) && $now > $_SESSION['disc

How to dynamic generate password in PHP

Hello Reader's If you want to genrate password in PHP then you can use the code as below:- you just have to try this, use strlen instead of count, because count on a string is always 1:- function randomPassword() { $alphabet = 'abcdefghijklmnop

How to disable layout in Zend Framework

Hello Friends, Some time we need to disable layout of our page. No layout mean no header, no footer, no left bar, no right bar. You want to display the main page content part like if you are using AJAX at that time you need to disable layout for thi

How to make border with round radius for all the images in website

Hello Reader's you want to make the edges with border and round in shape for all the images in you website then you just need to put CSS3 to update as below:- border:solid 5px #000000; -moz-border-radius: 32px; -webkit-border-radius: 32px; border-ra

How to validate IP Address using PHP Filter Extension

Hello readers, In this blog I will guide you "To validate IP Address using PHP Filter Extension". The below code validate your IP Address is valid or not using filter_var() function. <?php $ipAddress = "107.20.120.5"; if (!filter_var(

How to update record in Codelgniter

Hello Friends If you are looking to update records in Codelgniter. Please follow the code for the same: // Define the array with your db attribute as key and your updated data as value $data = array( 'country_name' => $countryName,

C Structure

Im a Network Admin and start Learning Programming,I start with C and reading a book. anyone can help answer and explain to me how to come up with it. 1.Write a structure that is to be used with a binary tree. The structure is to hold title name and

How to redirect url from / slash to without slash / : 301 Redirect

Url with and without / (slash) Url ending with " / " slash and without " / " slash for example http://findnerd.com/ and http://findnerd.com Now the question is does Google take and treats both the urls a

1 296 408
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: