Recent content by Senotaru

  1. S

    Looking for SEO Software and Service Professionals interested in JV

    Hello, I'm looking for people who run SEO services or sell their own software. If you fall into this category, please send me a PM. The nature of this JV will be discussed in private. Thank you.
  2. S

    My mom is dying

    One hand at work is better than a million in prayer. What type of cancer does your mom have? I'll make a (small, sorry, I don't have much money, :<.) donation to a charity of your choice. Best of luck.
  3. S

    C#: How can I scrape Twitter usernames?

    If you use the RSS method above, here is a regex expression to scrape out everything: (?<=<uri>http://twitter.com/).*?(?=</uri>) To use it, get the webpage with httpwebrequest or some other method of getting the source code, add: using System.Text.RegularExpressions; to the top of your code...
  4. S

    Need a content writer for website

    Hey, I have a team of content writers, all American college graduates. Obviously all are native English speakers. Prices are $7/500 words for well researched and key-worded articles. Rewrites are free if its our fault. I'll send you a PM with some more information. Thanks, -Seno
  5. S

    What language do you suggest for SEO Bots

    c# Is great. It has its limitations, which I'm sure you'll run into. Great for getting you into the OOP mindset though, and there are a tons of tutorials and areas for help.
  6. S

    Need a C# coder to code me YouTube avatar uploader.

    Yeah sure, I can do this. I'll send you a PM.
  7. S

    (NEED) someone to email scrape a specific website

    Hey man, sent you a PM. I've got everything that you need ready. I've done plenty of scraping jobs. Will give you results within 2hr, guaranteed, or the services are free. Thanks, -Seno
  8. S

    [Journal] Advice and Tutorials of a Software Developer

    Basic Rundown of Concepts This is just a SUPER basic introduction to programming. I have some SEO stuff to immediately follow this, but I want people who know nothing of computer programming to be involved as well. Computer programming now-adays has boiled down to object-oriented programming...
  9. S

    [Journal] Advice and Tutorials of a Software Developer

    Hello everyone, This is my second attempt at this style of thread. I enjoy helping out the community here and am here to answer any questions you have about programming in the SEO industry along with some commentary on my own software that I'm working on. I've been in the software business...
  10. S

    PPC In Software?

    Thats the plan. In the lite version, I'd like to have ads, though. I'd rather provide a functional program for free users with a little bit of money coming in via ads, with the option to get an extended version that removes ads than have a half-working program, if you know what I mean. I'd like...
  11. S

    PPC In Software?

    Hey everyone, I'm a software developer and I'm thinking of releasing my software for free, and trying to monetize via PPC ads embedded in the software. I reviewed the Adsense TOS and it seems they don't allow you to embed their ads in your software, so I have to move to someone else. What do...
  12. S

    [Win a Bot!] Good Social Bookmarking Sites for Bot?

    Haha, yeah, I was hoping for some bookmarking sites people here regularly use and people would like to see explicitly in this type of bot. I'll use a few from what was posted here. I have a general style I like to use in software as far as UI design goes, so those that have seen my threads in...
  13. S

    [Win a Bot!] Good Social Bookmarking Sites for Bot?

    Not a single suggestion for a website beyond what was listed? No one knows any social bookmarking websites?
  14. S

    [Win a Bot!] Good Social Bookmarking Sites for Bot?

    Hey everyone. I'm in the process of writing a social bookmarking bot. I'm looking for decent sites to script for. At the moment, I have Reddit, Digg, StumbleUpon, Jumptags, Folkd, and Delicious. The problem is the majority of these are nofollow sites. That's fine, because I enjoy the traffic...
  15. S

    PHP Function to Check Bad Words

    Rather than loop through the array, you can just check in_array($arrayhere) which will tell you if that word is in there, then you can remove it. http://www.w3schools.com/php/func_array_in_array.asp
Back
Top