Hot answers tagged automation
5
Gmail filters only act on messages when they arrive. There's not a way to do what you want with filters.
For a pure Gmail solution, you can accomplish almost what you want by judicious use of search and the Canned Responses Lab. That will make sending identical messages to a bunch of people relatively easy.
Another option would be to use some third-party ...
5
Facebook does not provide a way to have groups that anyone can join instantly. Someone already in the group must add them, or they can request approval from a group admin.
The likely reason for not providing this is that it would attract spammers. Old-style open groups had spam problems and they did not even have the new group notification or chat ...
4
Using @Al Everett's advice, you can use vacation responder for this. (Sorry Al, feel free to add this answer and I'll remove mine :) )
Go into your Gmail settings and looks for a section called "Vacation Responder"
This will allow you to enter an auto-response for all incoming messages. Just uncheck the "Ends" box to make sure it will always be on.
...
3
Not currently possible in the new Google Docs interface.
You can still, however, use the old Google Docs interface, where you can set a default font.
Create a document in the old docs interface: https://docs.google.com/?action=newdoc
Open the Format menu
Select Document Settings...
Set the font etc. the way you want
Check "Make these the default styles ...
3
A very simple low-tech work-around is to maintain a file (e.g., Word, outlook task, etc.) with a list of these hyper-linked phrases and copy-paste the one you need into Gmail.
Another option that should work in most email clients like outlook is to define a simple signature for each such hyper-link.
2
HyperBK seems precisely to be what you are looking for.
It is a add-on for Firefox:
https://addons.mozilla.org/de/firefox/addon/hyperbk/?src=ss
The main functions are:
Automatically recommend a place in the tree of HyperBK tree of bookmarks
(It uses advanced algorithms to analyse the Web page for this recommendation)
Store the link there with a thumbnail ...
2
The Google+ API is read only at the moment. Google is working with select partners to provide the Page API which allows writing to the page. You may be able to work with one of these partners (see http://www.google.com/+/business/3rdpartytools.html) to get what you need.
You can also request access to this API at ...
2
Seems to be possible as of 2012.09.04, 13:50 GMT-6
1. Open a new document or an existing document,
2. Type some text (or select some existing text).
3. Change the size, style, and font to what you want.
4. Open the Format menu.
5. Point at "Paragraph styles", then at "Normal Text".
6. Select "Update 'Normal Text' to match".
Future new documents should ...
1
Pre-/Post-events sound like project planning, which made me think of MS Project. Google found me the Microsoft® Project to Google® Calendar tool.
It's been a while since I used MS Project, but I'm pretty sure you can link events like the way you've suggested.
I'm pretty sure that other import/export ways are possible (e.g., export from MSProject to iCal, ...
1
You should try Boomerang, I think it will do what you want
Schedule an email to be sent later. Easy email reminders.
Boomerang for Gmail is a Firefox / Chrome plugin that lets you take control of when you send and receive email messages.
1
I have been looking up any related research and all the sources I have found seem to have only theoretical examples. One research paper lists Delicious (which you mentioned) as a real world service example, but the other related work seems to be theoretical or things that have been abandoned since.
There's also a paper on a Firefox extension called HyperBK, ...
1
You may wish to look at the SortPlaces Firefox extension. According to its extensions home page:
SortPlaces is also designed to work with the SyncPlaces extension to automatically sort your bookmarks when you synchronise them.
However, I'm not sure that it will perform the automatic categorization that you appear to be looking for.
1
In principle you can use command-line tools cURL or wget to do this. Something like the following using curl
curl -c cookie.txt -o file.html -d "option1=value1&option2&value2" http://www.foobar.com/someformpage/
1
It can be done with youtube api
For c# my code =
YouTubeRequestSettings settings = new YouTubeRequestSettings("xxxxxxxxxxxxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxx", "xxxxxxxxxxxxxxxxxxxxxx");
YouTubeRequest request = new YouTubeRequest(settings);
Video newVideo = new Video();
newVideo.Title = srTitle;
...
Only top voted, non community-wiki answers of a minimum length are eligible