
Search In
To know On which hardware iOS is ruining like iPhone4 , iPhone5 etc below is the code for that
#import <sys/utsname.h>
-(NSString*) deviceName
{
struct utsname systemInfo;
uname(&systemInfo);
return [NSStr
The following method can help you to find device manufacturer name and model name. To get these details Android provides Build class to get system properties like Build.MANUFACTURER returns the device build name.
Build.MODEL returns the model name o
Fetching all pending orders and customer details in magento
<?php $orders = Mage::getModel('sales/order')->getCollection()
->addFieldToFilter('status', 'pending')
->addAttributeToFilter('store&
Client full name: Ray Pia
Name of project: Constant Fitness Chalkboard
Source of project- SEO,
Total cost: USD 8528
Technology: Iphone, Android, php
Design required- Yes
Payment Terms- This has been calculated as hourly and I am attaching the shee
Let say you deactivated account in liferay, it won't be visible in Users by default. And if you try to re-register it will give error that this user already exists. Hence in order to activate the deactivated account do following:
Go to Control Panel
Hello Reader's if you need to keep details of user who visits your website. Then you must know about their web browser. By using Javascript you can easily get this information.
Lets see how to get this informations:-
<!DOCTYPE html>
<html&g
In SQL we have situations, where we want to manipulate our data based on conditions .
For doing that one approach we need is to store that data into temp table then manipulate it.
For doing this we copy the entire structure of the main table in
By default Ghost uses sqlite3. But if you want to configure Ghost with MySQL Database, you can reconfigure the default settings in config.js file.
Open config.js (<path-to-your-project>/config.js), replace the below lines of code:
database:
Windows has detected an IP address Conflict
"Another computer on this network has the same IP address as this computer. Contact you network administrator for help resolving this issue. More details are available in the Windows System event log.
While using sessions user must have to be cautious while invoking and destroying it
When user login into the page session gets created from the database details
Ex : session["userid"]=obj.getsessionid();
While logout we must destroy this se
