Recent content by JKasper

  1. J

    An example of Flippa scam!

    Once I was looking to buy a site on flippa and encountered a simple scam. It was a niche jobs site and I was very close to bidding on it. The site had several months of increasing adsense revenue and the seller claimed that all traffic arrived through organic search and long-tail search...
  2. J

    Can Python Be used for creating sophiticated SEO toolss??

    I've never tried to make a python executable but my understanding is that in most of these cases the binary format is mostly just a binary version of the abstract syntax tree of the script with all variable and function names in-tact, and that this is trivial to decompile back into the almost...
  3. J

    Can Python Be used for creating sophiticated SEO toolss??

    Yes, python is an excellent language for creating SEO tools. If you're looking to create tools for your own personal use, Python would be one of my top 2 choices along with Perl. Most likely the reason popular SEO tools are written in C# is because with C#/VB/.NET you can create executable...
  4. J

    [VB .NET] Question regarding parsing..I'm stuck. =\

    Here is a regex that will do it: <strong>\s*<a href=\"\/(.+?)\">(.+?)</a>\s*</strong>
  5. J

    Is Option Trading profitable?

    Yes option trading can be profitable, for a very small minority of those who try it. The vast majority of those who attempt to trade any financial instrument will not be profitable. (When I say "trade", I am referring to something distinct from "investing".) It takes years to become a...
Back
Top