<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-818009844505480049</id><updated>2011-04-22T02:00:13.945+01:00</updated><category term='mobile publishing'/><category term='blog'/><title type='text'>For Successful Computing</title><subtitle type='html'>Tips for successful computing.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://forsuccessfulcomputing.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/818009844505480049/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://forsuccessfulcomputing.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>fredespi</name><uri>http://www.blogger.com/profile/06915136149496633214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-818009844505480049.post-4210662390372844930</id><published>2007-03-20T21:23:00.000+01:00</published><updated>2007-03-20T21:38:37.518+01:00</updated><title type='text'>A Nautilus Script to Add Recursively to Subversion</title><content type='html'>&lt;a href="http://marius.scurtescu.com/node/85"&gt;Nautilus Scripts for Subversion&lt;/a&gt; is a set of scripts for simplifying working with Subversion. Since TortoiseSvn does not exist for Ubuntu these scripts come in handy. There are some things missing, however, so I have created another script for recursively adding files from a right-clicked directory. With my script Add-Recursive you can add all new files below a certain directory level in one operation. For example, if you have a directory "files" with a new file called "new_file" and a new directory called "new_dir" with a few new files in it you can add all of these by right-clicking "files" and running Add-Recursive. You can get the script here: &lt;a href="http://www.verysolid.se/subversion-nautilus-script-add-recursive.tar.gz"&gt;subversion-nautilus-script-add-recursive.tar.gz&lt;/a&gt;. Unpack it where you want it (probably in ~/gnome2/nautilus-scripts/Subversion somewhere). You can also cut and paste from here:&lt;br /&gt;&lt;br /&gt;#!/bin/sh&lt;br /&gt;#&lt;br /&gt;# Distributed under the terms of GNU GPL version 2&lt;br /&gt;#&lt;br /&gt;# http://forsuccessfulcomputing.blogspot.com/2007/03/nautilus-script-to-add-recursively-to.html&lt;br /&gt;&lt;br /&gt;LOGFILE=`mktemp -t svn_add.XXXXXX`&lt;br /&gt;&lt;br /&gt;svn status $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS|awk -F'[ ]' '{ print "svn add \""substr($0,8)"\"" }'|sh 2&gt;&amp;amp;1 &gt; $LOGFILE&lt;br /&gt;zenity --text-info --title="Subversion: Add-Recursive" --filename=$LOGFILE --width=600 --height=400 --window-icon="`dirname $0`/svn.xpm"&lt;br /&gt;rm -f $LOGFILE&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/818009844505480049-4210662390372844930?l=forsuccessfulcomputing.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://forsuccessfulcomputing.blogspot.com/feeds/4210662390372844930/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=818009844505480049&amp;postID=4210662390372844930' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/818009844505480049/posts/default/4210662390372844930'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/818009844505480049/posts/default/4210662390372844930'/><link rel='alternate' type='text/html' href='http://forsuccessfulcomputing.blogspot.com/2007/03/nautilus-script-to-add-recursively-to.html' title='A Nautilus Script to Add Recursively to Subversion'/><author><name>fredespi</name><uri>http://www.blogger.com/profile/06915136149496633214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-818009844505480049.post-2591089693188474591</id><published>2007-03-20T17:35:00.000+01:00</published><updated>2007-03-20T17:44:07.109+01:00</updated><title type='text'>Synchronize Google Calendar with Mobile Phone</title><content type='html'>Finally something that works: www.goosync.com. And its free.&lt;br /&gt;&lt;br /&gt;This is the kind of service that you are always looking for: something that performs like it should without you having to think about it too much.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/818009844505480049-2591089693188474591?l=forsuccessfulcomputing.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://forsuccessfulcomputing.blogspot.com/feeds/2591089693188474591/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=818009844505480049&amp;postID=2591089693188474591' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/818009844505480049/posts/default/2591089693188474591'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/818009844505480049/posts/default/2591089693188474591'/><link rel='alternate' type='text/html' href='http://forsuccessfulcomputing.blogspot.com/2007/03/synchronize-google-calendar-with-mobile.html' title='Synchronize Google Calendar with Mobile Phone'/><author><name>fredespi</name><uri>http://www.blogger.com/profile/06915136149496633214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-818009844505480049.post-7421097967136689019</id><published>2007-01-29T12:10:00.000+01:00</published><updated>2007-01-29T12:33:07.435+01:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='blog'/><category scheme='http://www.blogger.com/atom/ns#' term='mobile publishing'/><title type='text'>Personal Mobile Publisher</title><content type='html'>This is a way of creating a personal mobile publishing system (PMP) which can help you keep track of bits of information while away from your computer. Let's say you have planned a trip while sitting at your desktop PC and now you are about to leave and would like to bring the details about the trip. You could print them on paper or you could use the PMP and view them later on your mobile phone. This system could of course come in handy for other bits of information as well, such as booking numbers, phone numbers, maps, etc.&lt;br /&gt;&lt;br /&gt;In the following description most of the parts can be exchanged for similar components if you prefer to use something else. I have only tested the ones I name.&lt;br /&gt;&lt;br /&gt;Installation:&lt;br /&gt;&lt;ol&gt;&lt;li&gt;Start by creating a blog at &lt;a href="http://www.blogger.com/"&gt;Blogger&lt;/a&gt;. Make sure that you specify in the settings that the blog should be private since some of the information that you will publish may be for your eyes only. Also, choose a simple template since the information should download fast into your phone.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Install &lt;a href="http://www.operamini.com/"&gt;Opera Mini&lt;/a&gt; on your Java enabled mobile phone. Create a bookmark to your new blog.&lt;/li&gt;&lt;li&gt;Install the &lt;a href="https://addons.mozilla.org/firefox/329/"&gt;JustBlogIt&lt;/a&gt; extension for Firefox.&lt;/li&gt;&lt;/ol&gt;Use:&lt;br /&gt;&lt;br /&gt;Now, when you want to publish something from a web page to your Personal Mobile Publisher, just select it and then right click on it and select JustBlogIt!. A new window will open with the selected text filled in for you to edit if necessary. When you are happy with the result, click the publish button. To see the results in your phone, start up Opera Mini and browse to the bookmark for your blog.&lt;br /&gt;&lt;br /&gt;If you wish to enable very easy publishing of images as well, you can try the &lt;a href="https://addons.mozilla.org/firefox/1730/"&gt;Performancing&lt;/a&gt; extension instead.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/818009844505480049-7421097967136689019?l=forsuccessfulcomputing.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://forsuccessfulcomputing.blogspot.com/feeds/7421097967136689019/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=818009844505480049&amp;postID=7421097967136689019' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/818009844505480049/posts/default/7421097967136689019'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/818009844505480049/posts/default/7421097967136689019'/><link rel='alternate' type='text/html' href='http://forsuccessfulcomputing.blogspot.com/2007/01/personal-mobile-publisher.html' title='Personal Mobile Publisher'/><author><name>fredespi</name><uri>http://www.blogger.com/profile/06915136149496633214</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry></feed>
