Monday, December 12, 2011

A Tour of StableBit DrivePool BETA M4

http://blog.covecube.com/2011/12/a-tour-of-stablebit-drivepool-beta-m4/

It has been a while since I posed anything, but all this time there has been a lot of work going into DrivePool, and BETA M4 is finally nearing completion. DrivePool BETA M4 should be released to the public at the end of this month or in January. BETA M4 will be the final BETA and will turn into the 1.0 final once it’s tested.

There’s a lot to get excited about in M4 so let’s take a look at what’s new and what’s changed.

Keep in mind that the screen shots are based on a development version and might change before release.

A new look

Let’s take a look at the UI. The UI is more than a new look actually. DrivePool M4 is deeply integrated into the Dashboard.

DrivePool M4 - Overview

The UI of M4 has been extended to be more customizable. There are 2 distinct modes that you can run DrivePool in, integrated and standalone. In addition, there is a new overview tab that is pictured above.

The standalone mode is mostly like DrivePool M3, with the addition of the overview tab and the UI refreshed.

DrivePool M4 - Standalone UI tabs

The integrated mode is brand new and will be the default mode that DrivePool will run in. In this mode, DrivePool will extend the standard UI available in the Server Folders and Hard Drives tab.

Let’s take a look at what the standard Server Folders tab looks like with DrivePool installed.

DrivePool - M4 Integrated UI - Folders

If you look at the screenshot above you’ll notice a number of things that have been added to the original Dashboard UI.

  • The list now has 2 new columns indicating pooling status and duplication for every folder.
  • The details pane has been completely revamped to host the DrivePool folder details UI.
  • There are 2 new tasks available on the right that let you manage the pool.

Foder Details

DrivePool M4 features full integration with Microsoft’s Search API. For one thing, this means that all your pooled folders will now be indexed, you will be able to search through them instantly using Windows Search, and you will be able to add them to libraries on client computers.

Because WHS automatically indexes all shared folders it made sense to integrate with the index in order to show an overview of the types of files in every shared folder. Because all your folders are already indexed, this new functionality comes at no additional cost in terms of performance.

In addition, DrivePool queries the Windows indexing service and shows you when your folders are being indexed with an animated tag right in the folder details pane.

One other neat thing is that now folder details are available for all folders, not just pooled folders. Here’s what it looks like when you select a non-pooled folder.

DrivePool M4 - Non-pooled folder

Because this utilizes the built-in file types in Windows Search, the list of types is the same as those that you would see in Windows Explorer.

Disk Usage

On the right of folder details you will see the disk usage. To the user this appears to work the same way as it did in M3. As you place files in a folder or delete files from a folder you will see these bars show you how your files are being distributed among all the pooled disks.

DrivePool M4 - Disk usage

This works in real-time with very little overhead. This is because the new file system in DrivePool M4 has a specific interface for monitoring file size changes. So when a file size changes on the pool, a message is queued up for the DrivePool service letting it know of the change. M3 has a similar system, but it has been extended and made even more efficient in M4.

You’ll also notice that disk usage is shown for non-pooled folders as well. How is this possible you may ask, if those files are stored on NTFS which doesn’t have the extended file size change notifications? Well, we utilize Windows Search to quickly query the size statistics for those folders.

In the end, you get full folder usage statistics for all folders, pooled and non-pooled.

Pool Condition

DrivePool M3 had a neat feature where, using some fancy math, it was able to calculate the pool balance ratio in real-time. The pool balance ratio was used to determine if balancing the pool was necessary. Generally, a single balance pass was all that was needed to balance the pool.

In M4, in addition to having a pool balance ratio we now have duplication consistency status and we now also need to display some additional status about tasks running in the background. Rest assured that the background tasks are designed to utilize minimal resources and run only when necessary.

Instead of creating a more complicated UI to show all these things, M4 tries to keep it simple and focused. The balance ratio from M3 is now known as the Pool condition percentage.

DrivePool M4 - Pool condition

For example, one of the tasks that can be running in the background is file duplication (if you’ve changed the duplication setting for a folder).

DrivePool M4 - Pool duplicating

Managing Folders on the Pool

When you wanted to add a folder to the pool or move folders to / from the pool, in DrivePool M3 you had to use custom built wizards from the DrivePool UI that accomplished the tasks for you. M4 tries very hard to re-use as much of the existing WHS infrastructure as possible.

Moving Folders

In M4, moving a folder to the pool is accomplished by using the standard move folder wizard. You just select the pool, which in this case happens to be I:\.

DrivePool M4 - Move a folder to the pool

Default folders, including the client computer backups folder, can be moved the same way without a problem.

Adding a Folder

To add a folder to the pool, you can use the standard add folder wizard and just put the folder on the pool drive. WHS will select a default disk for a new folder that’s on a non-removable disk and has the most free space.

DrivePool adds a new task to simplify the add folder process by modifying the default wizard to always select the pooled drive. This is what it looks like when you click “Add a folder to the pool”.

DrivePool M4 - Add a folder to the pool

Visually, it’s the exact same wizard but without the browse button.

Removing or un-sharing a folder works exactly the same way as it does for a non-pooled folder.

Folder Properties

In DrivePool M3 folder properties were re-done with a custom dialog that included duplication settings among other things. This is gone in M4. M4 uses the standard WHS folder properties dialog for pooled and non-pooled folders.

DrivePool M4 - Standard folder properties

Folder Duplication

One of the complaints from users of DrivePool M3 was that changing duplication took a while and you couldn’t exit the dialog until duplication was complete. In DrivePool M4, file duplication now happens in the background. I should be clear on this, DrivePool still maintains file duplication in real-time across 2 disks as you read  / write files, but any changes to whether a folder is duplicated or not, now happen in the background.

On a side note, DrivePool M4 also gets rid of numerical suffix that was used in M3 to indicate duplication level for folders (such as Pictures.2) and implements a more flexible approach that lets the service toggle duplication on any folder on the pool. It even supports duplication inheritance, but this feature is looking towards the future as it’s not exposed in the UI.

To change duplication on a folder you use the new “Change duplication” folder task.

DrivePool M4 - Change folder duplication

The change itself happens almost instantly and the files begin duplicating (or start getting cleaned up) in the background.

HomeGroup Support / Media Streaming

DrivePool M3 had a plethora of functionality to make HomeGroup support and media streaming work. Since in M4, pooled folders are just like non-pooled folders, nothing special is necessary. It just works.

Managing Hard Drives

In integrated mode, just like DrivePool extended the default folder details pane, it also extends the default hard drive details pane.

DrivePool M4 - Hard drive details

Details are shown for non-pooled drives, pooled drives and the pool itself.

In DrivePool M4, the pool is treated like any other drive, so this is what we see when we select the pool, which happens to be the I:\ drive on this server.

DrivePool M4 - Pool details

You’ll notice a cleaner UI than M3 and 4 slices in the chart. One of the confusing things about the pool details in M3 was that it wasn’t clear what un-duplicated free space was. In M4, this is now cleaned up. As you can see from the image above, some free space is listed under “Unusable for duplication”. I think this makes more sense.

How can you have space that’s not usable for duplication you may ask?

Well, if you have 2 hard drives in the pool, one 100 GB and another 200 GB, then you can at most put 100 GB of data in a duplicated folder. Remember, a duplicated file must exist on at least 2 drives, and in this example the second drive has 100 GB more than the first and so there is a duplication imbalance.

In any case, this is less of a problem as you add more than 2 drives, and DrivePool does the math for you and displays this in the chart pictured above and on the overview page. This was already available in M3, it’s just a little neater in M4.

Pool Management

Pool management is where you would add or remove drives from the pool. This is very similar to what M3 had. There is now a refreshed UI in the details pane and details are now shown for all drives, not just ones in the pool.

DrivePool M4 - Pool management

You will notice that the pool is listed as a drive in its own category.

Adding a Drive to the Pool / Removing a Drive

This looks nearly identical to what it was in M3. The underlying code is different and utilized the new CoveFs file system.

DrivePool Settings

