Forum: Accessories
2011-01-25, 16:57
|
Replies: 7
Views: 6,593
|
Forum: Maemo 5 / Fremantle
2010-12-26, 09:48
|
Replies: 43
Views: 24,662
Re: KeePassX for Maemo 5 Nokia N900
I don't have the answer to your question but i hope that you manage to create a usable version for the N900.
My guess is that if you ask the question in the developers section, somebody knows the...
|
Forum: Applications
2010-11-02, 14:27
|
Replies: 90
Views: 161,875
Re: whatsapp type application for N900
Sure it does. It's called instant messaging isn't it?
Google talk comes default with all android phones and with newer blackberries. So the market is huuuge.
And the fun part is that it...
|
Forum: Applications
2010-11-02, 10:22
|
Replies: 90
Views: 161,875
Re: whatsapp type application for N900
The ones that don't have it installed can install it (just like they can install Whatsapp). My N900 has a nice list in conversations of all my contacts that are online.
I still don't get it. Why...
|
Forum: Games
2010-10-20, 19:57
|
Replies: 745
Views: 379,239
|
Forum: General
2010-09-17, 20:00
|
Replies: 20
Views: 5,333
|
Forum: General
2010-09-06, 15:25
|
Replies: 20
Views: 5,373
Re: my N900 sometimes doesn't alert for sms ...
I don't have a notification or led altering application program installed. I try to keep my phone as default as possible.
The sms messages arrive at my phone and i see the notification window when...
|
Forum: Competitors
2010-08-26, 13:23
|
Replies: 336
Views: 81,332
|
Forum: Competitors
2010-08-26, 11:19
|
Replies: 336
Views: 81,332
Re: what do you guys have against apple?
I don't hate Apple but i never will buy any of their products as long as Steve decides what you can install on it (or rather can't install).
Sure, the N900 isn't completely open source but at...
|
Forum: Applications
2010-06-09, 06:28
|
Replies: 244
Views: 74,287
Re: pySafe - for personal information security
It's good to know that the convertor actually is used. I didn't see any reaction on my post. I didn't know if it was worth my time continue developing it.
The keepass api supports getting the...
|
Forum: Maemo 5 / Fremantle
2010-06-08, 11:38
|
Replies: 43
Views: 24,662
|
Forum: Applications
2010-06-05, 19:40
|
Replies: 509
Views: 138,377
Re: Calendar Home Widget replacement
Nicolai,
Since you know how the calendar api works, would it be possible for you to write an app that lets you search the calendar? Display the results in a list and then make it click through?
...
|
Forum: Applications
2010-06-05, 15:36
|
Replies: 244
Views: 74,287
|
Forum: General
2010-06-04, 10:22
|
Replies: 3
Views: 3,139
|
Forum: Development
2010-05-31, 13:57
|
Replies: 9
Views: 3,110
|
Forum: Nokia N900
2010-05-28, 06:32
|
Replies: 16
Views: 6,741
|
Forum: Nokia N900
2010-05-18, 13:29
|
Replies: 5
Views: 2,312
Re: n900 charger to charge other USB devices
I charged a friends Motorola Droid/Milestone last week without any problems.
I think you can charge any mico usb device with it. The Nokia charger can deliver more output than a standard usb port...
|
Forum: Development
2010-04-22, 09:27
|
Replies: 26
Views: 11,574
Can anyone help developing a live GPS tracker?
My wish is to have an app that allows you to log your current location to a website so that people can see where you are. I want to use it while walking long distance marches. I'm walking the four...
|
Forum: Applications
2010-04-21, 08:11
|
Replies: 395
Views: 126,513
|
Forum: Applications
2010-04-17, 14:44
|
Replies: 395
Views: 126,513
Re: FIFA World Cup App ?
It's not really meant for adding an extra layer. It's to show that it's pretty easy to create a parser. If you leave out the function to fetch the remote page, it's only 20 lines of php. And it...
|
Forum: Applications
2010-04-17, 13:09
|
Replies: 395
Views: 126,513
Re: FIFA World Cup App ?
The soccerdb parsing can be done online so it's always up-to-date.
Here's a php script that parses the data and puts it a simple format.
demo is at: http://gnista.xs4all.nl/soccerdb/results.php...
|
Forum: Applications
2010-04-17, 12:10
|
Replies: 395
Views: 126,513
Re: FIFA World Cup App ?
You also can parse the soccerdb data to create a 'csv file' that you can use in a qt component. It shouldn't be that hard.
Just take a look here: http://www.aragon.ws/soccerdb/getmatches.php?id=714
|
Forum: Applications
2010-04-17, 12:02
|
Replies: 395
Views: 126,513
Re: FIFA World Cup App ?
Sure you can change the table style (see below). How do you want to have the things styled? Can you create a mockup?
<HTML>
<head>
<style type="text/css">
body {
...
|
Forum: Applications
2010-04-14, 17:24
|
Replies: 395
Views: 126,513
Re: FIFA World Cup App ?
Here's the source of the script that i used to get all league ID's. As you can see it's just a couple of lines of php. Most work is done by the simple html dom code.
So if you need something else...
|
Forum: Applications
2010-04-14, 16:08
|
Replies: 395
Views: 126,513
|