Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
B

BruceCarson

@BruceCarson
About
Posts
14
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Thank you, Microsoft
    B BruceCarson

    In a properly designed 3rd normal form database, you are correct. You'd never get to 255 columns. I can only think of one situation where it would be useful to have >255 columns and that is denormalizing a dataset for ease of reporting. For example a clinical-trials reporting database.

    The Lounge c++ css database com

  • That's one way to do it
    B BruceCarson

    And now this line of code is used: IsEven (4.2); It'll bounce around 0 until the heat death of the universe.

    The Weird and The Wonderful com help

  • That's one way to do it
    B BruceCarson

    No...only positive integers. Since this is JS, some jerk could pass a float in and get your recursive function to march off the negative end of the numbers.

    The Weird and The Wonderful com help

  • .NET 1.x Is Why We Can't Have Nice Things Reason #32
    B BruceCarson

    Poorly

    The Lounge csharp tutorial css com help

  • Well done .NET!...
    B BruceCarson

    Super Lloyd wrote:

    BTW Silverlight 3 is way more modern than Silverlight 1 (or even 2)

    I have a (bad) habit of looking a MS technologies when they first come out. A couple of days invested there seems like a good plan. Unfortunately, MS has this tendency to "reinvent" the technology and just up the version number (and make the product actually good!). And here I am stuck with my 1.0 impressions :sigh: I actually had someone tell me that Sharepoint was actually usable now! Now you're telling me that Silverlight is at least "OK"! I guess it's time to take another look.

    The Lounge csharp collaboration json performance help

  • Well done .NET!...
    B BruceCarson

    Do people actually use that cruft (Silverlight)?

    The Lounge csharp collaboration json performance help

  • Well done .NET!...
    B BruceCarson

    So what's the problem with the default one? I've hit a few issues myself and always managed to get around them...:cool:

    The Lounge csharp collaboration json performance help

  • "Your app is dead and quite unresponsive - we've even poked it with a stick" dialogs
    B BruceCarson

    Actually he probably wants you to setup a 2nd computer with a webcam. Write an application that analyzes an image from the other computer's screen to determine if one of those dialogs is open, and if so send a command to power-cycle the plug the other computer is in.

    The Lounge question com windows-admin announcement career

  • Your First Computer...
    B BruceCarson

    Nobody has mentioned my first "owned" computer... A Radio Shack Color Computer. This had a 6809 based microprocessor running at a whopping 750kHz. With certain "POKE" values (found in RAINBOW Magazine you could double that!!). You could get memory of either 4K or 16K (with additional 16K ROM in both version). In later years I was able to upgrade to 64K. God, I loved that thing! Even its crappy chicklet style keyboard...

    The Lounge com

  • From Development to Release
    B BruceCarson

    Wow, just wow. Most responders to the original poster sound like scary cowboy programmers :) Finally the correct (and only viable) answer.

    The Lounge question announcement

  • Why would you read a book !
    B BruceCarson

    Most computer books are trash anyway - they've become a bloated mass of repeated examples - they show the first 3 lines, explain them, then show those same 3 lines with 3 more added to explain them. Perhaps this type of organization is useful to some people, but I much prefer to see the whole example and then a detailed description of how-it-works. That said, I do prefer reading a book to learning/reading on-line. But for looking something up, Online is invaluable. One service I've used in the past was books24x7.com they have quite a few books on line (and searchable). Still not as good as having the book in front of you, but adequate.

    The Lounge javascript html css com algorithms

  • Plagiarism Detection ???
    B BruceCarson

    Just in case you weren't aware of it, Google has a special "Code Search" feature: http://www.google.com/codesearch/advanced\_code\_search

    The Lounge database question

  • Help with SQL Server (NOT A programming question) [modified]
    B BruceCarson

    Your DBA is correct - using a CHAR(1) is better than using a Bit field (sorry)!!! Here's the rationale: 1) Bit fields are not transportable - so when you move to Oracle you'll be able to do so with much less work. 2) Your CHAR(1) field can be marked as NULL (if desired). 3) Much easier for anyone querying the database with a non SQL-Server tool to get the results (go ahead and see what a product like Business Objects (or whatever it's called today) does with a bit field. 4) Bit fields are not part of the ANSI standard SQL. 5) Many CASE tools and Database Design tools do not support bit fields I disagree with your DBA on one point though! Limit the character to only the uppercase version of 'Y' or 'N' - even though SQL-Server is normally case-insensitive (unless you explicitly tell it not to be) many other database systems are not.

    The Lounge csharp database wpf question sql-server

  • Developer's Age !
    B BruceCarson

    I did some consulting for a high-tech placement firm based in London (writing their candidate placement system). They told me that they wouldn't even look at trying to place a developer over 40 years old.

    The Lounge visual-studio com business question career
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups