
seen from Türkiye
seen from South Korea
seen from Japan
seen from Singapore

seen from United States

seen from Brazil
seen from Germany

seen from Türkiye

seen from Hungary
seen from China

seen from United States
seen from Spain
seen from China
seen from Malaysia
seen from Japan
seen from Philippines

seen from Türkiye
seen from China
seen from Türkiye

seen from Germany
#7. Prestare attenzione ai dettagli
#7. Prestare attenzione ai dettagli
I dettagli sono importanti, fanno parte della nostra vita, del nostro modo di essere.In maniera macroscopica possiamo sapere anche la nostra direzione, però a volte non sappiamo come arrivarci.
Se la nostra ambizione , ad esempio, è quella di diventare un blogger famoso o quanto meno rilevante, perché siamo consapevoli di avere un patrimonio di interessi e competenzeda condividere, allora…
View On WordPress
#7. Prestare attenzione ai dettagli
#7. Prestare attenzione ai dettagli
Sapere dove ci stiamo dirigendo in senso generale, non ci dice come arrivarci.
Se la nostra ambizione , ad esempio, è quella di diventare un blogger famoso o quanto meno visibile, perchè siamo consapevoli di avere un patrimonio di interessi e competenze da condividere, allora dobbiamo essere in grado di formulare un piano dettagliato per far si che tutto ciò si avveri.
Mettere in pratica i piani…
View On WordPress
This app “Remember the Milk” is a life-saver for all the things you have to do as a student, a worker, or a functional member of society. This app ensures that you never forget to complete a task and it allows you to prioritize tasks on your schedule accordingly. The only negative to this app is that it requires an internet connection, but otherwise this app is highly recommended!
-Orchid Tosh
Send Tasks to Remember the Milk Using Google Sheets and Google Apps Script
Remember The Milk users can use this Google Sheet and the following Google Apps Script to email task to your RTM account.
Updated 20Jan15:
-fixed the problem with adding recurring task
-fixed problem of adding tasks before the subject line was generated
// 20Jan15 // This app takes task information entered into a Google spreadsheet and // emails it to your Remember the Milk account // Intro to Google Apps Scrips here: // https://developers.google.com/apps-script/overview // The base of the code and a great Google spreadsheet/email tutorial here: // https://developers.google.com/apps-script/articles/sending_emails var EMAIL_SENT = "TASK_SENT_TO_RTM"; function sendTaskstoRTM() { var sheet = SpreadsheetApp.getActiveSheet(); var startRow = 4; // First row of data to process // var numRows = 2; // Number of rows to process // Determine how many rows are in the ss // http://stackoverflow.com/questions/17632165/determining-the-last-row-in-a-single-column-google-apps-script var Avals = sheet.getRange("A3:A").getValues(); var numRows = (Avals.filter(String).length - 1); // Number of rows to process Logger.log(numRows); var emailAddress = sheet.getRange("B1").getValue(); // First column/Column A Logger.log(emailAddress); // Fetch the range of cells A2:last row/last column var dataRange = sheet.getRange(startRow, 1, numRows, 10) // Fetch values for each row in the Range. var data = dataRange.getValues(); // Before sending the tasks to RTM create the RTM Smart Add email subject for (var i = 0; i < data.length; ++i) { currentRow = startRow + i sheet.getRange(currentRow, 9).setFormula('=CONCATENATE(A'+currentRow+'," ", IF(ISBLANK(B'+currentRow+'),"",CONCATENATE("^",(TEXT(B'+currentRow+',"mm/dd/yyyy"))))," ",IF(ISBLANK(C'+currentRow+'),"",CONCATENATE("#",C'+currentRow+'))," ",IF(ISBLANK(D'+currentRow+'),"",CONCATENATE("#",D'+currentRow+'))," ",IF(ISBLANK(E'+currentRow+'),"",CONCATENATE("!",E'+currentRow+'))," ",IF(ISBLANK(F'+currentRow+'),"",CONCATENATE("=",F'+currentRow+'))," ",IF(ISBLANK(G'+currentRow+'),"",CONCATENATE("*",G'+currentRow+')))'); } // pause for 3 seconds (2000 milliseconds) // I added this because the task was being sent before the subject line was generated Utilities.sleep(3000); // Read through the rows and send the tasks to RTM if they haven't been sent already for (var i = 0; i < data.length; ++i) { var row = data[i]; var subject = row[8]; // 9th column/Column I Logger.log(subject); var message = row[7]; // 8th column/Column H Logger.log(message); var emailSent = row[9]; // 10th column/Column J Logger.log(emailSent); if (emailSent != EMAIL_SENT) { // Prevents sending duplicates MailApp.sendEmail(emailAddress, subject, message); sheet.getRange(startRow + i, 10).setValue(EMAIL_SENT); // Make sure the cell is updated right away in case the script is interrupted SpreadsheetApp.flush(); // pause for 2 seconds (2000 milliseconds) Utilities.sleep(2000); } } } /** * Adds a custom menu to the active spreadsheet, containing a single menu item * for invoking the sendTaskstoRTM() function specified above. * The onOpen() function, when defined, is automatically invoked whenever the * spreadsheet is opened. * For more information on using the Spreadsheet API, see * https://developers.google.com/apps-script/service_spreadsheet */ function onOpen() { var spreadsheet = SpreadsheetApp.getActiveSpreadsheet(); var entries = [{ name : "Send Tasks to RTM", functionName : "sendTaskstoRTM" }]; spreadsheet.addMenu("RTM", entries); };
支払い方法がカードやPaypalしかない。これはダメだと思って諦めていた。 仕事から帰ってiPodTouchで遊んでいる時にふと気になってRTMを立ち上げ、設定を確認したところ「proアカウントを延長する」という項目が。タッチすると1ヶ月350円と1年間2,900円の選択肢が。もしかしてiTunes Storeで買える?ちょうど今2,915円残額がある。1年の方をタッチすると、iTunes Storeのパスワードを要求してくる。やったね。 無事購入して更新することができた。 あとでiTunes Store(ウェブの方)を見たら、無料のRTMアプリのところに有料アドオンがちゃんと表示されていた。こっちからでも購入できたのね。
Remember The Milk のProアカウント延長 - デムパの日記 あるいは「いざ言問はむ都鳥」普及委員会
LAB 11: Web Productivity Tools
Activity 5- Productivity Tools Questions
For your blog entry, choose one of the tools that interested you. Define it, explain what it does and then discuss how it might be useful in a library related job.
I chose Remember the Milk [Rememberthemilk.com] as the productivity tool that interested me the most.
Remember the Milk is an organizational web app that allows you to choose the way you would like to stay organized: lists, tagging, task cloud, or notes. A user can map their tasks (giving locations as to where their task will be taking place), share, send, and publish their tasks with co-workers, family, or housemates in order to get things done, as well as prioritize and postpone tasks where necessary. The evolution of the web app has lead to many versions of mobile apps being released, so you can use the tool virtually anywhere, eliminating a pocketful of lists, or an ink-covered hand.
I think this tool would be useful in a library for many reasons: time management of staff (including simple task management, breaks, meetings, and staff schedules), programming schedules (this would allow staff to keep track of which programs are taking place where in their libraries), event schedules (reminding staff of big patron events coming up), book club schedules (including content, and reminders to have materials gathered and ready for the club's use), supply orders, book release dates, community events calendars, and all of these uses could be set up to have reminders issued so no one forgets what is coming up.
The use of a tool like this in a library could be invaluable, but one also needs to remember the time it would take to set something like this up. It sounds easy enough in theory: simply set up your events as they come. However, when we think about the many events and social calendars that are overlapping in a library (as well as in any business, or our personal lives), we can quickly see how it could be a little overwhelming. Perhaps that is just my way of thinking, though. I tend to look at apps like this with a little wariness and hesitation. For an example, when we were given our class outlines letting us know approximately what would be happening in which class daily, I took the time to enter the information in my computers calendar (with reminders) in order to help stay organized through the term. Three hours later, I had a term set up in my calendar, but only half of my classes were entered because only half of my classes provided a detailed outline. When I had finished, I thought I would feel less stressed and more pulled together, knowing what would be happening in classes daily. Instead, I simply felt stressed and frazzled from the setup. The thought that I will have to go through this process again at the beginning of next term is daunting, and it is really not something I am looking forward to. However, that being said, my calendar reminders on my computer (which are also linked to my mobile phone) have been probably one of the most valuable tools I've utilized this term. It's a habit I will continue to keep in order to keep my head above water and not feel so overwhelmed.
Saying all of that, if the Remember the Milk interface is as easy to use as iCalendars, it would definitely be worth the time in the library for staff to use. The setup time would be a very worth while investment, and the maintenance would simply be another task added in daily. Getting a reminder to remind you to update your reminders would be a bit amusing, don't you think?