Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BoulderBum
  • Content: Threads
  • Order by date
  1. BoulderBum

    How Do I Get a File From the Host to the Virtual OS?

    I'm trying to do something seemingly simple: get a file from my Windows XP laptop to a Windows Server 2003 virtual server running through "Virtual Server 2005 R2" on said Windows XP laptop. I poked around and saw the "Linked Virtual Disk", which seems to be more for copying thing entire...
  2. BoulderBum

    Media Center Cable Problem

    I have this problem where the cable TV will play for about the first 2 minutes after a reboot, but then fade to static shortly after. Has anyone run into this before? Would a different tuner help? Is the cable company just scrambling the signal? MCP, MCTS - .NET Framework 2.0 Web Applications
  3. BoulderBum

    Sound Card - Low Volume

    So I have a SoundBlaster Audigy 2 ZS (I think) sound card, but I'm a little confused about it because the sound volume is very low. Like, I have to crank my speaker AND computer volume up to 100% to reach comfortable volume levels sometimes. If I just plug in to the onboard analog jack, the...
  4. BoulderBum

    Outlook Ignoring HTML Email Width

    So I'm trying to use a table layout (ordinarily bad, but said to be a necissity when emailing HTML-formatted emails), and everything looks fine in Hotmail online, but Outlook is ignoring my fixed width and allowing text to stretch to 100% of the width of the email: <html> <body...
  5. BoulderBum

    Float Rendering Problem In FireFox

    Okay, so I have this site that looks great in IE, bad in Firefox. Basically what I want is a section that has an image floating to the left, an image floating to the right, and text in between that continues beneath the left section. The HTML gets spit out in a format like this: <div...
  6. BoulderBum

    Automatic Sizing For &lt;div/&gt;

    I have a div that acts as a popup when a user mouses-over an element. The problem is that I want it to be form-fitting and not use a fixed width, but I also want to right align an element at the bottom of the div. <style type='text/css'> .comment { position:absolute...
  7. BoulderBum

    Anyone Know Of a Good Mouseover Popup?

    Okay, so let me explain a little bit about what I'm looking for. Basically, I want to implement a feature similar to Microsoft Office's comments (where a comment pops up when you mouse-over a corner), except the comment should be a textbox for notes that the user can edit. This notes popup...
  8. BoulderBum

    DOM Resizing Problem With FireFox

    I have a webpage that looks great when it's originally renderred. In this page, I call a method which adds text to a span inside of a div by setting the span's innerHTML property. In IE, everything looks fine after calling the function (as is usually the case). In FireFox, it doesn't work (as...
  9. BoulderBum

    Site Column Feature: Inheriting From &quot;Person Or Group&quot;

    I want to develop and deploy an XML site column that inherits from the new "Person Or Group" type, but I'm having trouble figuring out how to do it. This would be a typical site column definition that inherits from a "Text" type: <Field ID="{3EA99321-CF5F-4a8b-85A6-CDD3BBA01D14}"...
  10. BoulderBum

    Media Center Losing Signal

    Recently, whenever I try to view live TV, I can see the signal for about 30 seconds, then it becomes static. If I restart the computer, I can get a signal for about the same time period, but then the problem re-occurs. Any ideas what might be happening? MCP, MCTS - .NET Framework 2.0 Web...
  11. BoulderBum

    SQL Server 2005, SSMS and Vista

    Has anyone been able to get SQL Server 2005 up and running in Vista? I just started to try, and I can't seem to connect to my database with SSMS. My local database doesn't show up in any dialog (only the Integration Services service does), though the SQL Server Configuration Utility shows that...
  12. BoulderBum

    Vista: Not Ready For Prime Time?

    Out of curiosity, what is everyone's first impression of the new OS? I installed it around the release date and I have to say I'm rather unimpressed so far with the OS's quirks. The "Vongo" application promoted as part of the Media Center only works half the time, the game Ghost Recon...
  13. BoulderBum

    Resetting a Page to an Updated Site Definition With 2003

    I want to reset a customized page to an updated site definition. Something like this: http://office.microsoft.com/en-us/sharepointdesigner/HA101741451033.aspx?pid=CH100667691033 The only thing is that I'm currently working with SharePoint 2003 and the given solution is for 2007. Anyone know...
  14. BoulderBum

    Converting Site Definition to &quot;Area&quot;

    In SharePoint, you can create custom sites, and sub-areas. What I'm wondering is how, if you have a custom site definition, do you make it show up in the available sub-areas list? MCP, MCTS - .NET Framework 2.0 Web Applications
  15. BoulderBum

    Custom Site Definitions

    I'm starting to learn about creating custom site definitions, but am wondering what the best way is to edit the CAML to acheive the layout I want. Also, is it easy to add references to your own custom web parts in the CAML template? MCP, MCTS - .NET Framework 2.0 Web Applications
  16. BoulderBum

    Graphics Card: Identical Model, Different Price?

    What's the difference between this: http://www.newegg.com/Product/Product.asp?Item=N82E16814150195 ...which costs $239 and this: http://www.microcenter.com/byos/byos_single_product_results.phtml?product_id=242607 ...which seems like the same card with different packaging, but costs $299...
  17. BoulderBum

    Programatic Filtered Views

    I want to display a view of a list of items based on criteria I determine programatically. For instance, when the user pushes one button, I want them to go to a page and only see the records in "Category Y" or something. When they push a different button, I want them to go to the same page, but...
  18. BoulderBum

    Memory Upgrade Advice

    For Vista, I want to beef up my memory. My system currently has 1GB of PC3200 memory, and I am considering getting 2GB of additional PC3200 memory: http://www.newegg.com/Product/Product.asp?Item=N82E16820227210 I want to use the two of the four slots still available in my computer, but my...
  19. BoulderBum

    Network Architecture &amp; Web Server

    I'm a developer doing a bit of research on how to simplify interaction with our network resources and I'm hoping some of you network guys can offer some advice. The situation we're in is that we have a web application that serves as a secured view of several internal network resources like...
  20. BoulderBum

    Math/Algorithm For Determining a Single-Value Enum

    For a project I'm working on, I want to determine whether an enum marked with a FlagsAttribute is passed to a function as a single enum value. e.g. //this is should succeed. MyFunction( MyEnum.SingleValue ); //this should fail MyFunction( MyEnum.OneValue | MyEnum.OtherValue ); To...

Part and Inventory Search

Back
Top