Search:

Type: Posts; User: Checker1977

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,704

    Thanks! Let us just see if anyone else have good...

    Thanks! Let us just see if anyone else have good ideas. :-)
  2. Replies
    11
    Views
    1,704

    Thanks. I understand the solution is not trivial....

    Thanks. I understand the solution is not trivial. I just want to know whether there are any existing solution which could be used extract keywords from a specific page, like open source?

    I have no...
  3. Replies
    11
    Views
    1,704

    I mean the semantics meaning of a web page. For...

    I mean the semantics meaning of a web page. For example, when you browse MSN money pages, you got keywords like financial, stock, debts, layoff, auto industry, something like this.

    Just like when...
  4. Replies
    11
    Views
    1,704

    Any reference, code/paper/turotials are fine. My...

    Any reference, code/paper/turotials are fine. My purpose is just to extract keywords from a web page. Another job is to category the web page -- for example, identify it as financial web page or...
  5. Replies
    11
    Views
    1,704

    Sorry, I do not think you answered what I asked....

    Sorry, I do not think you answered what I asked. :-)

    I am asking what technologies could be used to extract keywords and category information from web page, not how to get the web page (including...
  6. Replies
    11
    Views
    1,704

    get keyword and category of a page

    I am going to write a Demo to extract keyword and category of a web page, does anyone know any open sources/samples/documents/book for me to start with?

    BTW: I need to deal with some...
  7. Replies
    8
    Views
    2,117

    In RFC2616, there are content-encoding,...

    In RFC2616, there are content-encoding, transfer-encoding and accept-encoding. I am not sure which one applies to the encoding of response html. Any ideas?
  8. Replies
    8
    Views
    2,117

    Which RFC?

    Which RFC?
  9. Replies
    8
    Views
    2,117

    html encoding issue

    I only know from http header meta field, it could be assigned html encoding. I am not sure whether there are any other ways to assign html encoding? Like HTTP response header? Thanks!
  10. Replies
    18
    Views
    4,633

    The problem is I did not find from which...

    The problem is I did not find from which paragraph of the Html Spec 5, the conclusion "it will be treated like it had a body around it" is reached. Any ideas?
  11. Replies
    18
    Views
    4,633

    But how does standard say whether content not...

    But how does standard say whether content not wrapped in header and also not wrapped in body belongs to header or body?
  12. Replies
    18
    Views
    4,633

    Hi CB, do you mean section "4.4.7 The header...

    Hi CB, do you mean section "4.4.7 The header element"?

    http://www.w3.org/html/wg/html5/#the-header-element

    I read it a couple of times but can not find the logics you mentioned,

    1. header...
  13. Replies
    18
    Views
    4,633

    Thanks CB. I did read Html 5 Spec today. ...

    Thanks CB. I did read Html 5 Spec today.

    http://www.w3.org/html/wg/html5/#the-header-element

    I can not find out where you mentioned both header and body tags are optional. Could you let me know...
  14. Replies
    18
    Views
    4,633

    I did some search, do you mean here? ...

    I did some search, do you mean here?

    http://www.w3.org/TR/REC-html40/

    But where is your 3 conclusions comes from? I read related Http header/body part, but no such 3 rules below.
    ...
  15. Replies
    18
    Views
    4,633

    CB, the only thing I read is RFC2616, Http...

    CB, the only thing I read is RFC2616, Http standard. What do you mean HTML standard??
  16. Replies
    18
    Views
    4,633

    CB and others, I have tried in browser, I have 3...

    CB and others, I have tried in browser, I have 3 browsers, IE8, Firefox 3 and the Google Chrome. I also have powershell at hand if you call it is a browser which could retrive web content.

    My...
  17. Replies
    18
    Views
    4,633

    It is Tech Board. We can discuss anything weird.

    It is Tech Board. We can discuss anything weird.
  18. Replies
    18
    Views
    4,633

    html header and html body

    If a page does not have header and body element, in the RFC standard, we should treat the information as header or as body?

    - I tested with IE and IE treats as body;
    - I read from Http 1.1 RFC,...
  19. Replies
    4
    Views
    1,308

    CB, you are hiding the issue, not answering! :-)...

    CB, you are hiding the issue, not answering! :-)

    For the noframe, here is what W3C said,

    http://www.w3.org/TR/REC-html40/present/frames.html#h-16.4.1

    "The NOFRAMES element specifies content...
  20. Replies
    4
    Views
    1,308

    CB, I think NOFRAME element is only used when...

    CB, I think NOFRAME element is only used when browser is not supporting frame feature. Normally we should use frameset and frame, is that correct understanding?
  21. Replies
    4
    Views
    1,308

    Html frame question

    Hi,

    I am studying the differences between FRAME and IFRAME of Html. I read up a coupld of documents but still not clear, including W3C ones. I think the major differences is,

    - page contains...
  22. Replies
    2
    Views
    918

    Thanks. So bad to see we can not use some...

    Thanks. So bad to see we can not use some customized data type. In order to make parameter list shorted, I wrap all parameters of some function into a single struct, and define the struct also into...
  23. Replies
    2
    Views
    918

    integration issue for suggestion

    I was designing a COM in-process server. Previously it works with C++ client and works fine. But now some other guys have ideas to expand the coverage to VB and JScript clients. I am short of...
  24. Thanks man, my code hangs at UploadData. You mean...

    Thanks man, my code hangs at UploadData. You mean I stepped into this function to see assembly code?
  25. Good idea! I have used tcpdump before. BTW: I...

    Good idea! I have used tcpdump before. BTW: I just want to make sure there is no profile tool provided by VS or any Windows built-in tools which could provide "better" analysis performance. If they...
Results 1 to 25 of 27
Page 1 of 2 1 2