Closed Thread
Page 20 of 75 FirstFirst ... 1018192021223070 ... LastLast
Results 191 to 200 of 748

Thread: Ask Me: BlaineSch

  1. #191
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: Ask Me: BlaineSch

    Haha is that the longest one you have ever seen?
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Location
    Advertising world
    Posts
    Many

     
  3. #192
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Ask Me: BlaineSch

    Probably not, I know Google deals a lot with how it categories pages, and one is by title, so unique titles with good keywords is a must. Lots of sites flood their titles.. I think there is a limit your browser will show tho... Google probable has some spam features for it as well. What do you think about long titles?

  4. #193
    Join Date
    Sep 2008
    Location
    Australia
    Posts
    4,834
    Blog Entries
    10
    Rep Power
    51

    Re: Ask Me: BlaineSch

    I think long titles are not needed. As long as you get what the MAIN point of the page across to the user, it should be correct. If you do use the main point, it will also increase your SEO. If you look at this thread's title, it's not full of keywords like the one above but it does show what content is on the screen. Another thing is the URL, it is very good for SEO.

    Do you know much about SEO?
    jQuery Selectors Tutorial - jQuery Striped Table tutorial - jQuery Events - jQuery Validation
    Sorry if I don't post as often as I did, I'll try to get here as much as possible! I'm working my bum off to get this scholarship and other stuff!

  5. #194
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Ask Me: BlaineSch

    I have read a few books on it. I would not call myself that good at it. I think I can do well with just decorating a page and making it Search Engine Friendly but ive never really had a successful site so I cant say I am good at it. Maybe if I had a lot of unique content it would work a bit better huh?

    I am pretty sure my images all have alts, my links all have titles, I use the h1-6 tags, favicons, metatags, titles, everything is one domain (www only), robots.txt, sitemap.xml, google also sees the index.php and the / as 2 different pages and might consider your site spam if a lot of content is duplicate so its bad to link to both of them (imo), all my links contain the full path and not relative path

    I do not think validation is much of a part of it tho, google.com is not even validated.

  6. #195
    Jordan Guest

    Re: Ask Me: BlaineSch

    Have you ever made a word censoring class or function?

  7. #196
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Ask Me: BlaineSch

    Nope cant say I have. If it just had a list of words tho it wouldnt be hard... just get an array of words you dont like, then do a str_replace which accepts arrays..
    Code:
    <?PHP
    $body 
    "wow your ugly!";
    $bad = array("bad""nasty""ugly");
    echo 
    str_replace($bad"****"$body);
    ?>
    That should echo "wow your ****!" but its untested... but it looks fine lol

  8. #197
    Jordan Guest

    Re: Ask Me: BlaineSch

    What is up with all the "Google owned by the mafia" spam?

  9. #198
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Ask Me: BlaineSch

    Microsoft owns a spam team to bring down google the evil way?

  10. #199
    Jordan Guest

    Re: Ask Me: BlaineSch

    Is google owned by the Mafia?

  11. #200
    Join Date
    Apr 2009
    Location
    Trapped in my own little world.
    Posts
    2,487
    Rep Power
    33

    Re: Ask Me: BlaineSch

    Anybody can buy a stock of it, so I suppose, in a way, yes it is. But not operated by the mafia IMO.

Closed Thread
Page 20 of 75 FirstFirst ... 1018192021223070 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. BlaineSch ask you!?
    By BlaineSch in forum Games
    Replies: 198
    Last Post: 08-26-2009, 09:37 AM
  2. BlaineSch
    By BlaineSch in forum Introductions
    Replies: 13
    Last Post: 04-28-2009, 04:14 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts