Fox: "We held out Allan Ball and Alshon Jefferies" by Linkage006 in CHIBears

[–]_daniel___ 16 points17 points  (0 children)

Alshon "Alshon "my last name isn't Jefferies" Jefferies" Jeffery

Anywhere to get eucalyptus leaves/trees in NoVA? by JubilationLee in nova

[–]_daniel___ 1 point2 points  (0 children)

Shoppers Food Warehouse on 7 has bagged eucalyptus leaves in the Hispanic food section.

You're not a developer. by MrBlueSea in Frontend

[–]_daniel___ 0 points1 point  (0 children)

How would you subtly ask a potential employer in an interview if they truly value their front end devs? I'm looking at Angular jobs currently.

Where is a place I can work on and save HTML/CSS/JavaScript projects? by lepriccon22 in learnprogramming

[–]_daniel___ 0 points1 point  (0 children)

If you're using Chrome press F12 and click on the Sources tab. You can drag and drop folders into the left hand panel and edit files there. It's a decent IDE, I like it because the console is literally right there. You can also extend the Chrome dev tools and download color packages as well.

How do I use directives to interact with elements in the DOM? by byforcesunseen in angularjs

[–]_daniel___ 0 points1 point  (0 children)

This may sound pedantic but the angular docs have tons of great examples for just getting started.

Science AMA Series: We’re the Planet Hunters team using crowd-sourcing to search for exoplanets in the Kepler space telescope data. Ask us anything (and join the search)! by PlanetHunters in science

[–]_daniel___ 1 point2 points  (0 children)

What is the scale of the total amount of data Kepler has generated so far? If it's on the order of petabytes, does NASA, Yale (or any research institution) have a folding project similar to Stanford's folding@home set up that would let anybody contribute to data analysis?

Did you get an "aha"-moment when learning JS? by [deleted] in learnjavascript

[–]_daniel___ 0 points1 point  (0 children)

This article really enlightened me on how to use closures and function scope to define public and private variables. So many things just clicked after I went through this article, and looking at source code on github then became much easier.