Archive for the ‘Technology’ Category
Docs Overwhelmingly Using iPhones; Blackberry second
docs-overwhelmingly-using-iphones-blackberry-second
Among the findings:
•94% of physicians are using smartphones to communicate, manage personal/business workflows, and access information including medical reference materials. Of those, 44% of physicians have adopted the iPhone as their smartphone of choice, Blackberry came in second place with 25% of physician adoption.
•Physicians are overwhelmed by the daily volume of communications received from colleagues, care team members, and patients. They are forced to continually check separate data silos and manually filter and prioritize communications based upon sender, subject and priority. Critical communications easily fall through the cracks.
•78% of physicians experience difficulties accessing and communicating with colleagues in a timely manner. Physicians also lack financial incentives to be more accessible because the current fee-for-service reimbursement system encourages physicians to focus on the quantity vs. the quality of healthcare delivered. Non-essential phone or e-mail communications with colleagues and patients are seen as non-reimbursable distractions.
iPAD Applications
http://webworkerdaily.com/2010/06/16/the-ipad-works-thanks-to-these-apps/
Instapaper Pro ($4.99) This is the app to use for grabbing pages for reading later while you still have wireless access. Heck, I have a Wi-Fi + 3G model so I’m very rarely out of network range, but I still use it because of its formatting options and cross-platform compatibility. It’s a joy, and the ability to jump from iPhone to iPad seamlessly with it makes it a must-have for business use.
iPAD FAQ
To register your iPad, connect to your computer and launch iTunes.
Getting CC.Net working on our Test/Dev/Staging box
I used Jeff Atwoods article on Setting up Subversion on Windows to get started.
Once Subversion was up and running, I installed TortoiseSVN to create a repository, VisualSVN to connect to a repository and begun the CI installation.
Install Cruise Control on the Server and install as service
Configure the ccnet.config with a Project proj1
Create a working directory
In the working directory\bin directory, install nant, nantcontrib, visualsvn
Create a project directory in the working directory proj1
In the proj1 directory, create a nant build script
Start the Cruise Control service
Key is to get the config file correct. There’s lots of posts on getting CI working so this is just some brief notes.
DigitalNow 2010 Presentation Links
The presentation we made for Digital Now 2010 can be found here. Below is further detail and links to products and services mentioned in the presentation.
Backing up in the CLOUD
Amazon S3 Services
Amazon S3 provides a highly durable storage infrastructure. Objects are redundantly stored on multiple devices across multiple facilities in an Amazon S3 Region. To help ensure durability, Amazon S3 PUT and COPY operations synchronously store your data across multiple facilities before returning SUCCESS. Once stored, Amazon S3 helps maintain the durability of your objects by quickly detecting and repairing any lost redundancy. Amazon S3 also regularly verifies the integrity of data stored using checksums. If corruption is detected, it is repaired using redundant data. In addition, Amazon S3 calculates checksums on all network traffic to detect corruption of data packets when storing or retrieving data.
Amazon S3 US – only $0.15 per GB-Month of storage used
First 5 GB Storage FREE
FREE data uploaded until June 30, 2010! $0.10 per GB of data uploaded thereafter
$0.15 per GB of data downloaded
Jungle Disk for Business – Various Pricing Options
http://www.jungledisk.com/business/
Jungle Disk for Personal- Various Pricing Options
http://www.jungledisk.com/personal/
CloudBerryLab Backup – $29.99
http://cloudberrylab.com/default.aspx?id=39
DropBox – $99/year for 50gb
Essential tips for every Dropbox user
http://www.rackspace.com/apps/backup_and_collaboration/
http://jeremy.zawodny.com/blog/archives/007641.html
Are you taking advantage of the new NCOA USPS regulations?
If not, read Johns post from last year’s Digital Now presentation.
Business Intelligence
This year we demonstrated and mentioned a couple of technologies:
- Oracle’s OBIEE platform which is an enterprise solution, more information can be found here
- Microsoft’s ProClarity which we use as a front end to our Data Warehouse, download an evaluation version here
- Microsoft’s free Data Mining Add-in for Excel. Last year we did a presentation on Microsoft’s Data Mining Add-in for Excel and the links for that post are here
Thoughts from SXSW 2010
Content is not king – the conversation is king! Users are your content creators now. Trying to control content can be daunting. Encourage user generated content. Crowdsource content. It gets them involved and their passion comes through.
When will you have, use, work with what I use? I’m here now but not for long.
http://www.google.com/friendconnect/
http://www.google.com/friendconnect/home/overview?hl=en
Amazon S3 Links
Why your business needs Amazon S3
Backup Applications – Cloudberry
Example IsapiRewrite4.ini File for IsapiRewrite4
– Redirect attacks
RewriteCond %{REMOTE_ADDR} 10.10.1.0
RewriteRule ^/(.*)$ /$1 [F]
– Redirect from http://foo.com to http://www.foo.com
RewriteCond %{HTTPS} (on)?
RewriteCond %{HTTP:Host} ^(?!www\.)(.+)$ [NC]
RewriteCond %{REQUEST_URI} (.+)
RewriteRule .? http(?%1s)://www.%2%3 [R=301,L]
Duplicate VM for Hyper-V
- Shutdown the VM that you want to duplicate
- Make a copy of the VHD file
- Create a new VM that joins to the copied VHD file
- Start the VM
- Launch SysPrep (c:\windows\system32\sysprep.exe) over the new VM once started
- Relicense Windows, rename Machine Name
