in

Support, Docs & Knowledge Base

... getting it ...

DeveloperNotes

  • Robogeo- tagging photos on a windows computer

    After seeing HoudaGeo in actiona few weeks ago, i came as close as i ever have to breaking down and buying a mac to manage my media.  Then on a Snowy day in Valdez, I found what could be the easiest, coolest piece of software to bridge the gap between web interfaces, portable devices, and life experience.   

     www.robogeo.com - Image Geotagger for Windows

     

    Not only does it tag your photos, but it exports directly to flickr (as seen here), To a google map, google earth, or just a directory with the geodata in your EXIF file.  i'll be posting all of my images at www.flickr.com/frumkinwy, and likely turning my clients on to it as quickly as possible.

     

     

     

     

     

  • Quickbooks Time Tracking - vbscript error in Vista x64

    So we use Quickbooks to track labor, both internally and for our clients.  It's great in a number of ways-   the online interface is easy to use, we can easily create reports for our bookkeeper as well as our clients.

     I use the Outlook Integration tool-  it is mindless and allows me to tie my tracking right into my normal office environment without having to use a separate tool.

     Running vista (32 bit and 64 bit), I get "error 2738, vbscript module cannot be accessed" upon installation.

    I have a sneaking suspicion this error is a result of running the unsupported Visual Studio 2003 from within Vista.

     I found the following technote that saved the day recently when i tried to update:  http://www.nitropdf.com/kb/article.aspx?id=10106&cNode=3D8W4P

    1. Run Command Prompt as administrator
             1.1 Start Menu -> All Programs -> Accessories 
             1.2 Type "cmd"
             1.3  Right click on Command Prompt and select Run as administrator
    2. cd %windir%\system32
    3. regsvr32 vbscript.dll

    The slight modification for my x64 got it up and running

    1. Run Command Prompt as administrator
             1.1 Start Menu -> Search
             1.2 Type "cmd"
             1.3  Right click on Command Prompt and select Run as administrator
    2. cd %windir%\SysWOW64
    3. regsvr32 vbscript.dll

    When i called last month, intuit had no documentation of this issue.    Hope this helps.

     

2008 VR Interactive Media
Powered by Community Server (Non-Commercial Edition), by Telligent Systems