Category: Web

  • Simple URI Tip for HTML

    You may already know this, in which case you ran across it randomly, or are the kind of developer that reads specs. But if you haven’t run across this, prepare for a face-palm moment wondering why you didn’t know this years ago. Using a uri like the following tells the browser to get the content […]

  • VicinityBuzz: Writing A Mobile App

    This post is intended to go through the process of writing and publishing an app. It will be a high-level introduction. The idea is that future posts that will dig into specific topics in depth. This post will be updated to link to those future posts as an index of mobile development topics. The app […]

  • Flex is a Relic and Silverlight is a Zombie

    …or some other catchy metaphor that will grab your attention. These technologies were hot over the last 5 years. Flex gained a particular amount of popularity in the Java community where UI technologies have a bit of a spotty record (that’s like saying my Bengals have a bit of a spotty record over a lifetime). […]

  • On Outsourcing, Protectionism and Education

    Things are often more complicated than they seem. Certainly in the worlds of economics and nationalism. It’s no wonder that as the largest economy in the world, America wants to protect that place and Americans are sensitive to any efforts to move jobs elsewhere. Certainly that is true today, with unemployment currently at 9.1%. In […]

  • Popup Overlay Auto-Applied to an Anchor with jqModal

    Working on a relatively straightforward page, I want to have some of the simpler static contact come up as an overlay style of popup. Following web standards, it would be nice to have this code automatically work based on a CSS class. This would provide two benefits: easy to add more such links without writing […]