You are viewing our Forum Archives. To view or take place in current topics click here.
Mouse Routine on website
Posted:

Mouse Routine on websitePosted:

Cl3mson
  • New Member
Status: Offline
Joined: Jul 13, 201311Year Member
Posts: 5
Reputation Power: 0
Status: Offline
Joined: Jul 13, 201311Year Member
Posts: 5
Reputation Power: 0
To update my website, i have to go through a routine daily that takes about 20 minutes of copying and pasting different things. Is there a way that i could set my mouse up and click go and it runs through that routine automatically, or a program that could do that for me? Thank you!
#2. Posted:
MarKehh
  • TTG Master
Status: Offline
Joined: Dec 31, 200914Year Member
Posts: 892
Reputation Power: 38
Status: Offline
Joined: Dec 31, 200914Year Member
Posts: 892
Reputation Power: 38
You're going to want a "macro". There are programs for this or there extensions for your browser you are using. I know that Firefox has an extension called iMarcos which can help you. Just search for it and you'll be good.
#3. Posted:
var
  • TTG Senior
Status: Offline
Joined: Dec 24, 201212Year Member
Posts: 1,498
Reputation Power: 79
Status: Offline
Joined: Dec 24, 201212Year Member
Posts: 1,498
Reputation Power: 79
You could use a server side language such as PHP or RoR and just use an include file that's applied at a certain time during the day. You could even just do it manually. If your pages have content that is the same across multiple pages, I'd recommend using PHP to simply take those chunks of HTML and add them in using a include across multiple pages. Tons of copying and pasting will be reduced to a simple include statement, and values can be changed using variables.
#4. Posted:
MrMw209
  • Blind Luck
Status: Offline
Joined: Mar 23, 201113Year Member
Posts: 2,458
Reputation Power: 3576
Status: Offline
Joined: Mar 23, 201113Year Member
Posts: 2,458
Reputation Power: 3576
Well if you simply put all the excuteable code into a php document then you could simply create a cron job that runs the script automatically with what ever time set
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.