Click to See Complete Forum and Search --> : Complex Script help


JacksonVIP
09-06-2010, 11:08 AM
I am not very familiar with html programming, but would like to develop what I think is a very complex script. I may need to get some professional help, but figured that I would come here first. I am looking for a script that would create a wordpress blog entry, based on all New Streams at Justin.tv containing specific tag keywords.

Basicly, anybody who posts a video about Call of Duty, a new blog entry would appear on my website. Any suggestions?

annaunivrajan
09-07-2010, 01:58 AM
Why do you try to do all these things in Simple javascript? Why do you not use any server side language like .NET/PHP/J2EE ?

It may be possible to achieve the above using simple javascript. But you need to write hell lot of code !. Sometimes you may need to use some JavaScript framework like ExtJs/JQuery/etc.

I may be wrong. But i know doing the above using javascript will talke long time to complete. Its better use any one server side technoloy and Ajax. This combination will workout for your solution.

Regards,
P. Rajan

JacksonVIP
09-07-2010, 01:07 PM
How would I use .NET/PHP/J2EE ?

Which one would you recommend.