We Need Your VOTE

Written on:May 24, 2012
Comments
Add One

We are applying for a $250k grant from Chase and Livingsocial but to qualify I have to get 250 votes. It only takes a minute to vote for us.

1. Go to: http://www.missionsmallbusiness.com
2. Click LOG IN & SUPPORT
3. Accept the Facebook app link
4. Search: Apex Knowledge LLC
5. Click VOTE

Also, you get unlimited votes, 1 per company you like. So if you want to apply for yourself please do but also please vote for me.

If you are interested in our company you can find more about it at:
http://www.apexknowledge.com

Thanks for your support,
Howard

Night & Day Magazine Jersey Shore

Written on:May 24, 2012

We have just finished and released a great new app for the Jersey Shore area! Check it out on iPhone and iPad: http://itunes.apple.com/us/app/night-day-magazine-jersey/id524384320?ls=1&mt=8 Check it out on Android: https://play.google.com/store/apps/details?id=com.ndmag.ndmag Looking for a place to eat or drink at the Jersey Shore? Want to find out what concerts or special events are happening at the Jersey Shore? Night&Day at the Jersey Shore gives you all the information you need! This is…

Read more...

Mission: Small Business Grant $250k

Written on:May 23, 2012

I am applying for a $250k grant from Chase and Livingsocial but to qualify I have to get 250 votes. It only takes a minute to vote for me. It uses facebook connect, so you just have to go to https://www.missionsmallbusiness.com and click “Log in & support”, then accept the fb connect link, and search for my company Apex Knowledge LLC, then click the vote button. Also, you get unlimited…

Read more...

Game App Developer Network

Written on:April 19, 2012

Some of you may have noticed that gameappdev.com is currently being redirected to this site. This is due to the massive about of spam the site received and had to be temporarily taken down. We are currently working on a new version of the site to be release soon. We are going to try and eliminate the spammers but keep open the network to all game app developers. Our goal…

Read more...

Understanding Apple iOS Push Notifications

Written on:January 18, 2012

Apple Push Notification Service (APNs) is a bit complex, but I will try to make it simple to understand from a business perspective. First you need to understand that when the notification is received on the device the operating system (OS) processes this data first and most of the time never calls your app code until you click the view button. The notification can contain a payload of data from…

Read more...

Hosting apk files on GoDaddy shared Windows servers

Written on:January 15, 2012

Another joy of GoDaddy hosting. Have you ever tried to host an apk file to allow someone to install your Android application? Well on the GoDaddy Windows servers the file will always come up as not found. Well there is a fix. Just add a web.config file to your apk file directory with this text: <?xml version=”1.0″ encoding=”UTF-8″?> <configuration>     <system.webServer>         <staticContent>             <mimeMap fileExtension=”.apk”                 mimeType=”application/vnd.android.package-archive” />         </staticContent>     </system.webServer> </configuration>

Read more...

DressCode Nightlife App

Written on:October 26, 2011

I really enjoyed working on the DressCode app for Android. DressCode for iPhone already existed and I was hired to create the Android version. The first step was for me to fix the backend server scripts to output JSON and not XML. The rest of development was spent on coding the Android app to look like the iPhone version but using the native Android features. Check out this cool app!…

Read more...