Automated Script to "Add to xxxx" [closed] - perl

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to login to a website and automatically do some action like say Add to some place.. which is like clicking a submit button, followed by another such click. Is there some way that I can automate this.
Also, how can we protect our websites against such things.
P.S : This is only for information.

Try WWW::Mechanize

iMacros or Selenium for ui automation.

Related

iPhone Push Notification server wirtting in C# to run on windows [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I want a push notification service to run on windows written using C#. Is it possible any guide lines?
Simple google search showed me this tutorial which seems cover everything.

Make notification in playframework [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I would like to make notification in my website like the ones in facebook. For exemple, in my application I can create an event and I can send invitation to my friend. When he opens his account he can see that invitation in a notification. Is this achievable with playframework ? do I need some other tools to achieve it ?
I'm using Play 2.0.3 and Scala
You'll need to use Comet sockets or WebSockets:

How to post the url and picture in wall after users clicks like or recomment button? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to post the url and picture in wall after users clicks like or recomment button. Please suggest if this is possible.
I solved it by event.subscribe method

Making a facebook program [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I read that to make a facebook program you have to have a server. Is that true? I'm planning on making a facebook program but am wondering what kind of hassle it is.
Facebook just released integration with Heroku so that you can make an app without having to manage your own server. The post about it is here.

How to implement "Remember Me" password feature in C#? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I want to make use of the ASP.NET login control in my application. If someone checks the checkbox placed in that control for "remember me next time", I want to give him access without typing his password into the application again.
Google shows this article for example: http://dotnetblogger.com/post/2010/01/11/ASPNET-Membership-Remember-Me-That-Actually-Works.aspx