Skip to content
  • XML serializition.

    .NET (Core and Framework) question lamp graphics xml json
    2
    0 Votes
    2 Posts
    0 Views
    D
    An easy way around that is to make the color private and expose it's constituant parts (R, G, B) as pubic properties. A leaner way to do it would be to implement your own custom serializer for your class. See this[^] for a quick explanation and sample. A guide to posting questions on CodeProject[^] Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic      2006, 2007, 2008
  • IJOTD - lost at sea

    The Lounge lamp
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • A website I developped

    The Lounge csharp php html asp-net lamp
    12
    0 Votes
    12 Posts
    2 Views
    B
    You need to look further into your site navigation. I went to the Achetez page, chose an area etc and searched. Then, other than the browser "back" button, there was no way to return to the map and the choices to change or refine my options. I had expected to click "Achetez" on the results page to go back to the map etc. page. I suggest a good technique to learn (but do not ask me how!): Take a few steps back and look at your site from the position of someone who knows nothing about it. I know that is easier said than done. I hope this helps. P.S. I like your sig. It reminds me of a former colleague (we're both engineers) who said: I want a computer that does what I want it to do, not one that does what I tell it to do. :laugh:
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • Another Codeproject

    The Lounge csharp java lamp database sql-server
    7
    0 Votes
    7 Posts
    0 Views
    R
    I think we'd have a better turnout at iPhone.codeproject.com. :-D "A Journey of a Thousand Rest Stops Begins with a Single Movement"
  • Bugs Are Amazing

    The Lounge lamp question
    6
    0 Votes
    6 Posts
    0 Views
    B
    Hi John, John Moore's excellent macro photographs of insects (non-profit personal site) in the Chiang Mai area of northern Thailand (where I live). Imagine a few of these appearing in your house :) ThaiBugs.com[^] best, Bill "The greater the social and cultural distances between people, the more magical the light that can spring from their contact." Milan Kundera in Testaments Trahis
  • 0 Votes
    2 Posts
    0 Views
    C
    Yes, sometimes. cheers, Chris Maunder CodeProject.com : C++ MVP
  • Why is it...

    The Lounge lamp question career
    20
    0 Votes
    20 Posts
    0 Views
    M
    funny, I like the referance to "scary devil monastery" as a referance to alt.sysadmin.recovery... have to remeber that. MrPlankton
  • Forum posting suggestion

    The Lounge question c++ lamp com tools
    6
    0 Votes
    6 Posts
    0 Views
    L
    Done.
  • Passwords in plain text

    Site Bugs / Suggestions lamp com tools question
    5
    0 Votes
    5 Posts
    0 Views
    D
    The password safe way to handle the email confirmation is to send an email saying "click here to activate the account. IF you didn't create it, do nothing, it'll automatically be deleted." Today's lesson is brought to you by the word "niggardly". Remember kids, don't attribute to racism what can be explained by Scandinavian language roots. -- Robert Royall
  • Office lighting preference

    The Lounge question lamp workspace
    20
    0 Votes
    20 Posts
    0 Views
    S
    Smithers-Jones wrote: Two of my four office walls are windows from ground to ceiling which is quite nice (there are only meadows and forest around the building), ... that sounds like a very very cool office. I'm in the middle of the building so there is no natural light. We do have "open spaces" with lots of windows.
  • CP Newsletter..

    The Lounge java lamp com question
    10
    0 Votes
    10 Posts
    0 Views
    R
    Chris Maunder wrote: who aren't aware of our new Java/LAMP stuff Hard to imagine there would be any memebers who do not know about it by now ;) Rocky <>< Recent Blog Post: Google Chrome – Not so shinny..
  • 2 Minute Management Course

    The Lounge lamp data-structures sales question career
    11
    0 Votes
    11 Posts
    0 Views
    Mike HankeyM
    Good one! Certainly words to live by. Mike Semper Fi http://www.hq4thmarinescomm.com[^] My Site
  • MAC forum[modified]

    Site Bugs / Suggestions java swift lamp ios linux
    8
    0 Votes
    8 Posts
    0 Views
    P
    Paul Conrad wrote: Are some folks that dense? Sadly. Yes. Deja View - the feeling that you've seen this post before. My blog | My articles
  • MAC Forum/Support

    IT & Infrastructure java swift lamp ios linux
    5
    0 Votes
    5 Posts
    0 Views
    realJSOPR
    vb116 wrote: Is there a way to transfer this post to that forum? Yeah, it's called a "keyboard". "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997 ----- "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001
  • Linux section question

    The Lounge question lamp com linux tools
    2
    0 Votes
    2 Posts
    0 Views
    C
    The LAMP section is anything Linux/*nix, Apache, Perl/Python/PHP and MySQL. The more articles the better. Go nuts! cheers, Chris Maunder CodeProject.com : C++ MVP
  • 0 Votes
    7 Posts
    7 Views
    A
    SQLi is best handled using the database's native escaping routines and not just relying on addslashes() -- there is actually a way to circumvent addslashes from what I remember. Filtering is probably a good practice as well. To avoid escaping, you could just use PDO and prepared statements which handles the escaping for you automagically as well. I'm finding the only constant in software development is change it self.
  • 0 Votes
    2 Posts
    17 Views
    A
    PHP does have limited locale support, I think PHP 6 primary focus was full unicode support and namespaces. :P PHP can be used (and is used) to power everything from small scale to massive enterprise applications. What I like about PHP and open source (when done properly) is the flexibility in picking what parts I want and assembling those parts into my own custom tool chain. I'm not forced into using any one framework. In fact, I wrote my own (derived from Zend & Symphony) but I have some Zend classes and a few others to boot. PHP is a great environment. My only rant about PHP would be that it's so easy to learn, any dummy can buy a book and in 30 days claim to be PHP/MySQL/OOP expert and compete for the same jobs I do. :P Cheers :) I'm finding the only constant in software development is change it self.
  • 0 Votes
    7 Posts
    21 Views
    N
    PuTTy - for SSH access Ubuntu - as a favorite distro ------------------------------------------------------------ Want to be happy - do what you like!
  • WTF?!?!?!

    The Lounge java lamp question
    11
    0 Votes
    11 Posts
    0 Views
    C
    John Simmons / outlaw programmer wrote: CodeProject should be solely for the programmers, not for the sponsors. Always has been ;) cheers, Chris Maunder CodeProject.com : C++ MVP