Hi, I need some Help, with some Softwaredevelopment?

Mrbagino

Newbie
Joined
Nov 10, 2011
Messages
46
Reaction score
9
Dear everybody,

I wanne develop some SEO Software plan is already finisch but the next step if my problem
i have search right now the hole WWWeb for some good tutorials, where to start with my project..

But there are a lot of stuff, but not the good one, what i need!

Little indication about the project:
"What we need"

- Some starting tutorials in the sense of article spinners
- Some starting tutorials in the sense of IP / http / https / socks hiders
- Some starting tutorials in the sense of Keyword Exchanger

Hope for good sugestions or tips, Thanks a lot!
 
i am a c++ programmer, we can do it together, but I don't know if this forum allows me to leave my contact info.
 
To be able to spin articles, you need knowledge of manipulating strings.
To be able to make HTTP requests you need knowledge of the HttpWebRequest class and its functions (this is making the assumption you're making use of the .NET Framework.

I'm starting to get a sense that you're trying to jump in to software development without actual experience of building any software before, if this is the case, your making a huge mistake that I made when I first started developing, my advice is to start small and work your way up. First learn how to make simple things such as calculators and then move on to more advanced topics, you can find all the sample code in the world, but if you don't understand what your coding, you're not going to make it far.
 
for article spinning I recommend using the NLTK library with python, C++ takes significantly longer to develop than python, and there is a huge abundance of python modules. I only use C++ when I am writing a desktop application or I need some server side code to be really fast. for spinning I just re-order the sentences then use a synonym replacement algo that is included in NLTK
 
Back
Top