Submit Your Article Forum Rules

Search:

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

Page 1 of 16 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    407

    Canonical page to different URL?

    A client had good traffic on an ecommerce website until they launched a new website with new software.
    The new one was launched at the beginning of the year.

    So they put back their old site...
  2. Some of these events are behind secured/password...

    Some of these events are behind secured/password protected areas, so no URL can be provided. The one with the $_GET showing up in some url was already researched and there is NO php code on the...
  3. The code is sound. I do not see that on the page...

    The code is sound. I do not see that on the page that G is reporting it to be on. Ergo, ...
  4. Replies
    1
    Views
    244

    mod_rewrite delimiters

    I cannot seem to find the answer, even at apache.org.
    What characters require a delimiter for
    RewriteCond and
    RewriteRule?

    I have something like
    RewriteRule ^(p)(-.+)$ /script.php?ref=p$2
    ...
  5. Fast Server Problems? Is it really a problem?

    I am not going nuts, but I've noticed some oddities with program execution.

    I was just running a fairly complex mysql queries via phpMyAdmin and the one query was returning a result.
    There...
  6. Replies
    15
    Views
    575

    what do you get when you search...

    what do you get when you search
    site:www.mysite.com
    of course, replace your domain for www.mysite.com
  7. Duplicate content. Unless they will look at it as...

    Duplicate content. Unless they will look at it as cloaking.
    Any issue related to SEO.
  8. Do SE's spoof params to look like a mobile dev to crawl pages?

    The way my clients' new software works is this.
    It detects a mobile site by the 'HTTP_USER_AGENT string and mobile-specific HTTP variables such as WAP.

    If it's a mobile device, then the visual...
  9. Replies
    2
    Views
    376

    Webmaster Tools: URL Parameters

    We have URLs without query parameters.
    I noticed in WMT that they want to know about some such as "pop" in this...

    Our site uses ONLY
    mysite.com/mypage

    but I see in WMT this......
  10. Replies
    0
    Views
    378

    Remove cron with crontab?

    I need to cron a bunch of jobs and would like to delete the entire crontab when done.
    Can I delete cron within crontab? That is, will cron run the command, "/usr/bin/crontab -r"?

    If not, is there...
  11. Replies
    9
    Views
    1,570

    Let me back up. I was writing from memory about...

    Let me back up. I was writing from memory about the code. I finally got time to look it up. Thanks for the correction about "caption".

    There is a list of HTML <img src="" title="" and alt="" />...
  12. Replies
    9
    Views
    1,570

    View Post

    <img src="myimg.gif" class="myclass" title="Title to Image that is displayed" alt="Alt stuff" caption="Caption to image that is lengthy" height="100" width="100" />

    And, how much weight will the...
  13. Replies
    9
    Views
    1,570

    Image tags other than ALT and SEO

    I read Webnauts post about tags, but that is 10 years old (http://www.webproworld.com/webmaster-forum/threads/51620-All-you-need-for-Search-Engine-Optimization-(SEO))

    Nowadays, <img> tags might...
  14. How about a link to this case?

    How about a link to this case?
  15. I already fiddled with that before posting, ergo...

    I already fiddled with that before posting, ergo I was looking for something more specific.
    Thanks for responding.
  16. php: Sort multi-dim array on 2nd dim to resort 1st dim

    Hi,
    We have a multi-dim array and would like to sort the first dim based on a value in the second dim, $myarray[][sortorder].
    Is there an easy way to do this?

    E.g.,


    $myarray = array (
    ...
  17. [Google Base >] Merchant Account > AdWords?

    My client is targeting USA as one location.

    Does Google now require a PPC to get listed in the "Shopping" results?
    That is, when you upload your product data in "Merchant Accounts", to be...
  18. Replies
    2
    Views
    1,026

    Thanks. Because it had no more than the program...

    Thanks. Because it had no more than the program and version (no browser id'd), I was concerned about security and perhaps should not be. I have my technicians looking at this and if there is anything...
  19. Replies
    2
    Views
    1,026

    User Agent = Java/1.6.0_22

    I'm posting in Security rather than Browsers because I am concerned about security.
    I log visitors and noticed a User Agent logged as "Java/1.6.0_22".

    I see this for different IP's in different...
  20. Replies
    9
    Views
    1,045

    DeepSand: Thanks for the Spam comparison! This...

    DeepSand:
    Thanks for the Spam comparison! This makes it perfectly clear why I was so confused about SEO and applying some wrong principles.

    I've seen conflicting SEO and website design advice...
  21. Replies
    1
    Views
    601

    Today, Can Google Read Javascript/AJAX?

    Quick question, with today's technology, can Google read the text in _external Javascript put on the page via AJAX (which really is Javascript)?
    Is there any evidence of that?
  22. Craig, Thank you for the tad of optimism. That...

    Craig,
    Thank you for the tad of optimism. That helps.

    After a crisis when systems significantly change, the horizon has blue skies again.
  23. Yes - diversify is correct and ongoing. However,...

    Yes - diversify is correct and ongoing. However, with G having an overwhelming share of the searches, it's hard to not pay attention to them.
    Some other venues are free, some cost, others cost a...
  24. Google Penguin Update Dropped Traffic by 80% - Employes Laid Off...

    We were hit hard by the Apr-May Penguin algorithm update. Panda in Oct was unnoticed.
    There is still no sign of recovery.

    We have no black-hat, never had a 3rd party create backlinks, never...
  25. Replies
    1
    Views
    1,211

    PHP MYSQL FULLTEXT Misbehaving

    I set up a mysql table with some fields as a FULLTEXT index.
    The mysql crunching is done via PHP.

    It works :) - for the most part.

    Here is the issue. I am using an AJAX autocomplete that...
Results 1 to 25 of 394
Page 1 of 16 1 2 3 4