Blog

Posted by NeoAdmin | November 15, 2012
How to test Java web apps

Is it really necessary to test a web application?  No matter how big or small your web app is, it's important to at least examine your app, because special cases may...

Continue Reading
Posted by NeoAdmin | November 9, 2012
Why do iOS and Android apps crash

1 ) Fatal bugs  This usually happens when new features are introduced causing impact on another part of the app. 2 ) Poor front-end optimization Using resources effectively is the key. Although image compression...

Continue Reading
Posted by NeoAdmin | November 8, 2012
How to ruin your next App launch

We talked about the best time to launch an app and how to name your app, now it's probably best to know how to ruin an app launch. For an app to...

Continue Reading
Posted by NeoAdmin | November 7, 2012
How to name your app

Before you choose to build an app, you first have to know precisely what the app will do and what it will be called. Here are a few steps to help you...

Continue Reading
Posted by NeoAdmin | November 6, 2012
Flash Player ActiveX control content debugger on Windows 8

Trying to install the Flash Debug Player shows the following error: The installation encountered errors: Your Microsoft Internet Explorer browser includes the latest version of the Adobe Flash Player built-in. Windows...

Continue Reading
Posted by NeoAdmin | October 30, 2012
Smartphone vs Tablet Usage Differences

This study was conducted by mobile analytics firm Flurry, and it’s based on more than 6 billion app sessions on 500 million smartphones and tablets in September. For age and gender...

Continue Reading
Posted by NeoAdmin | October 30, 2012
When is the best moment to release an app?

Many would say release as soon as it is ready! Unless, of course, it's a seasonal app, like Christmas, Easter, and so on. Another idea is to release your app during a...

Continue Reading
Posted by NeoAdmin | October 29, 2012
When to use Directed Acyclic Graph (DAG) in programming?

In mathematics and computer science, a directed acyclic graph, is a directed graph with no directed cycles. DAG doesn't really have to do with programming. It's more about problem solving. - DAG comes in handy when detecting deadlocks...

Continue Reading
Posted by NeoAdmin | October 19, 2012
Software Project Analysis & Design

Why do you need an analysis for a software project? Try and imagine you building a house. Considering you are going to use it, it will need certain features. Also, you...

Continue Reading
Posted by NeoAdmin | October 18, 2012
The one billion smartphones milestone

According to a new research by Strategy Analytics, the one billion smartphones milestone was finally reached this year. One billion smartphones means one in seven people on the globe have a...

Continue Reading
Posted by NeoAdmin | October 17, 2012
Best practices for a mobile website

1. Prioritize content and keep it simple Keeping your site simple means: eliminating most images. simplifying navigation, layout, and design elements eliminate Flash and other proprietary software keep your site...

Continue Reading
Posted by NeoAdmin | October 11, 2012
Cloud application: What is it and why use it.

What is a Cloud App? Cloud applications (cloud apps) are programs that function in the cloud. Their characteristics come from both desktop apps and Web apps. While the desktop app is installed directly onto the device at...

Continue Reading
Quick question?