Would you buy?

Status
Not open for further replies.

Speakup

Banned
Banned
312
2009
0
0
If you have a website with 10s or 1000s' of html files would you buy a program that will remove any line or code in the html that you want? Say you have a javascript on your site to popup and ad and you want it off, but you do not want to go through 200 pages and manually remove it. Would you pay 10$ for a program that would allow you to remove that script in seconds? Looking for feedback. I have a script that I have been developing and want to know what you think or what you think it would needs.
 
12 comments
No. Something that simple should be free. I do sites in php as most people do. Headers, footers and navbar files. That way you do not need to change hundreads of pages. Just one.
 
this would be helpful to dummies or newbies.
u should make it and package it in such a way that ppl would buy it at 10$. do enough publicity and marketing, with great looking screenshots and good reviews.

dont try selling here. its a webmasters forum. ;)
 
As many said above I do header footer ect to avoid such a problem. If you came to me a few years ago for $10 it would of been a great deal :)
 
Code:
for file in ~/filestoreplace/* ; do
sed -e 's/stringtochangefrom/stringtochangeto/g' "$file"
echo ----------------------------------------------------------------
done
You want to charge 10$ for this?...
Software is like sex - it's better when it's free.
 
I've already seen applications like this - they are handed out with adsense sites for changing the adsense code on every page.
 
Status
Not open for further replies.
Back
Top