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
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
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
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
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
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
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
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
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
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
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