CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: serg_dz

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    8,233

    Re: how popular is ajax?

    Strange question :) There is no replacement for AJAX right now. May be after some period something will appear. But now there is no choice.
  2. You can write an xsl file with instructions on...

    You can write an xsl file with instructions on how to convert xml file. And then apply this transform.

    ------------------
    Sincerely,
    Serg Dzysyak
    AlarIT programmer
    http://www.AlarIT.com
  3. Thread: Cookies

    by serg_dz
    Replies
    1
    Views
    615

    Your problem is that you are trying to combine...

    Your problem is that you are trying to combine server-side and client side code. You must remember that ALL php code will be parcesd on the server and than results willbe sent to clients browser....
  4. Replies
    2
    Views
    1,798

    If you want to write some server-side script, you...

    If you want to write some server-side script, you can try PHP. Function to use:

    int imagecopy ( resource dst_im, resource src_im, int dst_x, int dst_y, int src_x, int src_y, int src_w, int src_h)...
  5. Replies
    1
    Views
    782

    You can do the same way as you do in any...

    You can do the same way as you do in any programming language. If you don't want something to be printed out you simply do not do this.

    A small php example:


    <?
    if(...){
    ?>
    html code
    <?
  6. May be it's not a good answer, but You can write...

    May be it's not a good answer, but You can write your own ListBox component using Win API. I think this component will be the fastest one.

    __________________
    Sincerely,
    Serg Dzysyak
    AlarIT...
  7. Thread: Gnu C++

    by serg_dz
    Replies
    12
    Views
    1,102

    Gnu C++

    Is GNU compiler is good enough to be used for commercial projects
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured