Phone directory listing database

Help each other out

Phone directory listing database

Postby abobader on Wed Jun 28, 2006 1:26 pm

Hi all,

Anyone did database/plugin or use util that work with xlobby for phone listing? simple one will do here, as just name and phone number, thanks for any help regarding this issue.

My best.
abobader
 
Posts: 142
Joined: Fri Apr 21, 2006 5:08 pm

Postby FREDDYPD on Wed Jun 28, 2006 9:52 pm

I'd like that also. Address book on the kitchen touchscreen would be nice.
FREDDYPD
 
Posts: 13
Joined: Fri Jun 23, 2006 5:46 pm

Postby art on Thu Jun 29, 2006 1:50 am

You can create a simple address book directly in XL or you can just write your own database in Notepad. XML is quite simple, you don't really need any plug-in or util, something like this should do it:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<database>
<sortorder>display</sortorder>
<paths>
</paths>

  <item>
  <display>John Doe</display>
  <information>
   <first>John</first>
   <last>Doe</last>
   <phone>111-111-1111</phone>
  </information>
  </item>

  <item>
  <display>Jane Doe</display>
  <information>
   <first>Jane</first>
   <last>Doe</last>
   <phone>222-222-2222</phone>
  </information>
  </item>

</database>
art
 
Posts: 284
Joined: Sat Mar 20, 2004 8:40 am
Location: Allen, TX

Postby dalanik on Thu Jun 29, 2006 7:23 am

Yep. it's not a problem creating the database manually, but the thing is that it should be integrated with outlook or something.... even if somebody writes Outlook plugin, this is not perfect solution, since I'd hate to have to have Outlook running on my HTPC, that would be way too much :-) And anyway, I use outlook on other, normal PC, not HTPC. HTPC is dedicated HTPC and nothing else.

So the thing that we'd need is Outlook synchronisation from ANOTHER PC...

I might be willing to try - there's always VBA which can be used to export data from Office, but I need some ideas on how this would be implemented in most automated fashion...

D.
dalanik
 
Posts: 885
Joined: Mon Apr 19, 2004 12:35 pm
Location: Prague, Czech Republic

Postby lar282 on Thu Jun 29, 2006 7:47 am

I use the XCallerID plugin instead. It creates a XL databse with name and number of the caller so I can use that. Usually the persons that call me is the persons that I want information about
Doesn't really answer your question,, but still....


//Lasse
lar282
 
Posts: 1624
Joined: Thu Apr 01, 2004 4:13 pm
Location: Helsingborg, Sweden

Postby abobader on Thu Jun 29, 2006 12:41 pm

Thanks all.

Until a plugin either for sync outlook (wich will be great idea tho) or stand alone one, I will set a side a day or two and do art database suggestion, many thanks.

My best.
abobader
 
Posts: 142
Joined: Fri Apr 21, 2006 5:08 pm

Postby bmblank on Mon Jul 03, 2006 3:44 pm

Something that would be great is a plugin that syncs with the mozilla equivolent of outlook. It's not quite finished yet, but I'd be pumped if I could use mozilla instead of outlook. (i have a dell axim x3i, so syncing with that is what I"m waiting for)
bmblank
 
Posts: 233
Joined: Fri Jun 30, 2006 12:55 pm