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

Search In

Send iOS App request on Facebook in iOS

In terms of publicity or advertisement of an iOS app there is a feature where we can make our iOS app social or can share on facebook. Accepting a request from a app will direct the person to the Canvas Page URL of the app that sent the Request. For

Login/Register/ForgotPassword code

Generalized code for Login/Register/Forgot password using ASIFormDataRequest. Customize UI as needed. How to use : 1. Either rename the project and start with development OR add AddedViewControllers, Utils and ASIHTTPRequest folders to your project

Login Scene With Unity3D

Most of the Apps or Games required Login scene. Login in any App or Game should be secure from the hackers. Today I am going to show how you can use Login in Unity3D. It is secure and very fast process for the login. private string url = "www.mys

Upload Screen Shot to server

Most of the apps or games allowed to the user to upload his screen shorts on the server for latter user. Today I am going to show how to upload screen shot to server in Unity3D. private string url = "www.mysiteURL"; Texture2D screenShot = Appl

Basic Block Syntax using Objective C

Block are piece of code introduced in ios 4.0. Block are used to make code cleaner and reduce dependency from delegates. To use the block first we have to declare the block and then its definition. Here is the syntax to declare to the Block. retur

How to hide or disable directory listing via htaccess - Linux

It's hard to believe in coincidence but the truth is that lot of developers including senior ones, don't know or bother about this security issue. A lot of times we found that we can see list of all Images, CSS, JavaScript files hosted on server via

Solution for Pods-prefix.pch error

In Xcode 6.1 and above versions sometimes we get this Pods-prefix.pch error. To resolve this issue you just need to follow simple steps. Quit Xcode. Go to Libarary > Developer > Xcode > Derived Data Remove All Derived Data. Do not forget

How to set Camera view aspect ratio in ios

Some times we face problem with Camera view aspect ratio in ios. Solution to this problem is here.. Set its aspect ratio property to AVLayerVideoGravityResizeAspectFill. It actually preserve aspect ratio; fill layer bounds. AVLayerVideoGravityRe

How to disable caching completely in Cakephp

To completely disable caching application wide, you will have to edit /app/config/core.php and change the line Configure::write(‘Cache.disable’, true); This line is commented by default and you will have to remove comment to disable caching. If th

How to manage amount interest provision in accounting in OpenERP(Odoo)?

In below example, I have written Python script to amount interest provision in accounting. Use below python code in your .py file : if demand.amount_interest: cfpline_obj.create(cr, uid, { 'origin': demand._nam

1 95 408
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: