If you want to outsource, read my post on outsorcing stuff.
Blind Ape Seo How to manage outsourced projects
Then go and write good requirements and you are golden.
::emp::
Outstanding guide to requirements +rep and my thanks
If you want to outsource, read my post on outsorcing stuff.
Blind Ape Seo How to manage outsourced projects
Then go and write good requirements and you are golden.
::emp::
Actually, I started giving thought to posting some of my scrapers right after I hit submit and decided I was being a little too stingy ... so much so that I decided to start a thread for it.
http://www.wickedfire.com/design-development-programming/56127-wf-php-functions-war-chest.html
How's that for dangling a carrot out there for you?
can you link to the audio?
I wasn't referring to that actually. Moar this. (oops, linked to the wrong thread, will fix later)(assuming I'm guessing how you're doing it right)![]()
Actually, I started giving thought to posting some of my scrapers right after I hit submit and decided I was being a little too stingy ... so much so that I decided to start a thread for it.
http://www.wickedfire.com/design-development-programming/56127-wf-php-functions-war-chest.html
How's that for dangling a carrot out there for you?
And while it does suck when someone decides to release tools to the open public that massively decreases the effectiveness of my own tools, if that's how people think it's best monetized, that's fine with me.
Honestly, it's more or less me saying something good about your tool.I fail to see how the release of my tool decreased the effectiveness of your tool. Please do explain.
Honestly, it's more or less me saying something good about your tool.
When there's only maybe 3-5 guys doing something like that, they dominate it. When there's more, there's not as much of an edge as there used to be for the similar software.
More than that, when a truly unique tool is released, it introduces the concept of what it does to the general population. So people get their own coders to make similar ones with improvements, etc.
As previously stated, I hold nothing against anyone that releases stuff. It's on me to compete, not on you to make it easier for me.
I fail to see how the release of my tool decreased the effectiveness of your tool. Please do explain.
I wasn't referring to that actually. Moar this. (oops, linked to the wrong thread, will fix later)(assuming I'm guessing how you're doing it right)
Don't get me wrong. I'm not holding it against you. Business is business. And while it does suck when someone decides to release tools to the open public that massively decreases the effectiveness of my own tools, if that's how people think it's best monetized, that's fine with me.
My thoughts were more to undercut those services by offering my own internal stuff for free or dirt cheap. Idea being that it can effectively make that business model pointless for them, and in the future stuff remains safe from public release.
Well, so far I find it reusable. If I don't want to scrape yahoo, I just don't call the $s->scrapeYahoo(); function. I see what you mean though, and it's something I do for more complicated things. It's just that in it's current incarnation it scrapes, and just scrapes. So no need for too many classes. Though now that I think about it I can see some definite use in the future depending on how far I feel like expanding itShady, if you break that scraper class down into one class per scraper type you might find that your code gets simpler and more reusable. eg. GoogleScraper, YahooScraper, DiggScraper (each with as identical interfaces as possible, starting with scrape() and getLinks() methods).
But it depends how you're using the code. If you're not using it in different projects in different ways, you may get no benefit at all by factoring into smaller classes.
I've done 1 second delays and gotten banned. Much more rare with 2 second searches, but still happens.Also, is there a good delay time between hits that works for all sites? 1 second good enough? Sorry this post should probably be a new thread in the programming section.
Like if you're searching for inurl:wp-signup.php
Stoopid n00b question #2, where can I learn how all this shit you guys are talking about works? Besides makemonies...
Yeah, it's called a footprint. That particular one means you're running wordpress-mu(and they can gen a blog)Stoopid n00b question here but is this why I see search queries like this in my AwStats results? People looking for a certain page to get a free link off my sites?
It's weird. Experience, friends who know their shit, sometimes blogs, messageboards, chats, etc. It's spread out.Stoopid n00b question #2, where can I learn how all this shit you guys are talking about works? Besides makemonies...
Stoopid n00b question here but is this why I see search queries like this in my AwStats results? People looking for a certain page to get a free link off my sites?
Stoopid n00b question #2, where can I learn how all this shit you guys are talking about works? Besides makemonies...
I fail to see how the release of my tool decreased the effectiveness of your tool. Please do explain.
I guess im being naive but I dont see the direct benefit of getting top results from google for a keyword
Ive read up about functions like sleep() but they dont infact pause execution, just output.