Search results

  1. N

    My Final Venture...The App Store or Bust

    Update please.
  2. N

    Niche an absolute requirement?

    Everybody on this forum told me: Find your very own niche and you'll be successful. My problem is: I've found some potential niches but I'm not really interested in any of them. I don't want to blog or write about something I don't even care about. On the other hand the topics/keywords I...
  3. N

    Ok Have written a content for my micro niche adsense website,100 words and 1 title

    100 words are considered a stub. And Google hates stubs. Just sayin'
  4. N

    Copyright question

    It's not HTML, it's CSS. And no - that snippet can not be copyrighted. You might want to rename textmodule and non-fans to something else, though.
  5. N

    Nulled or Not?

    You don't want to hear that but in my opinion you can't be 100% sure without going through the source code line by line.
  6. N

    pagination vs. seo

    how should pagination be optimized for seo? the default pagination for a blog is to start at 2 and then count up: myblog/ myblog/2 myblog/3 myblog/4 myblog/5 but publishing a new post moves all the existing posts down one step. therefore paginated urls will have their contents completely...
  7. N

    Autoblog

    Give it another 1-2 months and you'll be fine.
  8. N

    My Final Venture...The App Store or Bust

    I agree with mudbutt. The App Store is not worth any effort. You are a few years too late. Here are some facts for you: - 80% of all apps in the store are free - 30% of all apps are only used once - avg. selling price is below $1.50 - apple takes a 30% cut of every purchase - 100$/yr apple...
  9. N

    Autoblog

    How long ago did you start getting 150+ unique views per day on your blog(s)?
  10. N

    How to place banner to the left of my video? (simple html question)

    Shouldn't be that difficult, right? :) Try the following code again and post a screenshot of what it looks like. <div style="width:800px;"> <div style="float:left;background:red;height:400px;"> ... put banner src here </div> <div style="float:right;background:green;height:400px;"> ... put...
  11. N

    penalties for randomizing content

    lets say i've got a similar posts plugin that displays teaser excerpts of similar posts (picked by random) on every page. is there any seo advantage in doing so or should i rather try to keep my page as static as possible? or even worse, is this considered duplicate content?
  12. N

    minimum content length

    how many words / characters should a page at least have to get full seo attention?
  13. N

    How to place banner to the left of my video? (simple html question)

    <div style="width:800px;"> <div style="float:left;"> ... put banner src here </div> <div style="float:right;"> ... put video src here </div> <div style="clear:both;"></div> </div>
  14. N

    I Just Registered An Awesome Domain, Help me Monetize it :D

    That's because this thread is almost 2 years old. The domain is no longer registered.
  15. N

    [GET] Get Article - The Article Scraper

    Anyone ever got copyright issues when re-publishing scraped content?
Back
Top