Shared-tabbles is in beta
July 9, 2010 by Andrea D'Intino · 1 Comment
HELLO WORLD
Our most anticipated feature is now available for beta testing. This is what it looks like right now:
Check the shared-tabbles thread on the forum (or subscribe via RSS).
We’re looking to hear from as many of you as possible out there!
Andrea & Maurizio
Divide et impera – Teile und herrsche
Und wieder ist ein kleiner Schritt gemacht auf dem Weg zum DMS der Zukunft! Shared Tabbles ist in aller Tabbleros Munde.
Einige Auserwählte, erhielten heute Nacht eine Email mit einem Download Link zur Beta 1.5.4 – Shared-tabbles private beta. Die kleine unscheinbare Vier birgt nun hier das große Geheimnis. Die Magie zwei Datenbanken zusammen zu führen – Informationen zu teilen – Aus Zwei mach Eins – Wir wachsen zusammen – Schatz, unser gemeinsames Kind ist aber dick
Anscheinend darf ich mich zu diesem Kreis zählen, denn ich erhielt den Link und installierte heute morgen gleich.
Der Einfachheit halber habe ich auf einen zweiten Rechner verzichten und (nach einem Backup meiner DB) eine portable Version auf einem Stick installiert. Danach auf meinem Rechner. Nachdem ich dann in beiden Installationen den gleichen Pfad zur gemeinsamen Datenbank eingetragen hatte sah ich sie.
Die Tabbles der USB Datenbank in meiner PC Version.
Momentan unterscheiden sie sich nicht und man kann nicht im einzelnen bestimmen welche Tabbles man dem anderen Nutzer zugänglich machen will. Es werden einfach beide Verzeichnisse zusammengeführt, aber! Es ist ein riesen Schritt wenn man sich überlegt wie man diese Technik in naher Zukunft nutzen werden kann wenn es um das Thema Datei Management geht.
Es ist auch schon möglich eine Datenbank über einen gemeinsamen Dropbox Ordner (oder auch Powerfolder) zu teilen.
Rund um eine feine Sache und wieder haben wir ein Etappenziel in Sicht. Für Maurizio ist damit sicher schon eines erreicht, aber der Mann ist auch ein Marathonläufer. Persönlich bin ich schon sehr gespannt wie das Endprodukt aussehen wird und natürlich auf den ersten Release Candidate der diese Technik mit sich bringt.
Wer übrigens nicht zu der “Elite” gehört der Zugang zur Sneak Peek erhalten hat aber auch gerne so cool wäre, der kann einfach mit einer PN an Andrea in den Adelsstand erhoben werden.
Beta 1.5.3beta1 is out – (not!) a minor update
June 2, 2010 by Andrea D'Intino · 1 Comment
HELLO WORLD!
This release is actually bigger then what we expected, it comes packed with new features and improvements, among them a new list-like view, moving to .net framework 4, hugely improved memory use, Explorer and browser extension for the portable version and maaaaaany bug fixes…
Read the full story and grab the beta on our forum. Uh, our new homepage is online, cute, isn’t it?
A+M
Browser integration via bookmarklet – tag URLs with one click, with Tabbles
February 22, 2010 by Andrea D'Intino · 1 Comment
HELLO WORLD,
We’ve just released a beta introducing Browser integration via bookmarklet, it’s on our forum right now.
What’s so cool about it?
- You can group together files, web pages, and emails (if you’re using Gmail), with one click
.
You’ll have a little button on your browser, when you push it the Tabbles “Quick tag” window will pop-up and easily let you tag URLs…the cool thing is that you can tag URLs along with files and gmail emails, and find them together into the same tabbles (groups).
Plus, this works also as preliminary foundation to an SDK system, allowing people to write plugins and software to tag files/urls in all possible ways (and soon emails too). It’s all in the forum post.
This is what it looks like:
Tabbles 1.4.10b1 - browser integration - Firefox
How does it work?
We got the the hint from Kromeboy, he suggested us to register a custom protocol and then create a simple bookmarklet. The whole thing took less than a couple of days of work.
Step 1 – registering a custom protocol: you can make a couple of experiments on your own pc, copy&paste this text into a file.reg and double click on it. The function of registering a custom protocol is to tell Windows that each time the protocol is called, a certain application should be executed and what follows the protocol should be sent to the application as arguments. Here we’re registering the protocol “tabbles:” (looks a bit like “mailto:”, isn’t it? ) and mapping it on the path where tabbles.exe is located (on my computer).
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\tabbles] “URL Protocol”=”\”\”" “EditFlags”=hex:02,00,00,00 @=”\”URL:tabbles Protocol\”" [HKEY_CLASSES_ROOT\tabbles\DefaultIcon] @=”C:\\Program files\\Yellow blue soft\\Tabbles\\tabbles.exe,0″ [HKEY_CLASSES_ROOT\tabbles\shell] [HKEY_CLASSES_ROOT\tabbles\shell\open] [HKEY_CLASSES_ROOT\tabbles\shell\open\command] “(Default)”=”\”C:\\Program files\\Yellow blue soft\\Tabbles\\tabbles.exe\” \”%1\”" @=”\”C:\\Program files\\Yellow blue soft\\Tabbles\\tabbles.exe\” \”%1\”" Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\tabbles]“URL Protocol”=”\”\”"”EditFlags”=hex:02,00,00,00@=”\”URL:tabbles Protocol\”" [HKEY_CLASSES_ROOT\tabbles\DefaultIcon]@=”C:\\Program files\\Yellow blue soft\\Tabbles\\tabbles.exe,0″ [HKEY_CLASSES_ROOT\tabbles\shell] [HKEY_CLASSES_ROOT\tabbles\shell\open] [HKEY_CLASSES_ROOT\tabbles\shell\open\command]“(Default)”=”\”C:\\Program files\\Yellow blue soft\\Tabbles\\tabbles.exe\” \”%1\”"@=”\”C:\\Program files\\Yellow blue soft\\Tabbles\\tabbles.exe\” \”%1\”"Step 2 – the bookmarklet: this is also pretty easy for a non programmer like me. If you google you’ll find a bunch of tutorials and examples of Javascript code. The one we’re using is this:
javascript:void(location.href='tabbles:tag_url'+';'+encodeURIComponent(document.title)+';'+encodeURIComponent(window.location.href))
What this piece of Javascript does is sending a string to the protocol tabbles: followed by the parameters “tag_url”, “title of the page” and “address of the page” – the “;” is used as separator. For example, when used on the tabbles homepage, the output of the bookmarklet is:
which Tabbles reads as:
tabbles:tag_url;Tabbles | folders evolved;http://www.tabbles.net/ If you have Tabbles installed you can check the output using the debug log (Tools > Advanced > Show debug log). And that’s it! Doesn’t sound too hard, isn’t it? :-DEnjoy!
Andrea + Maurizio
1.4.5 beta1 -> beta2 -> beta3 ->RC1: the biggest release we did in a while
January 15, 2010 by Andrea D'Intino · 1 Comment
HELLO WORLD,
If you thought that Tabbles is complicated to use, this release should make you change your mind. Now it really looks like Windows Explorer Evolved ![]()
Check the whole story on our forum or download the beta here.
1.4.5 beta2 —>Ooops, we did it again! Check our forum or download the beta here.



