Return to Home Page Posts Tagged ‘Tip of the Day’
This post is ridiculously in the favor of a client, but I think more developers need to think in favor of their clients and stop thinking arguing features on a technical level. If all developers had a little more business sense, I strongly believe that both the developer and client would walk away happier each [...]
This is probably the biggest oversight by developers across every language and skill set. It’s great that you write stellar code, but you can’t rely on the fact that the next developer to touch your code is going to have all of your memories, experiences, or time to read through your code to understand what [...]
One thing I really hate about agile front-end dev is the lack of formatting standards between devs. Some developers block their rules, others keep everything on one line. Some indent their rules, others don’t. The list goes on and on. I have a list of formatting rules that my team has adopted and all the [...]
I recently got into a project that was a bit over my head. I had to build out a map that will work on desktop, mobile and tablets the same, but I quickly ran into issues tracking touch events in mobile Safari. All of the testing I was doing in iOS5 (beta) was working the [...]