Techbirds | Knowledge Hub | Page 35

Steps to Download/include/Use DropBox Core Api into your iOS Project/app Goto “https://www.dropbox.com/developers/core/sdks/ios” and download the core Api from there. Adding to existing projects Open your project in Xcode. Navigate to where you uncompressed the SDK and drag the DropboxSDK.framework folder into your project in Xcode. Make sure Copy items into destination group’s folder is selected.

Read More →

1,341 total views, no views today

Hi, As we all knows Nokia has launched its first Android phone NokiaX.The apps having google map,google in app billing and GCM push notification will not run on NokiaX as NokiaX does not support “Google play services”. So developers need to setup environment for the development of nokiaX apps.Following are the steps: Environment SetUp 1.download

Read More →

821 total views, no views today

What is Canvas in HTML 5 The HTML5 canvas element is used to draw graphics. The canvas element is only a container for graphics. You must use a script to actually draw the graphics. Canvas has several methods for drawing paths, boxes, circles, text, and adding images. Let’s Start implement Drawing Techniques Add canvas tag

Read More →

438 total views, no views today

I was facing problem view webpage in android devices. Because Android is available on devices with a variety of screen sizes and pixel densities. I fix my problem with the help of this meta tag.

You can find more information here. https://developer.android.com/guide/webapps/targeting.html Thanks 711 total views, no views today

711 total views, no views today

Posted on: April 28, 2014 /

Categories: PHP / Author Name: Shivek Parmar

Sometimes we have a large set of data coming through requests. At that time we cannot use mysql_real_escape_string() for each and every data coming from GET or POST methods. mysql_real_escape_string() method is used to stop SQL injection attacks which is very important. Therefore we have another method to do the same on entire data to

Read More →

699 total views, no views today