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

Search In

Check for the iPhone Models

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

Get Android device Model programatically

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 in Magento

Fetching all pending orders and customer details in magento <?php $orders = Mage::getModel('sales/order')->getCollection() ->addFieldToFilter('status', 'pending') ->addAttributeToFilter('store&

Ray Pia_CFChalkBoard iPhone App

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

Activate deactivated user in Liferay 6.2

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

How to get user's browser information using JS

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

Copy and create temp table from main table

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

Configuring Ghost To Run On MySQL

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:

How to resolve Windows IP address conflict error on same Network?

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.

Maintain Session in Home Page

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

1 156 162
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: