8
[ubuntu] Restsoring Clonezilla Image to different hardware..view story

http://ubuntuforums.org – Hi Folks, bit of background. I have a DELL SC1435 server running UBU 8.04LTE and Zimbra V5 (IDE Drives in RAID1) I want to upgrade the server to latest version of Ubu and Zimbra...and convert from x32 to x64. my Linux knowledge is limited at best. (Hardware)

7
[SOLVED] ati radeon catalyst HD5750 dual monitor problemview story

http://forums.fedoraforum.org – Dual monitors worked perfectly in F17; F18 has been a problem. I installed Catalyst 13.1, but then could only clone the second monitor. (HowTos)

8
Make an image transparent with Gimp’s Color to Alpha toolview story

http://linuxdesigner.com – If you have ever worked with a designer who likes to merge layers, or uses Photoshop's Layer Properties to make an image appear transparent over its background then you probably know the pain of having the make something like this … [ Continue ] (HowTos)

12
Adobe Introduces Lightroom 5 Public Beta, With New Features For Enthusiasts And Pros Alikeview story

http://techcrunch.com – Adobe’s Lightroom is probably the best software available when it comes to a photographer’s digital darkroom needs. (IT news)

12
Boot issues with live USB (loose fit but please be patient with me)view story

http://crunchbang.org – Hi chaps, this one started over in the 'newbies' forum but I've posted the second iteration here. I don't think it fits particularly well in either place, but I suspect that the 'dev' group will have a good chance of recognizing the problems. Background: I'm something of a distro tart, having gone through eight or nine Linuxes over four years. (HowTos)

12
[ubuntu] slow ubuntu downloads, win 7 downloads work fine.view story

http://ubuntuforums.org – Hi All, I have 3 computer systems, 2 linux systems and 1 windows 7 system. System #1 My primary system, home built, modern ASUS motherboard with FX-6100 6 core processor, Xubuntu 12.10. System #2 My daughters Dell 15R linux certified compatible, using an i5 processor and Unity 12.04. System #3 My wife's work laptop, Windows 7, Dell, duo core processor, loaded with security software which is ma (Hardware)

12
Meet Donna, Your Mobile Personal Assistant From Khosla-Backed Startup Incredible Labsview story

http://techcrunch.com – Don’t have a “custom-designed, one-of-a-kind bespoke app… to communicate and collaborate” with your assistant through? Hell, don’t even have a personal assistant? Well, that’s all about to change, thanks to a wonderful new mobile application called Donna. Donna is a mobile-based personal assistant from a funky little startup called Incredible Labs. (IT news)

12
Prototyping App POP Joins AVOS, The Company Led By YouTube Founders Chad Hurley And Steve Chenview story

http://techcrunch.com – POP, the app that lets developers turn paper sketches into app prototypes, has joined AVOS, the Internet company led by YouTube co-founders Chad Hurley and Steve Chen. When it launched in November, POP’s (Prototyping On Paper) easy and intuitive set-up garnered it a lot of buzz on both tech and design blogs. (IT news)

7
Compound button opacity not being set properly in onResumeview story

http://stackoverflow.com – My app has several buttons which have three states: Default Selected Disabled The selector files look like so: <?xml version="1.0" encoding="utf-8"?> <selector xmlns:android="http://schemas.android.com/apk/res/android" > <item android:state_pressed="true" android:drawable="@drawable/btn_a_selected" /> <item android:drawable="@drawable/btn_a /> </selector& (HowTos)

7
Draw rubber band line with an ontoucheventview story

http://stackoverflow.com – Ok, I'm trying to make a program that utilizes a linedrawview. When the user starts a touch event(action DOWN), it gets the current x and y and stores them in variables. Then when the user drags their finger around, a line is drawn and animates in a rubber band way. Finally, when the user lets go (action UP), the line is created. (HowTos)