Adam Neal

1,169
reputation
268 views

Registered User

name Adam Neal
member for 1 year
seen 7 hours ago
website
location Arkansas, US
age 27
.NET WinForms, VB.NET for work, C#, Linux, Python, ASP.NET MVC, [insert latest technology here] for fun.
Dec
16
answered VS2008: Is it possible to have custom formatting for @ directives?
Dec
15
comment Do You Use Paper?
+1, ditto. I have moved away from paper for the same reason. I still use it for very temporary notes but if they're important enough they'll get entered into a wiki or some other document for preservation.
Dec
11
comment Calculate Rows per Column for CSS in VB.NET?
"More efficient" than Mod? What's wrong with using Mod?
Dec
4
answered for loop in vb.net
Dec
4
revised (g)vim replace regex
added 30 characters in body
Dec
4
comment (g)vim replace regex
Unless you use \v, then you don't have to escape everything - briancarper.net/blog/vim-regexes-are-awesome/…
Dec
4
comment (g)vim replace regex
Thanks MBO, deleted the original and fixed it below!
Dec
4
answered (g)vim replace regex
Dec
1
answered Submit/Simulate keypress HTML
Dec
1
accepted How to write Visual Studio addin for custom text coloring?
Nov
25
revised What do you do to write better code?
edited body
Nov
25
comment Vim: Find text in a specific column
Yes, text at a certain position in the line, for example, the 5th character of the line.
Nov
25
asked Vim: Find text in a specific column
Nov
24
revised How to get Datagrid view cell value?
edited tags
Nov
19
comment String formatting expressions (Python)
I just know what the page said: it's going to be deprecated in 3.1 and removed at a later time...don't shoot the messenger :)
Nov
19
comment String formatting expressions (Python)
Found the correct link, updated my post.
Nov
19
answered String formatting expressions (Python)
Nov
17
comment How can I reproduce the Firefox faded image/text dragging effect in .NET?
Thanks, good example! That should get me started.
Nov
17
asked How can I reproduce the Firefox faded image/text dragging effect in .NET?
Nov
12
answered VB to C# Functions
Nov
6
accepted C#: How to send keyboard scan codes manually?
Nov
3
asked Does a Win32 control’s control ID change with each run?
Oct
28
revised Favorite Visual Studio keyboard shortcuts
added 20 characters in body
Oct
27
answered web app testing
Oct
26
answered How to write Visual Studio addin for custom text coloring?
Oct
21
answered DateTime.Now as parameter value C#
Oct
20
answered Best method for Website Automation?
Oct
14
asked Are .NET resource files only for localization?
Oct
7
answered Automating Mouse Movement and Clicks in Firefox programmatically
Oct
1
comment Dealing With Distractions
I tried the white noise, but ended up really liking the brown noise much more. For me at least, it is less distracting and really blocks out all other sounds. And it sounds like when you put your ear to a seashell! ;)
Sep
30
comment How to become a “faster” programmer?
+1 for this. I've improved my speed a lot by just trying to learn a new keyboard shortcut every week or so (this mostly applies to Vim, but Visual Studio too).
Sep
29
answered Creating a webbrowser control in a background thread in backgroundworker
Sep
29
awarded  Stellar Question
Sep
28
awarded  Citizen Patrol
Sep
25
revised Is there a keyboard shortcut to quickly find and open a file in Visual Studio 2005/2008 like how they do it in TextMate?
Added kbd tags for keyboard shortcuts
Sep
25
revised Is there a keyboard shortcut to quickly find and open a file in Visual Studio 2005/2008 like how they do it in TextMate?
Added more to answer
Sep
25
answered Is there a keyboard shortcut to quickly find and open a file in Visual Studio 2005/2008 like how they do it in TextMate?
Sep
22
comment Pretty Print Excel Formulas?
Oh, you mentioned calling it from the immediate window at the top of the answer...sorry, missed that. Thanks again for the help!
Sep
19
comment Pretty Print Excel Formulas?
This is great, thanks! One question, am I supposed to call this from a cell? It doesn't like the [cell].formula part for some reason. If I copy the literal formula though, it works great!
Sep
18
comment Pretty Print Excel Formulas?
Looks promising, thanks! I'll check it out.
Sep
18
asked Pretty Print Excel Formulas?
Sep
17
awarded  Yearling
Sep
15
answered Selenium - dialog box
Sep
11
asked Is there a way to pass arbitrary text to Vim?
Sep
11
answered C# HTTP programming
Sep
10
answered How to use RegEx?
Aug
28
asked How can I send a file AND the page in an HTTP response?
Aug
28
revised What’s your most controversial programming opinion?
spelling (use Firefox!)
Aug
28
answered Preformatted text in VB - What is the C# @ equivalent in vb?
Aug
26
comment Capturing key presses for form but not for controls
+1 this is the easiest.