User Bryan Denny - Stack Overflowmost recent 30 from stackoverflow.com2009-12-11T17:46:25Zhttp://stackoverflow.com/feeds/user/396http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/2826/do-you-have-any-recommended-plugins-for-eclipse37Do you have any recommended plugins for Eclipse?Bryan Denny2008-08-05T20:51:11Z2009-12-08T16:44:42Z
<p>Any great plugins out there, free or otherwise?</p>
http://stackoverflow.com/questions/1759183/is-it-possible-to-stream-to-an-android-phone-with-microsoft-media-server0Is it possible to stream to an Android phone with Microsoft Media Server?Bryan Denny2009-11-18T21:24:03Z2009-12-04T20:50:30Z
<p>Let's say that I have Microsoft Media Server stream (i.e. mms://[some ip address here]). This stream contains both audio and video. Is it possible to stream this to an Android phone? How would I go about doing this? Preferably with video, but if it is an audio stream only that would also be okay.</p>
http://stackoverflow.com/questions/381552/fixed-font-size-in-firefox0Fixed font size in firefox?Bryan Denny2008-12-19T17:05:55Z2009-11-25T17:32:41Z
<p>I'm wanting to keep the font size of a navigation menu the same size for all browsers. I set the font-size of the navigation menu text to a specific pixel size. In IE this works, but not in FF. </p>
<p>The problem is, if a person changes their browser's font size, then it completely ruins the menu layout in FF.</p>
<p>Is there a way to adjust this for FF or is there no way around it? I understand it is for accessibility, but it would otherwise mess up the design and I'd rather not use images instead of text for the navigation menu.</p>
<p>Thanks!</p>
http://stackoverflow.com/questions/5651/why-are-professors-or-schools-picking-java-over-c-to-teach-to-students30Why are professors or schools picking Java over C++ to teach to students?Bryan Denny2008-08-08T04:26:14Z2009-11-17T12:29:22Z
<p>Is it just me or are most colleges teaching Java instead of C++ these days? I feel like I've been missing out with having zero classes teach or use C++ at all.</p>
http://stackoverflow.com/questions/2767/do-you-have-any-recommended-add-ons-plugins-for-microsoft-visual-studio58Do you have any recommended add-ons/plugins for Microsoft Visual Studio?Bryan Denny2008-08-05T20:02:33Z2009-10-16T09:26:48Z
<p>Freebies preferred, but if it is worth the cost....</p>
http://stackoverflow.com/questions/4363/what-is-the-best-way-to-do-unit-testing-for-asp-net-2-0-web-pages-c9What is the best way to do unit testing for ASP.NET 2.0 web pages (C#)?Bryan Denny2008-08-07T03:23:45Z2009-09-24T19:19:16Z
<p>Any suggestions? Using visual studio in C#.</p>
<p>Are there any specific tools to use or methods to approach this?</p>
http://stackoverflow.com/questions/1428012/how-to-create-sockets-in-javascript/1428038#14280380Answer by Bryan Denny for How to create sockets in javascript ...Bryan Denny2009-09-15T15:51:54Z2009-09-15T19:52:21Z<p>No, you can not do use sockets in Javascript.</p>
<p>I'm pretty certain you'll have to use Flash or similar as a bridge to create the socket.</p>
http://stackoverflow.com/questions/1412395/how-can-i-check-for-available-disk-space1How can I check for available disk space?Bryan Denny2009-09-11T17:56:23Z2009-09-11T20:00:56Z
<p>I need a way to check available disk space on a <strong>remote</strong> Windows server before copying files to that server. Using this method I can check to see if the primary server is full and if it is, then I'll copy the files to a secondary server.</p>
<p>How can I check for available disk space using C#/ASP.net 2.0?</p>
http://stackoverflow.com/questions/1412395/how-can-i-check-for-available-disk-space/1412489#14124890Answer by Bryan Denny for How can I check for available disk space?Bryan Denny2009-09-11T18:14:09Z2009-09-11T18:14:09Z<p>This seems to be an option from the System.IO:</p>
<pre><code>DriveInfo c = new DriveInfo("C");
long cAvailableSpace = c.AvailableFreeSpace;
</code></pre>
http://stackoverflow.com/questions/6937/visual-studio-and-dual-multiple-monitors-how-do-i-get-optimized-use-out-of-my-mo6Visual Studio and dual/multiple monitors: how do I get optimized use out of my monitors?Bryan Denny2008-08-09T22:55:26Z2009-09-10T14:56:08Z
<p><a href="http://www.realtimesoft.com/ultramon/" rel="nofollow">Ultramon</a> is a great program for dual monitors (stretching screen across monitors), but I was wondering if there is any way do to something in Visual Studio like have one tab of code open on one monitor and a second tab of code open on the second monitor with only one instance of Visual Studio running?</p>
<p>Or are there any other suggestions on getting most bang for buck on dual monitors and Visual Studio?</p>
http://stackoverflow.com/questions/6988/how-can-i-explain-to-a-non-technical-person-what-i-do-for-a-living30How can I explain to a non-technical person what I do for a living?Bryan Denny2008-08-10T01:35:37Z2009-09-08T20:42:20Z
<p>How do you relate to non-technical people (read: your significant other/mom/dad/family/etc.) about your job with programming? When asked about how my day was at work, I find it rather difficult to explain anything specific without going over their heads. How do you handle such situations?</p>
http://stackoverflow.com/questions/1363234/my-master-page-has-empty-space-on-the-bottom-and-right-side-can-i-center-my-ma/1363264#13632640Answer by Bryan Denny for My master page has empty space on the bottom and right side. Can I "center" my master page and set a background image?Bryan Denny2009-09-01T15:53:56Z2009-09-01T16:07:29Z<p><del>It looks to me like you just need some padding on the top and left in your content area.</del></p>
<p>Sorry I didn't realize your page was only a portion of the screen.</p>
<p>Why not splice your site into parts (divs) and use a fluid layout? <a href="http://www.smashingmagazine.com/2009/06/02/fixed-vs-fluid-vs-elastic-layout-whats-the-right-one-for-you/" rel="nofollow">Here is an article</a> from Smashing Magazine about Fixed vs Fluid layouts.</p>
http://stackoverflow.com/questions/1349048/is-it-acceptable-to-make-external-links-targetblank/1349110#13491101Answer by Bryan Denny for Is it acceptable to make external links target="_blank"?Bryan Denny2009-08-28T20:14:45Z2009-08-28T20:14:45Z<p><a href="http://www.smashingmagazine.com/2008/07/01/should-links-open-in-new-windows/" rel="nofollow">Here is a nice write up</a> for <strong>not</strong> opening links in a new window/tab from Smashing Magazine. Essentially, it is better to give users control over link behavior than to decide for them.</p>
http://stackoverflow.com/questions/1341906/help-with-regex/1341963#13419632Answer by Bryan Denny for Help with Regex?Bryan Denny2009-08-27T15:48:13Z2009-08-27T15:48:13Z<p>Take a look at System.Text.RegularExpressions.Regex.Replace method.</p>
<pre><code>Regex.Replace("@!$!", "!(.*)!", "replacement value");
</code></pre>
http://stackoverflow.com/questions/1308057/is-there-any-way-to-have-persistent-regardless-of-how-small-client-side-storage/1308080#13080802Answer by Bryan Denny for Is there any way to have persistent (regardless of how small) client-side storage via the web?Bryan Denny2009-08-20T18:42:48Z2009-08-20T18:51:52Z<p><del>Use a cookie if you want to save it between browser visits. It'll be stored on the client's machine.</del></p>
<p><strong>Use a session if you want to save it for a shorter duration. It'll be stored on the webserver.</strong></p>
http://stackoverflow.com/questions/1306675/how-do-i-fill-a-dropdownlist-on-mouse-event-with-jquery0How do I fill a dropdownlist on mouse event with jQuery?Bryan Denny2009-08-20T14:44:39Z2009-08-20T14:49:44Z
<p>Lets say that I have a drop down list that I want to create "on the fly" when the user interacts with it. </p>
<p>For example: the drop down list only has the the option "Attach a file". When the user clicks/interacts on the drop down list, I need for it to generate, at that moment, all the available files they can attach (which depends on other interactions of the form... hence why I need an "on the fly" method).</p>
<p>My problem is trying to find the appropriate event as a trigger.</p>
<p>If I use onFocus, then IE tries to load the original drop down list and <em>then</em> generates the new drop down list, resulting in the user to essentially need to double click the drop down list to interact with it. In FF, there are no problems with this method.</p>
<p>I then tried switching to onMouseOver which works great in IE, but not so much in FF. The difference in the two is that in IE onMouseOver only triggers on the drop down box and not the drop down list and in FF it triggers on both (so you are trying to select an option from the list and it keeps re-generating the list on the fly, which is preventing you from interacting with it).</p>
<p>Any ideas? Thanks!</p>
http://stackoverflow.com/questions/1223074/bold-part-of-an-option-in-a-drop-down-list2Bold part of an option in a drop down listBryan Denny2009-08-03T15:44:06Z2009-08-20T05:24:03Z
<p>Is there a way to bold only part of the text in a drop down list option or is this not possible?</p>
<p>I know that you can style the entire option with CSS, but that is not what I am looking for. And HTML inside of an option tag does not render.</p>
<p>Here would be an example of a drop down list item:</p>
<p>SomeID - <strong>Description of ID</strong></p>
http://stackoverflow.com/questions/1302698/system-io-exception-error-the-requested-operation-cannot-be-performed-on-a-file1System.IO.Exception error: "The requested operation cannot be performed on a file with a user-mapped section open."Bryan Denny2009-08-19T21:25:50Z2009-08-19T21:34:31Z
<p>I received a very weird IOException when writing to an XML file:</p>
<pre><code>System.IO.IOException: The requested operation cannot be performed on a file with a user-mapped section open.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
at System.Xml.XmlTextWriter..ctor(String filename, Encoding encoding)
at System.Xml.XmlDocument.Save(String filename)
</code></pre>
<p>The error happened when I called XmlDocument's Save(string) function.</p>
<p>Any ideas on what happened?</p>
http://stackoverflow.com/questions/1302056/in-java-take-snapshot-of-a-directory-and-restore-it/1302068#13020682Answer by Bryan Denny for In java: Take snapshot of a directory and restore itBryan Denny2009-08-19T19:16:36Z2009-08-19T19:47:02Z<p>I don't know of a non-standard library for what you want, but you could try copying the contents of the directory into a temporary directory and the copy it back when you are done (and delete the temporary directory).</p>
<p><a href="http://java.sun.com/j2se/1.4.2/docs/api/java/io/File.html" rel="nofollow">Take a look at java.io.File</a></p>
<p><a href="http://filecopylibrary.sourceforge.net/" rel="nofollow">And here is another library specifically for copying files/folders.</a></p>
<p>To your edit: you'll have to find some way to keep track of or "flag" files that were modified. Maybe extend the file class with such a "flag" property? You could keep all the files in memory, but then you'd have to worry about running out of memory if these directories ever get too large.</p>
http://stackoverflow.com/questions/1290421/jquery-change-picture-on-link-click-matching-with-the-same-number-in-id/1290467#12904670Answer by Bryan Denny for jQuery Change picture on link click (matching with the same number in id)Bryan Denny2009-08-17T21:09:45Z2009-08-17T21:09:45Z<p>I think you need a + not a , on this line:</p>
<pre><code>$("#folderid", link_id).attr("src", "img/folder_open.gif")
</code></pre>
<p>to</p>
<pre><code>$("#folderid" + link_id).attr("src", "img/folder_open.gif")
</code></pre>
http://stackoverflow.com/questions/1279862/how-can-i-pull-in-my-blogspot-page-into-a-page-on-my-web-site/1279938#12799380Answer by Bryan Denny for How can I pull in my BlogSpot page into a page on my web siteBryan Denny2009-08-14T20:09:15Z2009-08-14T20:09:15Z<p>Here are some options you can try:</p>
<p>If you have PHP installed:</p>
<pre><code><?php
echo file_get_contents('http://myblog.blogspot.com'); // or you can use fopen()
?>
</code></pre>
<p>Or Server-Side-Includes installed:</p>
<pre><code><!--# include virtual="http://myblog.blogspot.com" -->
</code></pre>
http://stackoverflow.com/questions/1279851/how-can-i-create-a-website-summary-with-perl/1279894#12798941Answer by Bryan Denny for How can I create a website summary with Perl?Bryan Denny2009-08-14T20:02:12Z2009-08-14T20:02:12Z<p>You could check and see if there is a meta description on the page, but that leaves you at the mercy of whoever wrote the meta description.</p>
http://stackoverflow.com/questions/1279273/writing-efficient-css/1279288#12792881Answer by Bryan Denny for Writing Efficient CSSBryan Denny2009-08-14T18:02:33Z2009-08-14T18:02:33Z<p>A "parent > child" is only one step down, whereas an "ancestor descendant" could be one or more steps down.</p>
<p>Even better is to use "#id" tags wherever possible such that there is less DOM searching.</p>
http://stackoverflow.com/questions/1278489/css-tips-and-tricks/1278543#12785430Answer by Bryan Denny for CSS tips and tricksBryan Denny2009-08-14T15:29:08Z2009-08-14T15:29:08Z<p>Have you checked out <a href="http://www.cssbeauty.com/" rel="nofollow">CSS Beauty</a>?</p>
http://stackoverflow.com/questions/1273378/fetching-html-into-a-div-and-overwrite-content/1273446#12734460Answer by Bryan Denny for Fetching HTML into a <div> and overwrite content.Bryan Denny2009-08-13T17:28:25Z2009-08-13T17:28:25Z<p>If you're using jQuery:</p>
<pre><code>$("#divid").html("some html value goes here");
</code></pre>
http://stackoverflow.com/questions/1271675/jquery-screen-resolution-height-adjustment/1271795#12717951Answer by Bryan Denny for jQuery Screen Resolution Height AdjustmentBryan Denny2009-08-13T12:53:53Z2009-08-13T12:53:53Z<p>Here is an example on how to center an object vertically with jQuery:</p>
<pre><code>var div= $('#div_SomeDivYouWantToAdjust');
div.css("top", ($(window).height() - div.height())/2 + 'px');
</code></pre>
<p>But you could easily change that to whatever your needs are.</p>
http://stackoverflow.com/questions/6327/what-are-your-programming-exercises58What are your programming exercises?Bryan Denny2008-08-08T19:56:57Z2009-08-07T03:59:18Z
<p>Do you have any programming "exercises" that you do in order to hone your programming skills? Anything from <a href="http://www.codinghorror.com/blog/archives/000781.html" rel="nofollow">FizzBuzz</a> to more complicated problems to get you thinking about real-life scenarios that you may encounter?</p>
http://stackoverflow.com/questions/1241514/question-about-jquery-performance-and-dom-why-is-one-method-faster-than-the-othe0Question about jQuery performance and DOM: why is one method faster than the other?Bryan Denny2009-08-06T21:14:33Z2009-08-07T01:51:28Z
<p>I was looking at some jQuery performance tips and ran across this one that caught my interest.</p>
<p>Check out the following page snippet:</p>
<pre><code><html>
<head>
</head>
<body>
<select id ="myList">
</select>
<div id ="myList2">
</div>
<script language="javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function()
{
console.time('test');
var myList = $('#myList');
var myListItems = '';
for (i = 0; i < 1000; i++) {
myListItems += '<option>This is list item ' + i + '</option>';
}
myList.html(myListItems);
console.timeEnd('test');
console.time('test2');
var myList = $('#myList2');
var myListItems = '<select >';
for (i = 0; i < 1000; i++) {
myListItems += '<option>This is list item ' + i + '</option>';
}
myListItems += '</select>';
myList.html(myListItems);
console.timeEnd('test2');
}
);
</script>
</body>
</html>
</code></pre>
<p>Why is the second test method faster than the first (by a factor of about 4)?</p>
http://stackoverflow.com/questions/1241514/question-about-jquery-performance-and-dom-why-is-one-method-faster-than-the-othe/1241544#12415441Answer by Bryan Denny for Question about jQuery performance and DOM: why is one method faster than the other?Bryan Denny2009-08-06T21:18:36Z2009-08-06T21:18:36Z<p>Okay, I think I might get it.</p>
<p>With the first option we are adding 1000 DOM objects to one DOM object.</p>
<p>With the second option we are adding 1 DOM object with 1000 DOM objects to one DOM object. So we are only connecting 1 DOM object to another instead of 1000?</p>
<p>Am I thinking correctly? It is easier to load a bag with 1000 marbles into a box than it is to add 1000 marbles into a bag?</p>
http://stackoverflow.com/questions/1239151/jquery-how-do-i-select-a-value-from-a-dropdownlist-case-insensitive1JQuery: How do I select a value from a dropdownlist case insensitive?Bryan Denny2009-08-06T14:13:15Z2009-08-06T14:51:10Z
<p>My scenario:</p>
<ul>
<li>I have a textbox that the user enters text</li>
<li>The textbox has an onblur function that tries to select a value from a dropdownlist (if it exists) based on the textbox input</li>
</ul>
<p>This works perfectly fine if the textbox value is the same case as the dropdownlist value. But I want it to be case insensitive.</p>
<p>So if the user types "stackoverflow" then I want it to select from the dropdownlist "StackOverflow". How can I do this via jQuery?</p>
http://stackoverflow.com/questions/1412395/how-can-i-check-for-available-disk-space/1412432#1412432Comment by Bryan Denny on How can I check for available disk space?Bryan Denny2009-09-11T18:33:45Z2009-09-11T18:33:45ZAh okay, I missed the ManagementScope, this should work for me then. I'll give it a tryhttp://stackoverflow.com/questions/1412395/how-can-i-check-for-available-disk-space/1412432#1412432Comment by Bryan Denny on How can I check for available disk space?Bryan Denny2009-09-11T18:17:30Z2009-09-11T18:17:30ZThis works for the machine that is executing the code, but what about for a remote server?http://stackoverflow.com/questions/1412395/how-can-i-check-for-available-disk-space/1412484#1412484Comment by Bryan Denny on How can I check for available disk space?Bryan Denny2009-09-11T18:16:57Z2009-09-11T18:16:57ZThis works for the machine that is executing the code, but what about for a remote server?http://stackoverflow.com/questions/1375590/error-in-java-expressionComment by Bryan Denny on Error in Java ExpressionBryan Denny2009-09-03T19:55:29Z2009-09-03T19:55:29ZWhat are the types of the variables?http://stackoverflow.com/questions/1308057/is-there-any-way-to-have-persistent-regardless-of-how-small-client-side-storage/1308080#1308080Comment by Bryan Denny on Is there any way to have persistent (regardless of how small) client-side storage via the web?Bryan Denny2009-08-20T18:59:34Z2009-08-20T18:59:34ZWell cookies == writing to a user's disk, and I don't know how you are going to avoid writing to a user's disk AND somehow save state on the client's machine. People are scared enough of enabling cookies, good luck allowing them write access to their machine.http://stackoverflow.com/questions/1308057/is-there-any-way-to-have-persistent-regardless-of-how-small-client-side-storage/1308066#1308066Comment by Bryan Denny on Is there any way to have persistent (regardless of how small) client-side storage via the web?Bryan Denny2009-08-20T18:48:44Z2009-08-20T18:48:44ZThen use a session. Each page load will check the session to see if they are still authenticated or not. Session does not leave server side.http://stackoverflow.com/questions/1308057/is-there-any-way-to-have-persistent-regardless-of-how-small-client-side-storage/1308066#1308066Comment by Bryan Denny on Is there any way to have persistent (regardless of how small) client-side storage via the web?Bryan Denny2009-08-20T18:44:29Z2009-08-20T18:44:29ZDo you mean server side? Why even let the client store it when you can keep it on the server?http://stackoverflow.com/questions/1306675/how-do-i-fill-a-dropdownlist-on-mouse-event-with-jquery/1306711#1306711Comment by Bryan Denny on How do I fill a dropdownlist on mouse event with jQuery?Bryan Denny2009-08-20T15:07:22Z2009-08-20T15:07:22ZState is hard to keep track of because there could be 10-20+ of these drop down lists, which are dynamically created as the user adds more rows to the form (each row has a unique version of this drop down list). Every time they select an item in one of these drop down lists, it affects the items in another (one or more) drop down lists. For better performance, we only update the one they are interacting with (so they don't have to wait as it fills other drop down lists that they may or may not interact with).http://stackoverflow.com/questions/1306675/how-do-i-fill-a-dropdownlist-on-mouse-event-with-jquery/1306711#1306711Comment by Bryan Denny on How do I fill a dropdownlist on mouse event with jQuery?Bryan Denny2009-08-20T15:05:57Z2009-08-20T15:05:57ZI tried onClick. The problem with it is that everytime you click an item in the drop down list it will call the generate the dropdownlist again.
http://stackoverflow.com/questions/574463/running-ie6-ie7-and-ie8-on-the-same-machine/574630#574630Comment by Bryan Denny on Running IE6, IE7, and IE8 on the same machineBryan Denny2009-08-19T19:14:32Z2009-08-19T19:14:32ZAlthough this tool is nice, it has some limitations. I had issues with Uploadify not working in IE6/IE7 with IETester, but Uploadify worked just fine in Virtual/Real machines.http://stackoverflow.com/questions/3448/acceptable-for-invalid-xhtml/3457#3457Comment by Bryan Denny on Acceptable for invalid XHTML?Bryan Denny2009-08-13T12:38:08Z2009-08-13T12:38:08ZBut what good is "valid" if browsers don't even support it correctly? I can write "valid" XHTML all day, but that doesn't it mean it is going to render the same cross-browser.http://stackoverflow.com/questions/1239151/jquery-how-do-i-select-a-value-from-a-dropdownlist-case-insensitive/1239264#1239264Comment by Bryan Denny on JQuery: How do I select a value from a dropdownlist case insensitive?Bryan Denny2009-08-06T14:50:16Z2009-08-06T14:50:16ZThanks, this worked just the way I wanted it to!http://stackoverflow.com/questions/1227687/custom-error-problemComment by Bryan Denny on Custom Error ProblemBryan Denny2009-08-04T14:07:30Z2009-08-04T14:07:30ZAre you wanting to dynamically add the <span> around the word "Error"? Please clarifyhttp://stackoverflow.com/questions/1227283/why-do-we-need-iterators-in-c/1227297#1227297Comment by Bryan Denny on Why do we need iterators in c#?Bryan Denny2009-08-04T12:57:17Z2009-08-04T12:57:17Z@OwenP /sarcasm :)http://stackoverflow.com/questions/1227283/why-do-we-need-iterators-in-c/1227297#1227297Comment by Bryan Denny on Why do we need iterators in c#?Bryan Denny2009-08-04T12:46:11Z2009-08-04T12:46:11Zwhy not create as many students as you need, each their own variable