891 reputation
1522
bio website dylanroy.com
location Minnesota/Iowa
age 25
visits member for 1 year, 10 months
seen 3 hours ago
stats profile views 39

A Little About Me
In my spare time you usually can find me developing new applications or out on one of Minnesota's 10,000 lakes. My favorite technologies to work with at the moment are .NET's WPF and ASP.NET MVC, php, css/html, and JavaScript.

Personal Website
http://www.dylanroy.com/

Founder
http://www.thinksoftsolutions.com

Products
http://www.campaigncog.com/
http://www.notetakerplus.com/


2d
comment Get Razor to not recognize @ symbol every time
This shouldn't have been closed, it got closed when I was answering it try using a generic method when setting your javaScript values e.g. count: @(Model.Tweets),
2d
comment Get Razor to not recognize @ symbol every time
Does no one read these questions? Almost everyone is giving an answer about the escape @ character in razor. He is trying to set his JavaScript values using his Model in Razor.
2d
comment Not able to make html elements visible using Jquery in twitter Boostrap
You should put a snippet of code into jsfiddle.net or post more. The only thing I could suggest is to get rid of the css you have there and add the hide class bootstrap provides.
May
7
comment How do I set standard email client in Windows 7 using .NET
@user2334811 glad I could help, if that is what you needed then I would appreciate it if you could accept my answer.
May
5
answered How to determine which checkbox is checked?
May
5
awarded  Analytical
May
3
answered How do I set standard email client in Windows 7 using .NET
May
3
comment How do I set standard email client in Windows 7 using .NET
I am not going to make this an answer since I am not sure, but you may want to look into altering Registry variables for this.
May
3
comment set php variable as x,y location of image in html
Man I should have written quicker...
May
3
comment UTC clock based on server time?
Oh I see, use a lowercase m for minutes, you have uppercase which stands for month.
May
3
comment UTC clock based on server time?
Either use JQuery's Document Ready Like I do, or add onload='$('#clock')[0].innerHTML = moment().format("<?php echo date("Y-m-d H:i:s", time()); ?>"); clock_tick();"' to the body.
May
3
revised UTC clock based on server time?
added the format to the time variable.
May
3
comment UTC clock based on server time?
Okay, I will alter the code a bit, you would just need to pass that variable to the clientside code on page load, and then you can also use some ajax to call back to the server every once in awhile if you want to resync it.
May
3
answered UTC clock based on server time?
Apr
22
comment pdf created using iTextsharp is fuzzy or blurry
Maybe you need to set a higher resolution for the dpi somewhere along the image creation, and/or insertion into the pdf.
Apr
17
comment Storing textbox values into an SQL database using c# winforms
It would be much easier in the long-run to use the entity framework msdn.microsoft.com/en-us/data/ef.aspx
Apr
16
awarded  Popular Question
Apr
12
comment What sort of membership system should I use?
If you don't use a particular function you don't really need to implement it. If you don't get the answer you want by the end of the day I will write up a minimal implementation.
Apr
12
answered What sort of membership system should I use?
Apr
4
awarded  Civic Duty