Faster Responses For Mobile Touch Events
When doing web development for mobile devices, it’s important to optimize all your code for the minimally powered devices (when compared to desktop computers). A lot of developers get lazy when it comes to JavaScript events, especially for sites that you assume will get visitors that are on both full powered computers as well as…
Making Symlinks Work With Eclipse And Subversion
So while working on a project at work, I was experimenting with committing a symbolic link (symlink) for a folder that was contained in my project into Subversion. While the symlink gets marked with the svn:special (More Info) property when committing and works properly for all intents and purposes, the problem I encountered was working…