Viewing profile — andrewdavey
andrewdavey
HN member- Joined
- Sat, Mar 14, 2009, 6:46 AM UTC
- HN karma
- 1,276
- Public activity
- 85 items
- HN profile
- View on Hacker News ↗
About andrewdavey
Recent public activity
-
comment
Comment #16742982
Insight Tracking | Junior or Senior Full-stack .NET Web Developer | Hayle, Cornwall, UK | Full time | £30,000—£40,000 We're small, fully bootstrapped, software as a service company…
- story
- story
- story
-
comment
Comment #6560546
If you need end-to-end, browser-based, testing as well, check out Protractor: https://github.com/angular/protractor/blob/master/README.md It's built on top of WebDriverJS. I've bee…
- story
-
comment
Comment #4693125
They can't do anything that requires your credit card: http://www.fancyhands.com/not/good/for
- story
- story
-
comment
Comment #4514203
Also check out Cassette http://getcassette.net/
- story
- story
- story
-
comment
Comment #3282480
Also check out http://gitforked.com/ I made it earlier this year, but didn't get the HN love :) http://news.ycombinator.com/item?id=2279450
- story
-
comment
Comment #3000556
RavenDB http://ravendb.net/ is an excellent document database written in .NET. It leverages lots of LINQ and C# 4.0's dynamic abilities to provide a really clean API. I'm sure it'l…
- story
- story
-
comment
Comment #2518332
Reducing tight coupling is definitely a concern I'm looking into. I can't see there being any silver bullets, but a good framework should certainly encourage a sustainable way of w…
-
comment
Comment #2518121
I see a big problems in web testing caused trying to test drive from outside of the browser. I'm currently working on a solution that has tests written in javascript that run insid…
-
comment
Comment #2517499
Just tap the very top of the screen. That takes you back to the top. This of course shows the problem with gesture based UI in general: lack of discoverability.
-
comment
Comment #2331198
I'm not capturing canvas content yet. It should be possible - but I'll need to look into it. SVG content appears in the DOM so should be captured.
-
comment
Comment #2328313
I hadn't see that site before - I'll have a look into it. Thanks!
-
comment
Comment #2328216
I can certainly look at offering a privately-hostable version eventually. It's running on a typical asp.net stack, so shouldn't be too hard to install elsewhere. I'm currently focu…
-
comment
Comment #2327453
I can see privacy being a issue. I think at least I will need to add a message to the form to inform the user. Having a checkbox to enable/disable the snapshot may be a useful opti…