John W

2,130
Reputation
218 views

Registered User

Name John W
Member for 1 year
Seen 1 hour ago
Website
Location VA
Age 37
Nothing witty to say at the moment.
21h
comment How to implement tag system
If you do both (tags w/ the article, and in separate table) then this gives you performance both for post-centric searches and for tag-centric searches. The tradeoff is the burden of maintaining the repeated information. Also, by limiting the number of tags, you can put each into its own column. Just Select * from articles Where XXXXX and go; no explode necessary.
21h
comment Displaying single digit on a LCD using ARM microcontroller?
What microprocessor? What OS? What brand of digit LCD?
21h
answered How to read till end of file in MATLAB?
21h
answered How to implement tag system
22h
comment the connection cannt be used to perform this operation. It may closed or not valid in this context error in vb6
Couple of things: Could you please format the rest of the code so it looks as nice as the first part? Also, where does the error occur in your code?
23h
comment How to print 1 to 100 without any looping using C#
Whew. This question was viewed 99 times when I found it. Glad I missed the corner case.
1d
accepted Is there a solid BB code parser for php that doesn’t have any dependancies?
2d
comment Is there a solid BB code parser for php that doesn’t have any dependancies?
Well done. Thanks for weighing in with a superior answer. Happy Thanksgiving ...
2d
answered converting natural language to haiku?
2d
answered Overcoming GPS Inaccuracy for short distance
2d
answered Is there a solid BB code parser for php that doesn’t have any dependancies?
2d
awarded  Autobiographer
2d
revised How to automatic resize tinyMCE?
its not it's
Nov
25
answered How to keep an audit/history of changes to the table
Nov
25
comment what’s the fastest way to change datasource passwords for an entire farm of servers in coldfusion?
Serverfault.com?
Nov
25
answered How do you solve “unstructured” navigation in PHP?
Nov
25
answered what’s better to have a view for create and one for edit or one for both ?
Nov
25
answered How to include advertising in an application?
Nov
25
comment php underscore in filename variable?
FWIW I think it is a good question.
Nov
25
revised php underscore in filename variable?
added 61 characters in body
Nov
25
answered php underscore in filename variable?
Nov
25
comment How to switch between DataGridViewTextBoxCell and DataGridViewComboBoxCell?
Thanks for your response. Appreciate it!
Nov
25
comment How to switch between DataGridViewTextBoxCell and DataGridViewComboBoxCell?
Works great. Thank you!
Nov
24
answered Is this really “correct” and unambiguous?
Nov
24
accepted DataView Does Not Filter Properly on TIMESTAMP
Nov
24
comment Use ImageMagick to place an image inside a larger canvas
Which API are you using?
Nov
24
answered record feature to my drum Machine
Nov
23
answered CSS randomly breaking?
Nov
23
answered Best way to resize form/controls according to resolution?
Nov
23
answered DataView Does Not Filter Properly on TIMESTAMP
Nov
23
comment How to switch between DataGridViewTextBoxCell and DataGridViewComboBoxCell?
Thank you. This is helpful. I'm not really a VB or a .NET expert so I see what you're doing in principle, but the mechanics of allocating a new DataGridViewTextBoxCell or a new DataGridViewComboBoxCell in VB are something I'll still have to figure out. In any case I appreciate the time you've put into your answer, and I'll try it this afternoon.
Nov
21
awarded  Nice Answer
Nov
21
comment What is the name of this theorem?
Well, given non-zero integers x, y, and k, x is a multiple of y if there exists k where x = ky. Does that help?
Nov
21
comment What is the name of this theorem?
You can also try on mathoverflow.net
Nov
21
comment how do you program?
But, hopefully, more occasionally every day. ;)
Nov
21
answered how do you program?
Nov
21
comment How to strip this part of my string ?
camran, yes, that's what that regular expression does.
Nov
20
revised Changing styling of DataGridViewComboBoxCell from DropDownList to DropDown?
added 127 characters in body
Nov
20
asked Changing styling of DataGridViewComboBoxCell from DropDownList to DropDown?
Nov
20
comment MySQL Wrong ORDER BY
What are you seeing?
Nov
19
revised How to switch between DataGridViewTextBoxCell and DataGridViewComboBoxCell?
updated progress
Nov
19
answered your favorite database for spatial temporal ?
Nov
19
revised How to switch between DataGridViewTextBoxCell and DataGridViewComboBoxCell?
deleted 4 characters in body
Nov
19
comment RegEx match open tags except XHTML self-contained tags
Now, if someone retags the post, does bobince instantly get two more tag badges per added tag? I wonder ...
Nov
19
revised How to switch between DataGridViewTextBoxCell and DataGridViewComboBoxCell?
edited tags
Nov
18
asked How to switch between DataGridViewTextBoxCell and DataGridViewComboBoxCell?
Nov
18
comment Location based information
I assume this is in your privacy policy and terms of use, right?
Nov
18
answered “Number line” style of comparisons
Nov
18
answered Recurring Calendar Events that don’t expire
Nov
18
comment How do I account for missing data when creating an Excel file in MATLAB?
Looks like Matlab.