
Search In
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
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
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
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
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
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
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
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()
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
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