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

Search In

What is method to read data from CSV file

Hi Reader's,   Welcome to FindNerd, today we are going to discuss What is method to read data from CSV file ? If you want to read your data from "CSV" file in php then you should use fgetcsv() function, which is used to read data

CSV upload using nodeJS.

Node.js is the server side scripting language. In this blog, I am explaining how I will upload the CSV file using Node.Js. Here is the step by step implementation of CSV upload. Step 1: In the first step, we will create a view page where we upload

How to make security system in OpenERP/Odoo?

If you want to make security system in OpenERP(Odoo) follow the below mentioned code and paste it in your ir.model.access.csv file: "id","name","model_id:id","group_id:id","perm_read","perm_write","perm_create","perm_unlink" "access_idea_idea","id

redirect http to https in Zend Framework?

For redirecting http to https, please follow the below steps :- First - Please Open .htaccess file from /public OR /public_html. Second - Add below code in opened .htaccess at the top. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule ^(.*)$ h

“No Selection” in interface builder

With Xcode4.0 and onward(including XCode7.x) we occasionally come across an issue in interface builder which happens while working. The Attribute inspector in Interface builder says “No Selection” although you’ve object/element se

How to extended the Address in OpenERP(Odoo)?

To extended the Address first we have to go in .py file (Python file) After that we have to decide where we want extended the Address and then write start to end python code to that field. Use below .py code in python file: In below example, I have

How to Install DebugKit on CakePHP

Hello Nerds! If you are going to develop a new project in cakephp then you might need Debugkit for that, and its really a lifesaving tool for rapid developments. You can install DebugKit using doing the following steps as:- Step 1:- You need to dow

How to remove trailing white-spaces automatically in Sublime Text Editor

Did you ever think if trailing white-spaces could be removed automatically from file before saving it in Sublime Text Editor? Sublime Text Editor is very liberal to provide such a functionality without installing any extra plugins. Follow the below

Compressing Files And Archiving in Linux Terminal

Compressing Files And Archiving in Linux Terminal There are strong compression utilities in Linux that can be run easily from the command line. Linux features are archiving utility called tar, in which you can add many files, and the tar file will b

A demonstration module in Odoo

If you want to demonstration module in OpenERP(Odoo) follow the below mentioned step: for creation of any module in Odoo you have to make five files,given below- 1-__init__.py // its indicate the  import instructions for various Python files

1 15 129
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: