by Nate Lowry | Jul 2, 2014 | Software Engineering
No debugging adventure is boring. As a case in point, I was recently trying to nail down the cause of some weird behavior experienced by a specific customer with a specific setup on a specific mobile device running EliteForm’s Paperless application. The majority of...
by Nate Lowry | May 9, 2014 | Software Development Tips & Tricks
A lot of people have been asking recently, “How do I get into coding?” We happen to really, really love coding and are happy to share what we know. We realize that everyone’s journey is different and emphasize that there certainly is no silver bullet that guarantees...
by Doug Durham | Dec 19, 2012 | Software Development Tips & Tricks
Neema Bahramzad is a senior Computer Engineering major at the Jeffrey S. Raikes School of Computer Science and Management at the University of Nebraska-Lincoln and was one of our 2012 summer interns. He is also co-founder, along with Caitlin Bales, of Locabal – of a...
by Adam Miller | Jul 14, 2011 | Development Methodologies & Best Practices, Software Development Tips & Tricks
Below is an example of how I like to use properties to access HTML items from code-behind. It allows you to have strongly-typed objects and a single point of access to HTML items.