Notices


Reply
Thread Tools
Reflektorfalke's Avatar
Posts: 597 | Thanked: 490 times | Joined on Dec 2009 @ Germany
#291
Originally Posted by magnuslu View Post
This is due to my limited knowledge about CSS... Either the community waits for me to learn more about CSS (given my release plans, that could be months away...), or it contributes some nice stylesheets to use
Why donīt you post the css and let the community do its magic?
I am sure there are some skilled css experts out there who are willing to create a decent layout.

Unfortunately I am not able to promise that I will look at it myself (with my also limited css knowledge ;-) ) due to my tight schedule...
 
Posts: 299 | Thanked: 241 times | Joined on Oct 2009 @ Singapore
#292
Originally Posted by Reflektorfalke View Post
Why donīt you post the css and let the community do its magic?
I am sure there are some skilled css experts out there who are willing to create a decent layout.
I did. It's in this post.
__________________
My Maemo Apps:
QTeachMe
- Flashcard app
MobiTifo (which was formerly known as QSportsEvent) - Sports leagues tracking (mainly football).
 
Reflektorfalke's Avatar
Posts: 597 | Thanked: 490 times | Joined on Dec 2009 @ Germany
#293
Originally Posted by magnuslu View Post
I did. It's in this post.
Wasnīt this file for the rss feed layout?
I meant the layout of the matches tab...

As for rss, I am wondering if proper layout and rendering with a single css is possible at all. Because as far as I know they use different layouts. Most promising information I found so far is this:
http://code.google.com/apis/ajaxfeeds/
Well, I donīt like google and I am not sure if thats what you need...!?
 
Posts: 299 | Thanked: 241 times | Joined on Oct 2009 @ Singapore
#294
Originally Posted by Reflektorfalke View Post
Wasnīt this file for the rss feed layout?
I meant the layout of the matches tab...
Yeah... Sorry... Read and replied too early in the morning...

Here it is:

Code:
<style type='text/css'>
    .Date 
    {
            font-family: verdana, geneva, arial, helvetica, sans-serif; 
            font-size: 30px;
            padding: 2px;
            margin: 5px;
    }
    .Match 
    {
            font-family: verdana, geneva, arial, helvetica, sans-serif; 
            font-size: 30px;
            color: black; 
            border-width: 1px;
            border-style: solid;
            border-color: #0000FF;
            margin: 2px;
            padding: 2px 1px;
            -webkit-border-radius: 5px;
    }
    .header {
            font-family: verdana, geneva, arial, helvetica, sans-serif; 
            font-weight: bold;
            font-size: 28px;
            padding: 2px;    }
    .odd {
            background-color: #ebebeb;
            font-family: verdana, geneva, arial, helvetica, sans-serif; 
            font-size: 28px;
            padding: 2px;    }
    .even {
            font-family: verdana, geneva, arial, helvetica, sans-serif; 
            font-size: 28px;
            padding: 2px;    }
    .lines {background-color: #000;}
    .highlight {font-weight: bold;}
</style>
__________________
My Maemo Apps:
QTeachMe
- Flashcard app
MobiTifo (which was formerly known as QSportsEvent) - Sports leagues tracking (mainly football).
 

The Following User Says Thank You to magnuslu For This Useful Post:
Reflektorfalke's Avatar
Posts: 597 | Thanked: 490 times | Joined on Dec 2009 @ Germany
#295
Hi,

had a look at the css layout issue.
Unfortunately SoccerDB gives us only very limited options to play with. So I think it is not possible to create a nice layout based on only simple css...
Maybe someone more skilled can prove me wrong!?

However maybe it is not worth the effort to go into detail here, as in the future another data source might be used or the data in matches/table is handled as in the downloaded tabs (means downloaded and stored in DB and then displayed)?
 
El Amir's Avatar
Posts: 487 | Thanked: 152 times | Joined on Aug 2007 @ London, UK
#296
Heya, just wanted to let you know that PR1.2 is now out, maybe we can sort out something for the kinetic scrolling?
__________________
Follow me on twitter HERE!

Applications I've made:
- Vuvuzela
- LTM: London Tube Map
 
Posts: 299 | Thanked: 241 times | Joined on Oct 2009 @ Singapore
#297
Originally Posted by Reflektorfalke View Post
Hi,

had a look at the css layout issue.
Unfortunately SoccerDB gives us only very limited options to play with. So I think it is not possible to create a nice layout based on only simple css...
Maybe someone more skilled can prove me wrong!?

However maybe it is not worth the effort to go into detail here, as in the future another data source might be used or the data in matches/table is handled as in the downloaded tabs (means downloaded and stored in DB and then displayed)?
Thanks for looking into this. I'm hoping to dramatically speed up the loading of the complete league file from SoccerDB. If that works, I might not need the HTML page provided by SoccerDB and can format everything exactly the way I want. Loading time would have to <3s or so for this to be an option.
__________________
My Maemo Apps:
QTeachMe
- Flashcard app
MobiTifo (which was formerly known as QSportsEvent) - Sports leagues tracking (mainly football).
 

The Following User Says Thank You to magnuslu For This Useful Post:
Posts: 299 | Thanked: 241 times | Joined on Oct 2009 @ Singapore
#298
Originally Posted by El Amir View Post
Heya, just wanted to let you know that PR1.2 is now out, maybe we can sort out something for the kinetic scrolling?
That's the leaked PR1.2, right? I am not planning on installing it. If anyone has, I'd like feedback on whether the 0.0.5 version in Extras-Devel is installable and how it behaves... If reasonable, I'll upload 0.0.6
__________________
My Maemo Apps:
QTeachMe
- Flashcard app
MobiTifo (which was formerly known as QSportsEvent) - Sports leagues tracking (mainly football).
 
Reflektorfalke's Avatar
Posts: 597 | Thanked: 490 times | Joined on Dec 2009 @ Germany
#299
BTW, what did your marketing department decide on?
Your Tweet seems to be cut off...
 
Posts: 299 | Thanked: 241 times | Joined on Oct 2009 @ Singapore
#300
I noticed that QSportsEvent was mentioned on the Maemo Weekly News. Unfortunately, they state that v. 0.0.5 is available from Extras-Devel. As those who have followed this thread will know, you will encounter dependency issues with this one as long as PR 1.2 is not publicly available.

The sad part about this is that users who have not followed this thread will have a bad first impression of the app if they try to download it from there...

I remind everyone that you should follow the instructions in the QSportsEvent wiki page if you want to download the app prior to the official PR1.2 release. That's version 0.0.6 built on my own environment. The one in Extras-Devel is built in the maemo.org Garage environment that I have no control over.
__________________
My Maemo Apps:
QTeachMe
- Flashcard app
MobiTifo (which was formerly known as QSportsEvent) - Sports leagues tracking (mainly football).

Last edited by magnuslu; 2010-05-03 at 10:57.
 

The Following 2 Users Say Thank You to magnuslu For This Useful Post:
Reply


 
Forum Jump


All times are GMT. The time now is 09:48.