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
C

ChesterPoindexter

@ChesterPoindexter
About
Posts
25
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Virtual PC
    C ChesterPoindexter

    I am running Virtual PC images of XP, Vista, Windows 2003 Server and various flavors of Linux ... Fedora Core 6,7 and 8 have all run perfectly. If you have to support projects with VS2005 and VS2008 it's a great way to separate the environments.

    Thomas

    The Lounge question linux tutorial

  • vs 2008 and VS 2005 can they exist on the same machine [modified]
    C ChesterPoindexter

    I run mixed environments but using Virtual PC. Trying to mix the two will only cause you grief with service, etc.

    Thomas

    The Lounge help csharp visual-studio com question

  • Visual Studio faster on a Mac?
    C ChesterPoindexter

    I've been developing on a Mac for the last 9 months. It's running Vista Ultimate and VS2008 under parallels. I also have a machine running straight Vista with VS2008. Without getting into the specs they are pretty much the same. For me it seems the performance is comparable on both. Coherence mode under Parallels makes for a sweet environment.

    Thomas

    The Lounge csharp c++ visual-studio com hardware

  • Linux Distro Recommendation
    C ChesterPoindexter

    Fedora Core. It's up and running quick and definitely webmin for the web interface. I've used a bunch of Linux distros and settled on Fedora. Use it for Voip, SMB, Subversion and it's smooth.

    Thomas

    The Lounge csharp sysadmin linux question

  • Hotmail account
    C ChesterPoindexter

    Hotmail mail can be accessed using Outlook. You can use Outlook to save your mail in a local folder. If you don't want your email account deactivated after 30 days MSN will gladly accept 19 dollars a year for Hotmail Plus account. Then you account will never expire.

    Thomas

    The Lounge question

  • Install Files...
    C ChesterPoindexter

    I inherited it from a previous developer and was a little apprehensive having used InstallShield in the past. It has turned out to be simple and reliable. There is a Eclipse plugin available that makes editing the scripts nice.

    Thomas

    The Lounge csharp question

  • German Romanization
    C ChesterPoindexter

    The name for the german alphabet is "das Alphabet". written, the umlauts are recognized as ae, oe .... it is becoming a standard for written German in order to elimnate the special characters. Anyway, a good source is the university in Chemnitz http://dict.tu-chemnitz.de/de-en/lists/110zeichen.html or http://www.leo.org http://www.canoo.net/index_en.html

    Thomas

    The Lounge

  • Software working for limited time period
    C ChesterPoindexter

    That's the conclusion we came to. When the users grasp the functionatlity and see what they will get purchasing it's much more effective. Plus, the more sophisticated the technique for limited "demo" time period the more time you spend maintaining the code/process. And someone will break it down eventually.

    Thomas

    The Lounge question tutorial

  • XML Editor
    C ChesterPoindexter

    I just installed in a XP VPC image. Works great, thanks.

    Thomas

    The Lounge xml

  • XML Editor
    C ChesterPoindexter

    I looks nice but after installing when trying to start it I get some OLE registry error. Maybe it doesn't work under Vista. Thomas

    Thomas

    The Lounge xml

  • Visual Studio 2005, iTunes 7.*.* and LoaderLock Error [modified]
    C ChesterPoindexter

    Had the same problem and spent a couple of days tracking it down. I should know better ... no non-essential software on the development machine. Maybe in a VPC. As a note it seems to have an adverse affect on Ultramon as well. When I upgraded iTunes it went whacky. With iTunes out things are stable again. I'll pass on iAnything (tunes, pod, phone). Thomas

    Thomas

    Clever Code help visual-studio csharp com debugging

  • Latitude and Longitude
    C ChesterPoindexter

    MapPoint...

    The Lounge question

  • XML as Database
    C ChesterPoindexter

    Marc Clifton's XmlDb is a good example. http://www.codeproject.com/dotnet/XmlDb.asp

    XML / XSL database xml question announcement

  • VoIP
    C ChesterPoindexter

    Assumably you are planning to utilize a current VoIP protocol SIP might be a good place to start. There are vendors providing .Net framework API's for the SIP protocol such as www.independentsoft.com. www.voip-info.org is another good source of information.

    C# tutorial question lounge

  • XML Question
    C ChesterPoindexter

    Try using XPath XmlDocument document = new XmlDocument(); document.Load(filename); XmlNodeList nodes = document.SelectNodes("designs/item"); foreach(XmlNode node in nodes) { ... } something like that should go through the nodes...

    C# question css xml help announcement

  • Class Generator
    C ChesterPoindexter

    I have used OlyMars and had good results. It produces the data access layer and very usable business components. It's beta and has some quirks in the gui but it's worth a look. http://www.microsoft.com/france/msdn/technologies/outils/olymars/default.asp

    C# csharp database sql-server sysadmin tools

  • A C# IDE, apart from VS .NET ??
    C ChesterPoindexter

    Primal Code from Sapien covers the .Net platform. Eclipse would be the next suggestion. It may not include "all flavors" currently but it seems to be maturing at very rapid pace.

    C# csharp java visual-studio c++ asp-net

  • "Setup-Wizard-like" layout manager in C# ?
    C ChesterPoindexter

    www.codeproject.com/cs/miscctrl/magicwizard.asp The Magic tool kit has a fairly easy to use wizard you might want to look at....

    C# question csharp java career workspace

  • "Setup-Wizard-like" layout manager in C# ?
    C ChesterPoindexter

    www.codeproject.com/cs/miscctrl/magicwizard.asp The Magic tool kit has a fairly easy to use wizard you might want to look at....

    C# question csharp java career workspace

  • Installer and uninstaller?
    C ChesterPoindexter

    There is a good MSDN Help article on Deploying Applications... Topic ID: _328642 Topic Title: Deploying Applications URL: ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vsintro7/html/vbconDeployingSolution.htm It is a good place to start....

    C# question
  • Login

  • Don't have an account? Register

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