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
M

Machaira

@Machaira
About
Posts
37
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • shame to my tester or me?
    M Machaira

    Doesn't sound like it's anything the tester could have tested if it's a system date related issue. If the date was data the tester entered I agree, but that's not how I read it.

    The Weird and The Wonderful sysadmin help question

  • What does it mean to be a member of Mensa?
    M Machaira

    It means you passed a test to qualify for membership. This test supposedly tells you your IQ. I'm a member, for the record. I looked through the membership directory at one point long ago and saw that Piers Anthony[^] was also a member. Of course, the people that have posted insults probably consider him a loser too, despite his dozens of best selling novels. I'd be willing to bet there are many respectable geeks that are members. The best thing about membership is being able to talk to other intelligent people that don't feel important by insulting people on message boards.

    The Lounge question

  • Godwins law for Bacon and CListCtrl
    M Machaira

    I'd have asked for a bucket of water, but whatever...

    The Lounge question discussion

  • Programmers Who Don't Know HTML
    M Machaira

    Silverlight and ASP.NET don't require much in-depth HTML knowledge. I know only a couple of tags that I usually use in forums and have HTML enabled. There really shouldn't be a need for HTML these days IMO.

    The Lounge asp-net csharp javascript html com

  • Back to C#.
    M Machaira

    Nemanja Trifunovic wrote:

    I ran away from C# and got back to real programming

    I stopped reading after this. X| :thumbsdown:

    The Lounge csharp c++

  • How to read a file completely?
    M Machaira

    Maybe it's just me, but using code that could cause an exception would mean that I'd rewrite it to not cause an exception. Why wouldn't you just do something like:

    try
    {
    StreamReader sr = new StreamReader("TestFile.txt");
    string data = sr.ReadToEnd();
    string[] lines = data.Split(Environment.NewLine.ToCharArray());
    }
    catch (Exception ex)
    {
    MessageBox.Show(ex.Message);
    }

    The Weird and The Wonderful ruby debugging help tutorial question

  • What is best way to convert desktop app to web app?
    M Machaira

    BobishKindaGuy wrote:

    I keep thinking it would be nice to convert it to a browser UI

    Why?!? Why does everyone think creating a web app is the solution to every problem? :( :sigh: :doh:

    Windows Forms question csharp wcf design collaboration

  • Geek or Not?
    M Machaira

    IncredibleMouse wrote:

    I could care less about almost all newer gadgets though, iPhone or i(anything) for that matter.

    So how much less could you care? Am I a geek for letting this bother me? In any case - 34.31734% - Total Geek.

    The Lounge css ios question

  • Who does not use jQuery these days?
    M Machaira

    Have used it, don't plan to.

    The Lounge javascript question

  • Back to the Moon
    M Machaira

    And you're doing this because on-line petitions are soooo useful and will cause the government to take immediate action, right?! :rolleyes: :~:thumbsdown:

    The Lounge com learning

  • Star Wars Trailer
    M Machaira

    I just threw up a little in my mouth. X|

    The Lounge html question announcement

  • Wasted space
    M Machaira

    I didn't think that kind of a display existed in the workplace any more. That's more of a horror than the code! :omg:

    The Weird and The Wonderful tutorial question

  • Do you C?
    M Machaira

    For general application development there's no reason to use C (or C++). Long live C#!

    The Lounge question html com tools tutorial

  • Do you use dual Monitor for Coding
    M Machaira

    I have dual monitors at work and can't imagine how I survived without them. I don't have them at home and it's actually now a pain to get stuff done. My usual setup is VS in my left monitor and other things (web page being worked on, SQL Server Mgmt Studio, etc.) in the right window.

    The Lounge com question

  • VS2008 stability [modified]
    M Machaira

    Must just be you. I can't recreate the scenario you posted and VS 2008 hasn't crashed on me once yet.

    The Lounge csharp c++ html asp-net visual-studio

  • A matter of style
    M Machaira

    In my personal stuff and at work we don't use them if there's some other type of separator between label and value (color around the label for example). There has to be some visual separator between the two.

    The Lounge sales question

  • Even when people have too much time on their hands...
    M Machaira

    No doubt

    The Lounge php com tools question

  • A career question
    M Machaira

    I'm in the same boat as Christian. After about 10 years my experience was enough to keep me employed when I changed jobs (I was doing contract work for a while).

    The Lounge question career learning

  • A LOST LAPTOP = A $54 MILLION LAWSUIT
    M Machaira

    What company isn't like that though?

    The Lounge html com help

  • A LOST LAPTOP = A $54 MILLION LAWSUIT
    M Machaira

    It's not about having or not having a backup, it's about personal data that was lost by Best Buy that could be used for identity theft. Granted, she could have asked them to take out the hard drive and give it to her since the problem had nothing to do with it.

    The Lounge html com help
  • Login

  • Don't have an account? Register

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