Comment Re:Information Collected (Score 1) 147
Submission + - Microsoft Develops Analog Keyboard For Wearables, Solves Small Display Dilemma (hothardware.com)
Submission + - "Love Hormone" Oxytocin Regulates Sociosexual Behavior in Female Mice (sciguru.org)
Submission + - ChromeOS will no longer support ext2/3/4 on external drives/SD cards
Comment Re:They _Should_ Replace It (Score 1) 180
For a bonus I wanted the left and right columns to collapse if the screen got too narrow (smartphone). This turned out to be...challenging in CSS.
@media selectors are your friend here. You can supply one layout for a smaller, and a different layoutfor everyone else. Check out how I did it by viewing the source of FrillerWorks.com. You'll want to be looking at the link tags under the head.
Comment Re:Lines of Code?! (Score 1) 165
Poor python, where newlines have syntactic effect!
So do semicolons. For example:
>>> print "this";print "that"
this
that
>>>
works.
Comment Re:Unified Kernel (Score 1) 352
Comment Re:Can we have a [credible] MS Access equivalent? (Score 1) 185
Comment Re:C++ is not the language you start with (Score 1) 548
Comment Re:What the fuck happened to gedit's UI? (Score 1) 402
Comment Where in time... (Score 1) 701
Comment Re:Legal Precedent? (Score 1) 495
Comment Re:obvious (Score 1) 536
Comment Re:Answer: Both (Score 1) 126
about Android: it can't ever be updated
Uhh... yeah... bout that... When an update came out for my phone the update notifier sat in the notification drawer until I successfully updated my phone. Guess it can be updated then, huh?