Settings for DrivePool are now integrated into the standard settings dialog. It’s still very minimal in this build, but this is what it looks like.

DrivePool M4 - Settings

One thing you can do in this build is hide the default DrivePool tab for a completely native look and feel.

Conclusion

In DrivePool M4 the UI has been cleaned up and streamlined. Where possible, DrivePool now uses the default built-in wizards.

But this is not the whole story because DrivePool M4 features a brand new back-end, including a new file system written specifically for pooling files and maintaining maximum compatibility with existing applications that expect NTFS. But that’s a whole different story.

Once again, DrivePool BETA M4 is scheduled to be released publicly at the end of December 2011 or January 2012 and will be available for the Windows Server Solutions family of operating systems.



from Covecube http://blog.covecube.com

Saturday, December 10, 2011

Watch: Another Awesome Look Back at 'The Motion Pictures of 2011'

http://www.firstshowing.net/2011/watch-another-awesome-look-back-at-the-motion-pictures-of-2011/

The Motion Pictures of 2011

Our first retrospective video looking back at 2011 in cinema just hit a few days ago, now another in the long line of forthcoming videos has cropped up thanks to Kidnin (via Awards Daily). Unlike the first video recalling this year in film, this one only seems to slow down for seconds at a time with a fast-paced edit pretty consistent throughout. There are plenty more films included in The Motion Pictures of 2011 as well including some of my favorites such as Like Crazy, Win Win, The Beaver, Drive and many more. Kudos for some great use of Florence and the Machine and Depeche Mode to some fantastic cuts. Watch...

Continue reading Watch: Another Awesome Look Back at 'The Motion Pictures of 2011'



from FirstShowing.net http://www.firstshowing.net

Mobile App Available for Bible Videos Life of Jesus Christ

http://ldsmediatalk.com/2011/12/09/mobile-app-available-for-bible-videos-life-of-jesus-christ/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+LDSWebGuy+%28LDS+Media+Talk%29

Last Sunday during the Christmas devotional, the First Presidency announced the publication of new videos portraying the life and ministry of Jesus Christ. We published an article about how to access these videos on the website in English (biblevideos.lds.org), Spanish (videosdelabiblia.org), and Portuguese (VideosBiblicos.org).

We also mentioned that a free iPad app would be available through the App Store in about a week.

Well, the week us up and the app is now available in the App Store on your iPad and on iTunes.

The app has 3 sections: Read, Watch, and Explore.

  • Read lets you read Bible passages that describe the events surrounding the birth of the Savior, while beautiful still images illustrate the passage. You can also choose to have the text read to you.
  • Watch allows you to view all the videos. There are currently 7 and new videos will be added monthly, totaling over 100 videos ranging from the birth of Jesus Christ to his resurrection.
  • Explore allows you to select a place on a virtual map and read historical facts about the events that occurred in that location.

The app is currently available in English for the iPad only.

Learn more about the free mobile app “The Life of Jesus Christ Bible Videos.”

Share on Facebook



from LDS Media Talk http://ldsmediatalk.com

Spotify Radio feature turns into an app, offers Pandora-like stations with unlimited skips

http://www.engadget.com/2011/12/09/spotify-radio-feature-turns-into-an-app-offers-pandora-like-sta/

While Spotify has had little trouble cranking up its subscriber base so far, one feature that has notably been lacking is its radio / auto playlist feature. Today (tied in with an appearance by CEO Daniel Ek at LeWeb 2011) that's been upgraded, as the freshest preview builds move the Radio section down among the new Spotify Apps, where it now lets you drop in any song from your library for it to automatically create a radio station of similar music around. Subscribers not interested in upgrading yet can find similar functionality tied to Spotify's library with the EchoFi tool, but this venture represents the service's debut of an "all-new intelligent recommendation engine" meant to dig the tracks you want out of its millions-deep library. Advertising "unlimited skips" is a clear jab at Pandora, but it's not immediately clear if you'll still need a premium paid-up account for truly unlimited listening (well, maybe not). Hit the source link to grab a Radio-enabled preview build and see if some algorithm can defeat even the mightiest Yacht Rock playlist crafted by our own Brian Heater.

