
Search In
Hello Friends,
If you are looking to use if condition in for loop with twig template. Please review the below example.
<table>
{% for category in categories if category.active %}
<td>{{ category.title }}</td>
{% e
When I changed theme of blog then I lose the verification code. I saved the code and pasted in new theme but the verification is not working?


Hello friends how can i arrive at my expected output in my android project?
Currently, I am getting all the output values such as brand,model,type,variant as integers instead of text. Actually i need my result as
RegNo: TN10D5551
Brand:AUDI
In OpenERP first, create a custom module and then inherits the account.payment object in your own module like module name test.
Follow these steps given below
Step1- First create the __init__.py file in your test module and use this code given bel
Hello readers, In this blog I will guide you "To add theme option in wordpress admin panel"
The below code create a page in your admin dashboard. In dashboard a new tab create Pinboard, when you open this tab you can see three link
General
Homepa
Hiii guys, one problem occurred in my android app.
Problem: I add map on fragment in tab layout but not move camera position location wise and also I can't add marker and not perform other operation but i try this code on activity at t
Hello Readers !!
Today we are going to discuss about the Unity Services. What all services unity provides and how we can use them in our game or apps.
Below is the main services which unity provides.
Lets discuss all of these one
Hello Folks,
This blog describes you how to use Altbeacon library for detecting beacons.
What is a beacon ?
A beacon is a device that is designed to attract attention to specific locations. Bluetooth low energy (BLE) technology is used to detect n
Hi All,
Today we are going to discuss how to integrate Facebook with PhoneGap.
To register your App with Facebook follow below steps:
1. Navigate to https://developers.facebook.com/
2. Log in with your Facebook Account.
3. Click on my Apps
4. Add a

There are two types of visual style which appear on the Notification, normal view and big view.
So, here in this tutorial, we will see how to Apply Expanded Layout to Android Notification. Regarding Nig View Notification, you should aware that the
