ArchiveApril 2013

Custom button to convert Quote into pdf

C

Hi, Even though their is a standard button provided to convert a quote into PDF format, but many times we want to create a custom button to convert a quote into PDF by selecting the different template from the Quote Template’s. To overcome with this problem just follow the following steps. 1. Create a new Quote Template based on the standard template or as per your own wish. 2. Create a new...

App crash vulnerability in iOS 6.0 and above

A

while setting a root viewcontroller of the app one must make sure that navigationcontroller object has been set rootviewcontroller of the window and not been added as subview of the window. It was ok in iOS 5.1 and lower versions but for iOS 6.0 and above it can cause crash issue. I’ll explain using the below code snippet which is used in the app delegate of the app...

Create Secure Scripts with PHP Programming

C

Believe it or not, there is no such thing as a secure program or application, not even with all the firewalls and encryption added in it. Vulnerabilities are already present even when the program or application is still being coded by the programmer, and there is no way for a programmer to eliminate these vulnerabilities. What he or she can do is to minimize the occurrences of these...

WEBSITE DESIGN MADE EASY USING PHP CODE

W

The PHP scripting language has become popular and it was designed specifically for producing web pages. Many web design company Sydney use PHP as the implementation language because it allows them to build a dynamically-generated web page quickly and easily. It gives you the option to create a PHP template that you can use to create and design your website faster. Here are steps on how to design...

iPhone app icon not showing in iTunes?

i

  Hi, Today I faced this issue, that even I had added the Icon with all the necessary sizes,  but when client opened ipa in iTunes it was not showing app icon. The solution for this was, 1. Make Icon of 512×512 size 2. Save it with name “iTunes Artwork” without extension. 3. Add it to the application Create ipa and open it in iTunes. Now check it will show you the icon in...

How to unhide Library folder in mountain lion?

H

Hello,
In mountain lion operating system on mac, I realized that Library folder is hidden. Library folder contains iPhone simulator folder where we can find database while testing application on simulator.
For unhide Library folder open terminal and type below and press enter , you will see the Library folder
chflag nohidden ~/Library/
Happy Coding 🙂

Android Adding Music to your App

A

Hello guys today I’d like to discuss how I got the music to play in the splash screen here. First off, create a MediaPlayer object. 1> MediaPlayer song = MediaPlayer.create(context, reid); It takes in a context, in our case of Splash.this – the class is known as splash. And the “reid” is where the song is located. The song should be in the resource(res) folder. Add a new folder where you will...

Category