Spotify Radio feature turns into an app, offers Pandora-like stations with unlimited skips originally appeared on Engadget on Fri, 09 Dec 2011 05:53:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourceSpotify  | Email this | Comments

from Engadget http://www.engadget.com

Camping.lds.org: A Central Site for Church Recreational Properties

http://tech.lds.org/index.php/component/content/article/1-miscellanous/435-campingldsorg-a-central-site-for-church-recreational-properties

Camping.lds.org is a new Church website that provides information about the 150+ Church recreational properties dedicated for use by youth and families of the Church. The site was developed by volunteers and employees in the LDSTech community working on the Recreational Properties project.

LDS Recreational Properties

What are Recreational Properties?

Recreational properties are camp facilities developed for use by youth and families of the Church. For example, these recreational properties provide a location for holding Young Women camp programs. They also provide a setting where youth and families can enjoy outdoor experiences together.

How can I view the properties?

To browse the full list of properties, click the "Find a property" search field and press Enter. You can view search results in three different formats:

  • Gallery view: Shows a thumbnail of the property, its location, and rating. (This is the default view.)
  • List view: Shows properties in a list view (with no images). More results appear per page in this view.
  • Map view: Shows properties by location on a map. You can zoom in using the slider or your mouse's scroll wheel to view a specific area. Click the camping icon  to see details about the property. 

In the Gallery and List views, you can also click the Sort Order button in the upper-right corner to sort the results alphabetically by name or location.

If you know the name of a specific site, you can search using the full or partial property name. For example, searching for "zar" returns several camps with the name Zarahemla.

You can also search using the city (for example, Heber) or state abbreviation (for example, UT). (Note: "UT" returns results while "Utah" does not.)

What property information is available?

Each recreational property site has a photo, short description, rating, and the property manager's contact information. To get more information about the property, or to schedule it, contact the property manager.

Sample LDS Recreational Property

The star rating  is based on the following criteria:

0 stars: Little or no improvements.

1 star: Outhouses or vault toilets; may, or may not, have drinkable water on site.

2 stars: Drinkable water on site and vault toilets or outhouses. Likely has picnic tables and fire pits.

3 stars: Two stars, plus other permanent facilities such as a dining pavilion, cleared sports field, dock with boats, ropes course, or amphitheater.

4 stars: Three stars, plus permanent sleeping structures such as yurts, teepees, warm water shower facilities, and flush toilets with running water in bathrooms.

5 stars: Four stars, plus indoor cooking, eating, and sleeping capacity in a heated lodge or cabin.

Upcoming Release

An upcoming release will allow property managers to sign in and update any of the web page content by clicking the pencil icons  that appear on the screen near the various images, descriptions, and content as shown in the image below. 

In-context-editing view of Recreational Properties

The gear icon  in the upper-left corner will allow property managers to make their property active once all content has been updated.

Future Plans

This is only the first phase of Camping.lds.org.  Future releases will include the following enhancements:

  • All Church recreational properties will be listed. (Currently only about two thirds of the properties have been added to the site.)
  • You will see available dates to schedule the recreation sites.
  • You will be able to make payments through the site. Units will be able to transfer funds from Church unit accounts to pay for Church-sponsored activities.
  • Individual campsite information will include more details about camp site’s facilities, activities, location, and directions.

If you would like to get involved in developing, testing, or enhancing camping.lds.org, click Projects on the top navigation bar of LDSTech. Sign in with your LDS Account. Then browse and join the Recreational Properties project.



from LDSTech http://tech.lds.org/index.php/component/content/frontpage

OnLive intros apps for iOS and Android, refreshes its wireless controller, we go hands-on (video)

http://www.engadget.com/2011/12/07/onlive-intros-apps-for-ios-and-android-refreshes-its-wireless-c/

