User Shelley - Stack Overflowmost recent 30 from stackoverflow.com2009-12-19T08:08:12Zhttp://stackoverflow.com/feeds/user/14650http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/26959/managing-interruptions-with-increased-seniority/79392#793920Answer by Shelley for Managing interruptions with increased seniority...Shelley2008-09-17T02:43:39Z2008-09-17T02:43:39Z<p>If you have flexibility in your working hours, I think that there's a lot of benefit from coming in early or staying later than the usual working hours -- less people around and less interruptions. </p>
<p>My boss begins work around 7 AM or earlier, a good hour or two before people have enough coffee to ask annoying questions. It seems to work for him.</p>
http://stackoverflow.com/questions/43764/ms-access-reporting-can-it-be-pretty/79273#792732Answer by Shelley for MS Access Reporting - can it be pretty?Shelley2008-09-17T02:27:02Z2008-09-17T02:27:02Z<p>Access has the capability to create downright beautiful reports. The problem is that it can't make a spreadsheet look better than Excel. You have to know when to use each tool.</p>
<p>Use Excel when you have spreadsheet-like formatting, need a lot of boxes and lines, or want to draw charts.</p>
<p>Use Access when you will output a report as a PDF. It's very useful for one-record-per-page detail reports, formatting where you need to position things very precisely, and where you need to embed subreports with related or unrelated data. </p>
<p>Think about the reports that would be nasty in Excel because you'd have to merge cells all over the place and do funny things with the placement and the layout would never work. That's where Access shines.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79190#791901Answer by Shelley for What is the single most effective thing you did to improve your programming skills?Shelley2008-09-17T02:11:06Z2008-09-17T02:11:06Z<p>When you look at a new or different piece of code, you may be faced with a lot of unfamiliar stuff. </p>
<p>It's tempting to make changes to existing code without understanding what all those moving parts are doing, and <em>how</em>. But I think that making the effort is important and ultimately pays off. </p>
<p>It can be difficult to do this when you're under pressure to produce results fast. But it gives you the experience to say, "I've seen this pattern before."</p>
http://stackoverflow.com/questions/78756/what-do-you-use-to-keep-notes-as-a-developer/79157#7915719Answer by Shelley for What do you use to keep notes as a developer?Shelley2008-09-17T02:02:17Z2008-09-17T02:02:17Z<p>I use a Google Notebook. I like the fact that I can access it from any computer with Internet access, and the format is simple but useful. The searchability is a big plus, and I can share it with other programmers.</p>
<p>We've talked about creating a team wiki, but I'm glad that my notebook only has things that are useful to <em>me</em>. The exercise of putting things into my notebook also helps me remember the things that I've taken the time to add.</p>
<p>Plus, the handy cut-and-paste. Hardbound notebooks have a real disadvantage when it comes to pasting in code snippets.</p>