HolisticNetworking.Net: Thomas Belknap's Laboratory of LAMP

Thomas J Belknap’s Laboratory of LAMP

 

A Simple JS Confirmation Button

Because someone asked me and because I haven’t seen quite the same solution out there on the nets, I’m posting this really quick for the benefit of those who need a quick submit button confirmation. If, for example, you want to prompt users to confirm whether or not they wish to delete an item out of a form, you can use the below JavaScript function to get it done. The function is designed to serve as confirmation for many different types of events, so it’s quite flexible:

// confirmButton: simple function to test user response
function confirmButton(message) {
var conf = [...]

Building My Professional Network with Ping.FM

I’ve been struggling for the last couple weeks with a new plan to garner more exposure for my website and for the things that I do in the web design realm. Well, after much consternation and perspiration, I’ve achieved what I sought out.
Of course, we all know that working the social networking channels is fast becoming the way to professional success, regardless what your professional goals may be. It’s almost unheard of for someone not to have their own blog, LinkedIn.com profile, Twitter account and goodness knows what else. Getting those services to talk to one another [...]