Look, games like Fruit Ninja can be addicting and all, but we've many times pondered what playing a proper title -- the kind intended for the latest consoles and PCs -- would be like on a tablet or smartphone. Of course, we've seen some fantastic results from Tegra 3 and been notably impressed by Infinity Blade 2 on iOS, but starting today, OnLive is set to one-up the limitations of locally run mobile games with its new app. Whether you're using an Android, iOS device or even a Kindle Fire, you'll now be able to play games from the OnLive ecosystem while you're on the move over 3G, LTE or WiFi, rather than merely spectating in OnLive Viewer. Better yet, the OnLive app itself is completely free and any games purchased can be used across devices, and currently, 25 titles have been optimized for touch-based controls, including a tweaked version of L.A. Noire. However, if you're more inclined to use tactile controls you'll be pleased to know that the company also has a soon to be released, revised version of its wireless controller.

Outwardly, the updated controller is looks identical to the outgoing MicroConsole pack-in model, but this one connects to Macs, PCs and just about any mobile device thanks to new "adaptive wireless" technology. Those seeking extra low latency can use its bundled USB dongle to link up to four of the controllers and a single Bluetooth headset for voice chat with one PC. The gamepad's media controls can also navigate iTunes in addition to playback of Brag Clips within OnLive. When it debuts, you can expect to pick one up for about $50 (£39.99 in the UK). OnLive CEO Steve Perlman was kind enough to walk us through using this new bit of kit, so head on past the break for our full impressions and to see the controller in action.

Continue reading OnLive intros apps for iOS and Android, refreshes its wireless controller, we go hands-on (video)

OnLive intros apps for iOS and Android, refreshes its wireless controller, we go hands-on (video) originally appeared on Engadget on Wed, 07 Dec 2011 21:00:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourceOnLive  | Email this | Comments

from Engadget http://www.engadget.com

Samsung SE-208BW Smart Media Hub packs DVD writer, we ask why then take it for a spin (video)

http://www.engadget.com/2011/12/05/samsung-se-208bw-smart-media-hub-packs-dvd-writer-we-ask-why-th/

Is there any better way to ring in 2012 than to drop 129 bills on a shiny new wireless-enabled DVD burner? Absolutely. But if your New Year's resolution includes archiving smartphone pics to optical media and steaming DVD flicks over WiFi, Samsung is prepared to make those nostalgic dreams a reality, with its SE-208BW Smart Media Hub. The premise here is quite familiar -- little black box takes content from an attached storage device and streams it to connected devices over WiFi, or over the Web. Samsung's twist on the traditional model brings optical media into the equation, however, with a CD/DVD burner enabling music and movie playback, along with remote file archival. You'll need to wait until late January (or perhaps early February) before introducing Samsung's shiny streamer to your wired or wireless network, but we got an early look at the new DLNA-enabled gadget today.

If you've used an external DVD burner made in the last decade, you're already familiar with the form-factor employed here -- there's a slim disk tray up front, with full-size and mini USB connectors, Ethernet and a DC input on the rear. This is strictly a streaming device, so there's no HDMI or other AV connectivity -- you'll need to use an Android, iOS or smart TV app, along with Samsung AllShare or an FTP client to access content. We tried steaming 720p video and a few photos using the Android app and the AllShare application included with most recent Samsung devices, and everything worked as expected, with content loading quickly without any hiccups.

You can access files on a connected HDD or USB flash drive remotely from the built-in FTP server, but you'll need to use Samsung's apps to stream DVDs and music CDs from that built-in optical drive, or to burn smartphone pics or other remote files to a blank disc. You can view content directly on your smartphone or tablet, or on a connected TV, using the former device to control playback. The hub also serves as an internet bridge, so you won't lose web access when connected directly over WiFi. There's nothing groundbreaking here, unless the absence of an optical drive has been keeping you from adding such a device to your collection, but jump past the break to see it in action.

Continue reading Samsung SE-208BW Smart Media Hub packs DVD writer, we ask why then take it for a spin (video)

Samsung SE-208BW Smart Media Hub packs DVD writer, we ask why then take it for a spin (video) originally appeared on Engadget on Mon, 05 Dec 2011 12:54:00 EDT. Please see our terms for use of feeds.

