Error
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.
  • JHTMLicon not supported. File not found.

will

Joby's iPad Case Strikes Many Poses [Accessories]
Tuesday, 04 January 2011 20:40
Considering Joby came up with the Gorillapod, it's no huge surprise that their combination iPad case/stand has a pretty interesting design. Made from lightweight aluminum, Ori will let your iPad rest virtually every which way, and protect it afterwards. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/Mb-0OiYgmlE/jobys-ipad-case-strikes-many-poses

 
Flex regex versus java regex + howto embed regex in flex
Tuesday, 04 January 2011 04:33
// Only allow 6 to 9 digits (and no more)
Flex: ^\d{6,9}$
Java: \\d{6,9}

Following code will NOT function as desired (the {} are interpreted as binding markers, thus not part of the regex):

source="{te_value}"
property="text"
expression="^\d{6,9}$"
required="true"
flags="g"
trigger="{te_value}"
triggerEvent="change"/>


Following code will function as desired:


..
public var regex:String = "^\\d{6,9}$";
..

source="{te_value}"
property="text"
expression="{regex}"
required="true"
flags="g"
trigger="{te_value}"
triggerEvent="change"/>



Read more: http://feeds.dzone.com/~r/dzone/snippets/~3/rzYgm3AZJRw/12801

 
Best Buy Will Gladly Take Those Old Gadgets Off Your Hands [Retail]
Monday, 03 January 2011 21:20
Fresh for the new year, Best Buy is ready to launch an initiative where they will buy back your old tech gear at a percentage of its original cost. That means laptops, tablets, televisions and phones will all be returnable. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/3DbHP7DysJk/best-buy-will-gladly-take-those-old-gadgets-off-your-hands

 
Dual Core Processors Could Be Mandatory for Android Honeycomb [Android]
Monday, 03 January 2011 19:20
If Bobby Cha of Enspert is to be believed, Google's upcoming Android 3.0 release, Honeycomb, will only work on devices with dual-core processors. Oh, and 1280x720 resolution screens will also be a must. More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/tevzeZzmrmw/dual-core-processors-could-be-mandatory-for-android-honeycomb

 
Toshiba Hasn't Finished With Its Tegra 2 Android Tablets (Updated) [Tablets]
Monday, 03 January 2011 06:20
The last time Toshiba tried its hand at a Tegra 2 tablet, it stank. Will this mysterious 10.1-inch Android tablet do any better? Probably not. It will run on Android Honeycomb, however. Updated: Hands On More »


Read more: http://feeds.gawker.com/~r/gizmodo/full/~3/Wzx6v76gcuQ/toshiba-hasnt-finished-with-its-tegra-2-android-tablets

 
9


Page 9 of 22
Taxonomy by Zaragoza Online