
Search In
In developer console it showing me "Your app has been refused classification by Google Play in South Korea". It means my app is "unrated" and is blocked in certain countries or for specific list of users.
What should i do to prev
Recently I stuck with the issue while login into MDM HUB 9.7 and the issue is:
ERROR: "java.lang.ClassNotFoundException: sun.io.MalformedInputException" while logging into the Hub Console in MDM 9.7
If you face the same error while logging to MDM H
Hi,
I want to develop a mobile application for Android, windows and iPhone. I heard that Google developed a language in which you can develop application for Android, windows and iPhone by using just one language or may b just one platform. But i do
To split a string in javascript, we use split() method which splits the string into an array of substrings.
Syntax: string.split(separator);
Where separator specifies the character(s) to use for separating the string, and if this separator ( or
Hello Readers ,
If any one enters the wrong URL then how to show our custom error page , follow the below code.
Exception render need to set as an AppExceptionRender.
/app/Config/core.php
Configure::write('Exception', array(
'handler' =&g
What is the strpos() function ?
The strpos() function searches for a concrete text within a string.
In other word we can say that strpos() function use for searching position of Text Within a String.
If text word match will found, then functio
If anyone face the error 'The requested address '/' was not found on this server' in cakePHP, then try these two steps:-
Add function date_default_timezone_set() somewhere in you cake/app folder.
If above solution not works then place date_default_
Sometimes you require to run two versions of any software on a same machine. To run OpenERP with two different versions, you can have issues even if you try to use different browsers or windows at the same time.
To run OpenERP 6.1 and 7.0 versions o
Exploratory Testing:-
Exploratory testing is about exploring, finding out about the software, what it does, what it doesn’t do, what works and what doesn’t work.
The plainest definition of exploratory testing is test design and test execu
I came across a project where I have to develop "Web Services Using Drupal 7". Though Drupal 7 core standard contains no RESTful API, but this is easy to set up using modules such as: Services, RestWS or Restful. While working on Web API's I found th
