Search:

Type: Posts; User: marain; Keyword(s):

Page 7 of 13 FirstFirst 4 5 6 7 8 9 10

Search: Search took 0.04 seconds; generated 21 minute(s) ago.

  1. Thread: Anyone Home?

    by marain
    Replies
    4
    Views
    1,961

    My thoughts: Perhaps twenty percent of what I've...

    My thoughts: Perhaps twenty percent of what I've read thus far deals with facts and happenings about which I have insufficient knowledge to comment. As to the remaining eighty percent, I agree...
  2. Thread: Anyone Home?

    by marain
    Replies
    4
    Views
    1,961

    Got this very enlightening book as a Christmas...

    Got this very enlightening book as a Christmas present, The Crash of 2016, by Thom Hartmann. I'm about three-fifths through it.

    A.
  3. Thread: Anyone Home?

    by marain
    Replies
    4
    Views
    1,961

    Anyone Home?

    Anyone Home?

    A.
  4. Replies
    1
    Views
    4,482

    Saskey, I'm a bit confused concerning what you...

    Saskey,

    I'm a bit confused concerning what you are trying to do. Generating the random extension is simple in either javascript or php. What confuses me is that, if the extension is truly...
  5. Replies
    1
    Views
    1,958

    Ankush, I cannot see anything wrong with how...

    Ankush,

    I cannot see anything wrong with how you set it up. My best guess is that there is something else lurking in the picture. For example, are you sure that you uploaded the .htaccess file...
  6. Thread: Creeping Spaces

    by marain
    Replies
    0
    Views
    2,034

    Resolved Creeping Spaces

    This query relates to the same code at issue in the recent thread "To Code a Line Break":

    John provided suggested code that solved the problem completely:
    echo "Comment of former client" ....
  7. Replies
    12
    Views
    9,002

    Resolved Got it! echo "Comment of former client" ....

    Got it!
    echo "Comment of former client" . $testitable [$element] . "(file " . $testitable [$element + 1] . "): “" . trim(str_replace("<br />\x0d\x0a<br />", "<br />\x0d\x0a<br />“", $testitable...
  8. Replies
    12
    Views
    9,002

    Resolved John, the original problem arose on account of my...

    John, the original problem arose on account of my inability to communicate to my text editor (Notepad) that I wanted to search for hard returns. When I entered a hard return that I wanted...
  9. Replies
    12
    Views
    9,002

    Resolved To answer your question, it was working before...

    To answer your question, it was working before (except for the open quotation marks on paragraphs subsequent to the first one). You can see it "in action" at any of the pages on that site (except...
  10. Replies
    12
    Views
    9,002

    Resolved John, Can you please check to see whether the...

    John,

    Can you please check to see whether the DD editor translated some of what you typed, e.g. ampersand-pound sign-8-2-2-0-semicolon, to the character it represents? ALSO, did some of what you...
  11. Replies
    12
    Views
    9,002

    Resolved John, My objective is to add the open quote...

    John,

    My objective is to add the open quote (ampersand-pound sign-8-2-2-0) to the beginning of subsequent text paragraphs. Most of the texts are only one paragraph and the initial open quote is...
  12. Replies
    12
    Views
    9,002

    Resolved John, thanks. Unfortunately it does not work. ...

    John, thanks. Unfortunately it does not work. Here is the coded line:
    str_replace("<br />\n<br />", "“<br />\n<br />", $testitable [$element + 2]);

    The second double quote in the replace string...
  13. Replies
    12
    Views
    9,002

    Resolved To Code a Line Break

    How can I code a line break in the search string of a str_replace function? My text editor is Notepad.

    A.
  14. Replies
    7
    Views
    3,984

    Resolved John, that is absolutely phenominal! Thanks...

    John, that is absolutely phenominal! Thanks again.

    A.
  15. Replies
    7
    Views
    3,984

    Resolved John, two issues exist, one corresponding to each...

    John, two issues exist, one corresponding to each of your much appreciated replies. Anent your first reply, the text that I uploaded did not contain &#39; characters. They appear to have been converted...
  16. Replies
    7
    Views
    3,984

    Resolved header redirects

    Folks, I have a (working) PHP file that begins as follows:
    <?php
    header('Location:http://www.MarainLaw.com/page.php?here=sexual-assault-in-new-jersey');
    die();

    switch ( $here ) {

    case...
  17. Replies
    3
    Views
    3,120

    latrobe, this does not answer your question, but...

    latrobe, this does not answer your question, but an alternate way to set up the page would be to have a "table of contents" at the top of your page. Divide the text content of your page into...
  18. Replies
    3
    Views
    1,760

    John, your information is incredibly on point. ...

    John, your information is incredibly on point. Thank you.

    Follow up questions (no good deed goes unpunished): Do you have any recommendation as to which of the techniques to use: php header...
  19. Replies
    3
    Views
    1,760

    client-pull delay

    The header in http://www.njsexcrimes.com/page.php?here=index includes this line:

    <meta http-equiv="refresh" content="0;url=http://www.MarainLaw.com/page.php?here=sexual-assault-in-new-jersey" />I...
  20. Thread: Hidden Icons

    by marain
    Replies
    2
    Views
    8,145

    mlegg, problem solved. There was an unobtrusive...

    mlegg, problem solved. There was an unobtrusive box in the PGP display that needed to be checked. Thank you for your suggestion.

    A.
  21. Thread: Hidden Icons

    by marain
    Replies
    2
    Views
    8,145

    Hidden Icons

    Windows 7, Home Premium. I had a hidden icon (for PGP), thought I did not need it, so I deleted it from the hidden icon tray. As it turns out, I do need it, so I tried to restore it. I went to...
  22. Thread: Wrong Sort

    by marain
    Replies
    1
    Views
    1,240

    Resolved On further reflection, this is a logic problem...

    On further reflection, this is a logic problem and not a PHP problem. I'll work on it further myself. (But suggestions from the crowd would still be welcomed.)

    A.

    Further thoughts (if y'all...
  23. Thread: Wrong Sort

    by marain
    Replies
    1
    Views
    1,240

    Resolved Wrong Sort

    Hi Folks,

    The following code is developing and echoing a poker hand. The code is sorting the hand by suit. Is there a straightforward way to sort the hand, instead, by rank of card?


    $suits...
  24. Replies
    3
    Views
    1,855

    Resolved What took you so long? (Just kidding.) ...

    What took you so long? (Just kidding.)

    Thanks.

    A.

    P.S. I would mark this thread "resolved" if I knew how.
  25. Replies
    3
    Views
    1,855

    Resolved Psuedo-Element Not Working

    Hi Folks,

    My second 2014 question (first ever for this Forum);
    <style type="text/css">
    p.first-letter {
    color:red;
    font-size: 200%;
    } is not working. Page where I'm trying it out is...
Results 151 to 175 of 302
Page 7 of 13 FirstFirst 4 5 6 7 8 9 10