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

Search In

How to create users in login form in OpenERp

In OpenERP first create the users and then users is retrieve an active resource of model res_users with the specified login. When users login in web page then verify all the rights and authentication. If users rights and authentication both is fine t

How to make forgot password in codeigniter

Hello Reader's if you are new to codeigniter framework and want to make the forgot password module in it then in this blog you can learn how do this. Now lets start building this:- As the developer point of view every step is to be consider

PHP error after updating my php version to 5.4.0-3

Hello I'm get a strange PHP error after updating my php version to 5.4.0-3. I have this array: Array (     [host] => 127.0.0.1     [port] => 11211 ) When I try to access it like this I get strange warnings  print $memcachedConfig

Export Into Excel in Rails

Export Data into Excel in Rails Hi friends, In my previous blog Import From Excel in Rails. I showed you how can we read excel records from excel sheet and store it into DB in rails. In this we will see how we can download the list in excel format. F

Set in C++

Little introduction of Associative containers In the era of computing, Associative containers refer to a group of class templates in the standard library of the C++ programming language that implement ordered associative arrays.The following contai

Gamentio - 3D Social Casino Games

Hello everyone, The proud dream of Logic Simplified, i.e. Gamentio: The first Multiplayer 3D Social Casino Game Portal for Web and Mobile is running a c

Get the title and meta tags from a url in php

To get the title and meta tags from a website you can use the following code : <html> <head> </head> <body> <?php function getTitle($Url){ $str = file&#95;get&#95;contents($Url); if(strlen($str)>

jQuery detach( ) method

This method is used to remove the selected elements( i.e all text and child nodes as well ). If we want to reinsert that removed elements , we can do that easily because it keeps a copy of the removed elements. Syntax : $(selector).detach() HTML

How to use append()event in Jquery ?

Hi Reader's,   Welcome to FindNerd, today we are going to discuss how to use append()event in Jquery. Basically append() method is used for inserting specified content at the end of the selected elements hence we can say that this method a

Session in php

Session is used in php to store information with the help of session variable. By creating session we can use that information across multiple pages. When we create an application we write the code, do some changes and then we close it our syste

1 398 423
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: