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

ckatili

@ckatili
About
Posts
22
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Satellite Radio?
    C ckatili

    I have Sirius on the my car and so far I am happy with the reception and its offering. The only time that I lose signal is when I am in a parking lot or under a highway. The quality is definitely better than FM radio but it is not a CD quality. It is more like 128 kbps MP3. Sirius offers 3 days free trial so you can sample their channels. Once you have an account with them, you would be able to listen streaming audio over internet as well. Compare XM and Sirius by subscribing to their free trial and sample their channels. Good luck.

    The Lounge question discussion

  • What Microsoft apps are being written in C#?
    C ckatili

    BizTalk

    The Lounge csharp c++ visual-studio question discussion

  • SAP R/3
    C ckatili

    Hi, Yes, ABAP is SAP programming language. I am not a veteran programmer, but from the links below, suffice to say that what your customer told you is incorrect. Here are a few links that might help you to start: http://www.microsoft-sap.com/net_connector.aspx[^] http://www.thecodeproject.com/dotnet/SapDBReader.asp[^] https://www.sdn.sap.com/sdn/collaboration.sdn[^] http://help.sap.com/saphelp_nw04/helpdata/en/14/80243b4a66ae0ce10000000a11402f/frameset.htm[^] Also, if you must avoid .NET, you and your customer (SAP Side) need to be familiar with SAP RFC programming. http://help.sap.com/saphelp_nw04/helpdata/en/22/0428cd488911d189490000e829fbbd/frameset.htm[^] Good luck

    The Lounge wcf com sales json help

  • anybody want gmail?
    C ckatili

    I can see how this thread can grow O(n^2) :)

    The Lounge question

  • Salary - benchmark
    C ckatili

    You need to describe the condition in "AskForSalary" method to answer my question.

    The Lounge com career

  • Salary - benchmark
    C ckatili

    I am wondering the method that you use to check salary based on your skills and experiences. I was told that Salary.com does not provide an accurate result in the current market.

    The Lounge com career

  • Work in University environment
    C ckatili

    Just like almost everything else, it depends. I worked as a Research Assistant and I can tell you I was as busy as I am. My professor has a lot research going on and yes, there is a deadline as well. Sometimes, a professor needs to write a proposal for obtaining funding. There may be a symposium where you need to submit your paper. And yes, there is office politic at university, haha. But again, it depends on what you would like to do and the environment/culture of the university I suppose.

    The Lounge performance question workspace

  • Google Deskband
    C ckatili

    Awesome!

    The Lounge html database com question

  • Shopping (II)
    C ckatili

    Yes, I am interested. "Computers are like Old Testament gods; lots of rules and no mercy." -JosephCampbell

    The Lounge com

  • LCD monitor
    C ckatili

    Check this link out.

    The Lounge tutorial

  • Virus - W32/Mimail@MM
    C ckatili

    More detail: http://us.mcafee.com/virusInfo/default.asp?id=description&virus\_k=100523 My company just got it this morning, beware.

    The Lounge com question

  • 26GB text file
    C ckatili

    How about Visual Studio?

    The Lounge question

  • Why interviews involve silly questions (continuation of the Joel on SW thread)?
    C ckatili

    I think those questions are not silly at all. Check this out: http://www.newtechusa.com/ppi/main.asp You never know who you are dealing with, :-D

    The Lounge c++ java business json question

  • Ridiculous Prices
    C ckatili

    I live in Houston. Yes, it's bloody hot in Texas, specially during summer. You have to have AC on your house. The temperature can get up to 100. Otherwise, it is a nice place to live, people here are nice, the living expense is low, the housing price is really reasonable.

    The Lounge css adobe

  • ASP - need help: Storing foreign char to SQL DB.
    C ckatili

    Thanks Steve and Heath for your reply. I found the solution, although it was not obvious at first. It turns out that web application uses UTF-8 encoding, and SQL uses UCS-2. This different encoding standard caused the wrong data conversion. The following article explains the issue: http://support.microsoft.com/default.aspx?scid=kb;EN-US;232580 I hope this helps other people who has similar issue. Charles "Computers are like Old Testament gods; lots of rules and no mercy." -JosephCampbell

    Web Development database help tutorial

  • ASP - need help: Storing foreign char to SQL DB.
    C ckatili

    Hi, I have a problem on storing foreign char to SQL DB. If user inputs a foreign char from asp page, for example, "ROSÉ", it will be stored in the DB as "ROSé". I need to be able to store as it is in the DB, "ROSÉ". BTW, it is displayed properly in the Web GUI. Thanks for any help that you can provide, Charles "Computers are like Old Testament gods; lots of rules and no mercy." -JosephCampbell

    Web Development database help tutorial

  • How to programmatically set the "Minutes until idle shutdown:" value in the Advanced Tab?
    C ckatili

    Hi there, Anybody knows how to programmatically set the "Minutes until idle shutdown:" value in the Advanced Tab? Ideas or link is highly appreciated. CK "Computers are like Old Testament gods; lots of rules and no mercy." -JosephCampbell

    COM tutorial question

  • Poor Beloki
    C ckatili

    :mad:, spoiler warning please. Stage 8 was awesome. They attacked Lance like never before. GO USPS team! "Computers are like Old Testament gods; lots of rules and no mercy." -JosephCampbell

    The Lounge com

  • Set Keep Alive
    C ckatili

    Hi, I need to set period of inactivity before sending keep alive packet and the timeout. Which method that I should use? Using WMI or set the registry value directly as mention in this following article? http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B315669 thanks for any help, CK "Computers are like Old Testament gods; lots of rules and no mercy." -JosephCampbell

    System Admin com windows-admin help question

  • How to change network and adapter setting in a MFC program?
    C ckatili

    You might want to check these following articles: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/win32\_networkadapterconfiguration.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/about\_wmi.asp I hope that's help. "Computers are like Old Testament gods; lots of rules and no mercy." -JosephCampbell

    System Admin c++ html com sysadmin 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