Permalink   |   | Email this | Comments

from Engadget http://www.engadget.com

Friday, December 9, 2011

Traxxas X0-1 RC car can reach 100 mph, decimate your bank account in under five seconds (video)

http://www.engadget.com/2011/12/01/traxxas-x0-1-rc-car-can-reach-100-mph-decimate-your-bank-accoun/

In the off-chance that you haven't already started holiday shopping for your favorite Engadget editors, we'd like to turn your attention to the new X0-1 from hobby RC car manufacturer, Traxxas. This little speed demon can do zero to 60MPH in 2.3 seconds and zero to 100MPH in a cool 4.92 seconds. The diminutive sports car also has built-in speed, voltage and RPM monitoring. It'll go on sale December 30th for $1,100, for a slightly belated -- and rather expensive -- gift for the Fast and the Furious reenactor in your life. Video of this sucker in action after the break.

[Thanks to everyone who sent this in]

Continue reading Traxxas X0-1 RC car can reach 100 mph, decimate your bank account in under five seconds (video)

Traxxas X0-1 RC car can reach 100 mph, decimate your bank account in under five seconds (video) originally appeared on Engadget on Thu, 01 Dec 2011 12:56:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourceTraxxas  | Email this | Comments

from Engadget http://www.engadget.com

How To: Set Up Windows Home Server 2011 As a Print Server

http://www.wegotserved.com/2011/12/01/set-whs-2011-machine-print-server/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+wegotserved_rss+%28We+Got+Served%29

I was having problems printing direct to my Ethernet-connected printer. The result was that it was time to see if I could make my Windows Home Server 2011 machine a Print Server.



from We Got Served http://www.wegotserved.com

Saturday, December 3, 2011

SkyDrive juices up document sharing and uploading, grabs a HTML5 smoothie afterward (video)

http://www.engadget.com/2011/11/30/skydrive-juices-up-document-sharing-and-uploading-grabs-a-html5/

Omar Shahine has sent SkyDrive off to the Microsoft gym in the hopes that it'd trim up ready for its forthcoming update. Users will soon be able to enjoy beefier document management powers, share individual files from private folders, control permissions and post files to Facebook in a couple of clicks. They'll also be able to upload groups of documents whilst navigating the site and best of all, can use the HTML5 file api to drag'n'drop documents in any standards-compliant browser. Slideshows are much improved this time out, and right-clicking fans will be able to edit individual documents and photos inline. The service will purportedly now load in around half the time it did before -- clearly it's been told to shed some of those Silverlight pounds.

Continue reading SkyDrive juices up document sharing and uploading, grabs a HTML5 smoothie afterward (video)

SkyDrive juices up document sharing and uploading, grabs a HTML5 smoothie afterward (video) originally appeared on Engadget on Wed, 30 Nov 2011 14:42:00 EDT. Please see our terms for use of feeds.

Permalink   |  sourceWindows Blog  | Email this | Comments

from Engadget http://www.engadget.com

Lightroom vs. Photoshop

http://blog.blurb.com/index.php/2011/11/29/lightroom-vs-photoshop/

If you’re looking to up your photography chops and considering whether to buy Adobe Photoshop® or Adobe Photoshop® Lightroom®, you should check out this blog post.

It offers a quick rundown on what each one is built to do and what specific image-editing capabilities each offers. The post also gives great guidance on which versions of the software to buy.

While we highly recommend reading the entire post, here’s a recap of some of the highlights:

What’s the main difference between Photoshop and Lightroom? Photoshop is an image-editing tool. Lightroom, the first tool developed by Adobe specifically for photographers, is a workflow tool with image-editing capabilities.

What do you mean by workflow? Workflow is soup to nuts, or basically just about everything you’d do with an image. Lightroom is the ultimate workflow tool. It helps manage all-things-image from importing to organizing to editing to printing to presentation to web posting. One of Lightroom’s most-loved features is its ability to manage a large number of images, keeping them organized in one place and easy to access.

