by Kevin Schroeder | 10:25 am

Phonegap build issues

I have had the worst two days.  Here I have my app, Notiffi, pretty much ready to go.  I have it set up in iTunes connect, ready to go.  I am ready for the

  READ ARTICLE
432 words ()
by Kevin Schroeder | 12:56 pm

Java Daemon Startup Script – Wiki – Confluence

As part of Notiffi I’ve written two services in Java that need starting up.  I was lazy to write my own init.d scripts and I found this.  With only some very minor tweaking I

  READ ARTICLE
66 words ()
by Kevin Schroeder | 10:14 am

CentOS 6.3 Zabbix spec file

I am working on building out my infrastructure for my upcoming launch for Notiffi and one of the things I’m using is Zabbix for monitoring.  I am using CentOS and I cannot find official

  READ ARTICLE
143 words ()
by Kevin Schroeder | 4:32 pm

OpenVPN could connect but did not ping internal network

I’m setting up my internal infrastructure to use OpenVPN since I want to be able to do a lot of monitoring on the Notiffi system I’m working on and I didn’t want to use

  READ ARTICLE
315 words ()
by Kevin Schroeder | 8:28 am

Bridged network not working in VMWare Workstation

Just a quick snippet today. I had a problem where (I believe) my power went out this morning.  Got all of my machines up and running quickly except for the virtual machine that I

  READ ARTICLE
167 words ()
by Kevin Schroeder | 10:31 pm

More benefits of using translate3d()

So, I’m working on some code for doing a progressive render for HTML.  What that means is that rather than using pagination a user will simply scroll down and when they get to the

  READ ARTICLE
388 words ()
by Kevin Schroeder | 4:39 pm

Get viewport size width and height with javascript – Javascript – Blog / Andy Langtons Website

Get viewport size width and height with javascript – Javascript – Blog / Andy Langtons Website. This is a neat little snippet of JavaScript code to get the size of your viewport on a

  READ ARTICLE
78 words ()
by Kevin Schroeder | 8:13 am

Apple loses bid for music app icon trademark | Apple – CNET News

Apple loses bid for music app icon trademark | Apple – CNET News. Seriously, how does a series of 8th notes get patent protection?  To quote: “Section 2(d) prohibits the registration of a mark

  READ ARTICLE
127 words ()
by Kevin Schroeder | 11:22 am

Transform performance on mobile applications

Just a quick one today.  I have read on several web pages that if you want to speed up the rendering of your site that you need to add -webkit-transform: translate3d(0,0,0) to the page elements

  READ ARTICLE
282 words ()
by Kevin Schroeder | 10:10 am

External links in phonegap

Found an interesting behavior today.  I have an LI element that has a click handler on it, but that LI element has an A element which has a link.  So it looked kind of

  READ ARTICLE
199 words ()