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

Search In

How to check metadata of an audio file in iOS

Hi Readers, The below code snippet will give you the meta data of an audio file. You need to add an audio file in Resource Folder. Once that is done use the below code. Let us also understand the code.   - (void)viewDidLoad { [super view

How to copy invoice automatically in OpenERP(Odoo)?

Step-1 install the account_invoice_copy module. Step-2 After that customize .py file in account_invoice_copy module. In below example, I have custmozied .py file. You can directly copy the below python code in your .py file - def copy(self, c

How to setup POD for your Xcode project

Below are the steps please follow them. Open Terminal Change directory to your XCode project root directory (where your ProjectName.xcodeproj file is placed). $ pod setup : (Setting up CocoaPods master repo) If successful, it shows : Setup comple

How to download file from server in android

How to download the file from server to android phone It is recommended that whenever one wants to download any file from server whether it is song or any image , it must perform in the background either by using asynctask or using a thread. Here,

File Upload in Node.js

Form processing and file handling are very common and important part of any web application. Now with express, handling file uploads becomes very easy. So far we have seen and used req.body now we have req.files. req.files contains all the informatio

Searching the files and directories on Ubuntu

Searching files in Ubuntu : Ubuntu is free open source operating system. Ubuntu has both the Graphical User Inerface (GUI) and the command line interface (CLI). In this article we are going to tell you how you can search for files and directories on

How to upload a file using Asp.Net MVC and AJAX?

In this blog we illustrate how we can upload a file using ASP.Net MVC and AJAX.   Follow the below steps to upload a file:   Firstly we need to create model which contains the properties such as name, length and type of the file.

issue with implementing AdMob ads

after testing the game in a device , it exit after opening it directly in case of deleting the AdMob Plugin , then the game works fine after some researches , we found that the problem is because of the manifest files there`s 2 manifest files in m

Error message upon submitting quiz

I have a WordPress Quiz Master Next Plugin set up and it gives a certificate. When any user finishes the quiz it gives an error message is as below: Warning: file_put_contents(wp-content/plugins/quiz-master-next/includes/certificates/mlw_qmn_quiz201

How to create selection field in openerp

To make selection field in OpenERP (Odoo) In Selection Field first we have to go in .py file (python file) After that we have to decide where you want to give selection Field and then give attribute Selection to that field. Like below python co

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