Programming & Development

  • Download Recordings from Adobe Connect Pro

    Thanks goes to Guillaume Privat on Adobe Learning Center (see references below for links): (And a shout out to Matt Chambers for providing the links :D) 1) You need to ensure you are an account administrator of have full right… Continue reading

  • macports no indexes found, sync your source indexes

    If you’re a Mac Poweruser and not already familiar with macports, this is great package I would highly recommend, especially if you’re a bit of a *nix terminal junkie. Download and installation is a breeze. Click on the link for… Continue reading

  • Mac Sudo Password

    Note: “Sudo” is short for “Substitute User Do” or “Superuser Do” This may come as a shock if you’re new to Mac and ever used a *nix system before.. but the sudo password, is your password! If you’re administrator anyway,… Continue reading

  • vi keyboard shortcuts Quick Reference

    Never know when those quick reference bookmarks might point to dead links, usually when you need it most! For this reason, I’ve consolidated a quick list from the link below and removed ads and unwanted formatting for a little cleaner… Continue reading

  • Mac OS X Quick Reference

    After writing multiple articles on a single subject, I decided to consolidate the links into a single point of reference. All links below are internal to my site and do not redirect outside of my blog. (Tested on 10.6 Leopard.)… Continue reading

  • Open TextEdit from command line on Mac OS X 10.6 Leopard

    I found other articles online which mention editing ~/.bash.rc and ~./bash_profile but these are more work than necessary. Simply use: However, I noticed this functionality has some limitations concerning the files edited. After trying the following commands on a secure… Continue reading

  • Get Selected Item from ListBox in Winforms C# and VB .Net

    Iterate through all items: Find specific item text: More generalized for re-usability to get text or value, though a little less readable and alot more code: Continue reading

  • Change default MSSQL Port and Connect

    Changing default port of Microsoft SQL Server differs depending on the version. The following is for the latest version of MSSQL only. If you’re using 2005, the steps are similar to those below, but the area you need to go… Continue reading

  • URL Rewriting/Mapping using Global.asax

    Ultimately I wound up using a different method, specified in my other blog post on URL Rewriting on GoDaddy and Shared hosting. However, the method below is actually very useful if you are trying to do certain validation which cannot… Continue reading

  • URL Rewriting on GoDaddy and Shared hosting

    After doing a lot of searching through google queries, forums and archives, I was finally able to solve the conundrum of using URL rewriting on GoDaddy. The site in question is also a subdomain in a sub folder off the… Continue reading