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

Search In

How to make Qweb template engine in OpenERP/Odoo ?

QWeb is an XML-based templating language, similar to Genshi, Thymeleaf or Facelets. It has the following characteristics: It's implemented fully in JavaScript and rendered in the browser Each template file (XML files) contains multiple templates. It

SDWebImage Framework integration issue in Latest xCode

Download and Add framework Step 1: Download and unzip the lastest version here: SDWebImage.Framework Step 2: Right-click on the project navigator and select "Add Files to "Your Project": In the dialog, select SDWebImage.framework, and check the "C

How to install open JDK on Ubuntu ?

You have to follow below Steps to install JDK (java developement kit) on Ubuntu Step 1: Installation of JDK sudo apt-get install openjdk-7-jdk Step 2: After the installation, Use command. apt-cache search jdk Step 3: Setting the Environmen

Send a request using Alamofire in swift

Use the alamofire in swift first install the pod file in your project using below steps: 1- open the terminal and run following commands sudo gem update --system sudo gem install cocoapods pod setup change folder to the current proejct directory

How to define pagination in Codelgniter

Hello Friends, Pagination is the basic component of listing pages. If you are new in Codelgniter and want to use paging in your listing pages. Please follow the below code for the same: 1) Open your listing controller where you want to show listing

How to add new bundle in Symfony2

Hello Friends, If you are looking to create a new module in Symfony2 and want to integrate this with new bundle. Please follow the below steps:   1) Create your bundle folder under your_project_name/src/App/your_bundle_name like my bundle na

How to create form in Symfony2

Hello Guys, If you are looking to create form in symfony2 the below code might help you: 1) Open your controller file and function where you would like to define form and add below code with require modification: //Define in Controller $filterfo

How to display flash messages in Symfony

Hello Friends, If you are looking to flash success messages in Symfony. Please review the code below: 1) Open your controller and put the below code with your changes: // Define your success message as below $request->getSession()

How to compile and run C program in Ubuntu?

Hello friends, Today we will learn how to compile and run a C program in Ubuntu using the following steps: Step 1. Open your terminal. Step 2. Now type the following command: gedit cprg.c The above command open a text editor in which you will wr

How do I read the contents of a .CSV excel file into into a vector of objects?

Hello I am in need of help in reading the contents of this .csv file into a vector array of objects. What i mean is how do I read each individual field example: (GIFT-01 Fresch Foundation (703) 555-0054 Lopez T-Shirts Clothing 25) into th

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