Techbirds | Knowledge Hub | Page 5

Posted on: September 16, 2014 /

Categories: General / Author Name: Piyush Jain

File Upload Capability allows a Web user to send a file from his or her computer to the Web server. If the Web application that receives the file does not carefully examine it for malicious content, an attacker may be able to use file uploads to execute arbitrary commands on the server. Arbitrary command execution

Read More →

1,261 total views, no views today

Hi, There is problem when you will install Xcode 6 beta or new version and  you have already installed Xcode 4.6.x version on system. After installing Xcode 6 beta version, Xcode 4.6.x version will start crashing unexpected. As I have found the reason is changing Mobile Device Framework. There is command for this issue, we

Read More →

1,273 total views, 2 views today

Posted on: September 4, 2014 /

Categories: cocos2d-x / Author Name: Kapil Deo Mishra

Hello Friends, There are some steps for integration of sqlite in cocos2d-x with wp8  in visual studio 2012 given bellow: Step 1. First create a default HelloWorld project and in your HelloWorldScene.cpp , delete the lines in init function after these lines upto return true statement. if(!CCLayer::init()) { return false; } Don’t delete return true.

Read More →

2,368 total views, no views today

Posted on: August 8, 2014 /

Categories: PHP / Author Name: Rahul

I have been working on a project recently that has incorporated an upload mechanic for images uploaded to our website. The images are then resiged and flipped into a different dimension when i used in  ipad. To solve this problem i found EXIF. EXIF is a way of reading an image and returning the information determining the

Read More →

3,166 total views, 1 views today

 The key hash is used by Facebook as a security check for authenticity. By default, the app’s package is signed with a machine specific debug key. When publishing the app it is typically signed with a different, release key. Therefore, you want to make sure you have the hashes of all the related keys set

Read More →

No views yet