
Search In
As eCommerce market in India is about to grow over $24 Billion USD by the end of 2015.To grab the opportunity of this growing market there are many eCommerce stores are coming up and each facilitating new features to make the user experience great.


When we build our project to see how it looks, we need to set the Player Settings-
Today I'll describe you the Player Settings for Android
After building the project in Android
Go To Edit->Project Settings-> Player
[image1]
Following Player
Hello friends,
I was using to document directory to save images and video and after saving a lot my app use to crash due to memory warnings.
So there is a way to delete content of document directory.
-(void)deleteDD
{
{
NSLog(@"IS it worki
To export a table data from Postgres database to a CSV file, use the "COPY to" command. You can create a CSV file using MS-Excel or directly create a file from the command.
Syntax: COPY (SELECT * FROM table_name) to E'C:\Users\main\Documents\file.c
The difference may seem very small but it makes a lot of changes in the ways things work.The year when written in small letters (setDateFormat:@"MM/dd/yyyy") is the ordinary calendar and will return normal year, but in case of the capital YYYY, (setD
Days are gone when web designers use to spend their time and effort creating Flashy animation and illustration filled with gradient and sparkling gif images and getting appreciation by audience, then came the trend bringing real life images with d
It is very difficult to re-size the image-view width according to the screen without losing the quality of the image or you can say increase the width in proportionate to height of the image view.
I will show you the trick how you can do that, you
For any module or a part of the module we may have to have a field which is sequential and auto generated. For this we can create a sequence through the OpenERP UI and include in our model pragmatically through python code.
First create a sequence
Simple steps to change the default facebook login button image of facebook SDK.
After downloading Facebook SDK and its bundle resources add them to your xcode project
Step 1. Click on your xcode Navigator Framework folder then,
Step 2. Click on Fa
Following is the function to change time format from 24 hours to 12 hours, please take a look at input and output examples before you use it
/*
* Return: 24 hours format to 12 hours format
* Input example: 1400, 730, 1205, 0
* Ouput example: 0
