Displaying 2 results from an estimated 2 matches for "zorpit80".
2012 Jul 06
2
Frontend Style Demo Page
Hi guys!
I''m trying to help out our frontend guy by making a page a single page that
contains every kind of situation our site uses. So there should be a
header, a nav in a few various states, a new form, a form with errors, etc.
Then I also want to figure out some way to show what it will look like in a
few different screen sizes (I''m thinking of starting with a pair of
2012 Aug 13
1
Diff-testing? (Acceptance testing for laziness and legacy-ness)
I''ve come across a pattern where I''m working on some system without formal
acceptance testing, but it''s known to be good in its current state.
My favorite way to quickly get to a place where I don''t regress is to
spider the existing system, then save its output in text form, in the
repository (usually in a directory called `greenbar/`).
This is useful for