practical web design & development

Enter your email address to get project updates, tutorials, and news delivered to your inbox!

Archive for the ‘Windows’ Category

Care for a quick tour of the Clientside Plugin? Now, go get it! Clientside Plugin on Github

If you’ve been using the Sublime Text Clientside plugin I have great news. It is now in WBond’s Package Control plugin repository. This means you can install and update Clientside right from Sublime Text. If you have not used Clientside in the past in Sublime Text or Gedit, it allows minification, formatting, and lint on [...]

If you’re looking to do any web dev work with Caldav Calendar Events, you could be running in circles for a while. Classes and components for working with Caldav are often buried inside larger projects and require many other dependencies. Come to find out they’re not terribly difficult to work with once you figure out [...]

Open Blue Dragon has come a long way in a short period of time. They now offer a super fast way to get ColdFusion up and running on pretty much any machine for developement. On top of that it comes with a nice GUI. So how easy is it? Just download the package, unzip it, [...]

  • Comments Off

A while back I discussed how to use the new sqlsrv extension for php to retrieve multiple result sets at a time from stored proceedures. This was indeed helpful when you need to retrieve related data and avoid multiple calls to stored proceedures. The down side is this was using a rather expensive (but good) [...]