Why does workflow matter? Great workflow makes everything easier and can streamline the process. Pro photographers, aspiring photographers, anyone with masses of digital images – and that includes Blurb bookmakers – can attest to the importance of workflow and organization.

So how exactly does Lightroom do this? Lightroom is database-driven. Organization is in its genes. Not only does it make it easy to find images, it also enables you to tag photos, which makes it easy to sort through images and edit selectively or in batches.

What about image editing? Photoshop has image-editing capabilities that Lightroom doesn’t have. However, Lightroom has what you need for 90% of editing tasks.

Why not buy both? You can and there are lots of creative professionals and hardcore enthusiasts who have both Photoshop and Lightroom. Go for it but know that the price tag for both will run in the several hundreds.

Which one should I start with? Lightroom is easier to learn and will get you going on the right foot with a solid workflow. Plus, it’s much less expensive.

Can I use Lightroom and Blurb to make books? We never thought you’d ask. Yes, Blurb has a plug-in for Lightroom 3 for use with Blurb BookSmart®. The plug-in makes it super easy to flow your Lightroom photos right into your book. You can edit your photos in Lightroom and see the changes in BookSmart (no re-importing), customize your layouts, and more.

Do I still need to read the blog post? Yes, you do because a picture is worth a thousand words and the blog post does a really nice job of showing you some of the image-editing capabilities of both Photoshop and Lightroom.

Cheers, everyone. If you do use Lightroom 3 and our plug-in for Lightroom and BookSmart to make your books, let us know. Send us a link on our Facebook page. We’d love to take a look.



from Blurberati Blog http://blog.blurb.com

Thursday, December 1, 2011

CrashPlan+ and WHS Backup Plan

http://www.mswhs.com/2011/11/crashplan-and-whs-backup-plan/

DavesComputerTips explains how he incorporates CrashPlan+ into his WHS 2011 backup plan.

All well as WHS backing up all his computers daily, Dave Hartsock also utilizes the following:

  • Photo, music, and document files are stored locally on each computer and synced to a corresponding user folder on the Windows Home Server 2011 box over the network. This creates a “central” location to access the files over the network while creating a backup of each user’s files locally. This ensures there are two copies of each file and all files are available locally if there is no network or internet connectivity.
  • Crashplan runs on the Windows Home Server where is silently backs up the photos, music, and other irreplaceable documents to the Crashplan servers overnight – I pay for the “Crashplan+” service for this feature.
  • Crashplan also sends these files to a family member’s computer located in another city, which in turn backs up that computer’s files to my server.

CrashPlan Backup Plan

It’s a great way of utilizing CrashPlan+ with our Home Server’s.

You can read his guide here.

CrashPlan+ and WHS Backup Plan is a post from: MS Windows Home Server - Your Personal Guide to MicroSoft Windows Home Server!



from MS Windows Home Server http://www.mswhs.com

Insert Coin: Prototype peripherals incorporate no moving parts, multitouch functionality and freaking lasers

http://www.engadget.com/2011/11/28/insert-coin-prototype-peripherals-incorporate-no-moving-parts/

When in doubt, strip out the moving parts and see what you wind up with. This is the idea inventor Jason Giddings is following as he turns to Kickstarter to help fund the prototype creation for a glass keyboard and mouse, both sporting multitouch functionality. The design uses the same biometric systems that currently capture fingerprints on assorted trackpads and keyboards, and uses a technique known as Frustrated Total Internal Reflection -- which incorporates a series of LEDs on the bottom of a device -- to bounce infrared light beams around the inside of the glass. This process is interrupted when a finger touches the glass, wherein a simple embedded camera captures the event, processes where the keystroke, mouse click or gesture took place and relays the signal to the computer.

Continue reading Insert Coin: Prototype peripherals incorporate no moving parts, multitouch functionality and freaking lasers

Insert Coin: Prototype peripherals incorporate no moving parts, multitouch functionality and freaking lasers originally appeared on Engadget on Mon, 28 Nov 2011 16:38:00 EDT. Please see our terms for use of feeds.

Permalink Gizmodo  |  sourceKickstarter  | Email this | Comments

from Engadget http://www.engadget.com