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

Search In

asnrm eyhri for 97% doyhej5

Known for fair-weather songs like "Kokomo," "California Girls" and "Surfin' USA," the group is also responsible for the 1963 yuletide jaunt that is "Little Saint Nick." Original members Mike Love co-writer of the Santa song, with Brian Wilson and Bru

routing in codeingiter

Hello Reader's,  If you are working on CodeIgniter Project and want to customize the pages URLs. Codeigniter offers you to do this by using it Routing function. The Routing the is method for hiding the controller and model functions from yo

How to implode multi-dimensional array keys using PHP v5.5

Hello Readers, If you want to implode the array keys from multi-dimensional array then now PHP 5.5 offers you much easier way to do this. Lets see the example as below:- Array ( [0] => Array ( [studenID] => 54874

How to use transaction_fields in OpenERP(Odoo)?

If you want to use transaction_fields in OpenERP(Odoo) follow the below mentioned code and paste it in your model.py file: - def name_get(self, cr, user, ids, context={}): if not len(ids): return [] res = [] for r in self.read(cr, user, ids, [’name

How to use name_get method in OpenERP(Odoo)?

If you want to use name_get method in OpenERP(Odoo) follow the below mentioned code and paste it in your model.py file: def name_get(self, cr, user, ids, context={}): if not len(ids): return [] res = [] for r in self.read(cr, user, ids, [’name’,’zip

Where should we use IEnumerable vs IQueryable in LINQ

Both IEnumerable and IQueryable are used for data manipulation in LINQ. As IQueryable interface derived from IEnumerable interface so that whatever IEnumerable can do, IQueryable can also do.   IQueryable interface is used where collection is

Search records using angularJS with nodeJS

Welcome to Findnerd. Today we are going to build an application for searching the records. As we all know that we have written many blogs on angularJS as well as nodeJS. We want to recommend you to check these blogs for clear idea of these two framew

UNION CLAUSE IN SQL

UNION CLAUSE The union operator in sql is used to combined two different queries into a singel table. For eg:-we have one table which have information about employee, also have another table that have information about their department, and their is

How to list the visitor to your website using PHP

Hello Reader's if you want to know the users which are accessing your website then you can get them by their IP. Lets see the example as below:- Try this simple PHP function. <?php function ip_info($ip = NULL, $purpose = "location", $deep_detec

How to retrieve data from multiple select box in Slim framework

Retrieve data from multiple select box in Slim framework Hello friends, welcome to findnerd. Today I am going to tell you how to fetch data in array from multiple select box in Slim framework. Follow the steps below:   Step 1: Lets begin by m

1 5 19
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: