[openspending-dev] Pre-launch support, OpenSpending for Oakland, Calif.

Adam Stiles adam.d.stiles at gmail.com
Mon Apr 15 16:36:28 UTC 2013


Yes, we'll keep you posted. Waiting to go live until we work out a few more
coding issues. Any help here would be greatly appreciated:
https://github.com/adstiles/openbudgetoakland/issues

Thanks,

Adam



On Mon, Apr 15, 2013 at 7:27 AM, Anders Pedersen
<anders.pedersen at okfn.org>wrote:

> Hi Adam,
>
> Good luck with the launch today. We'd be eager to get a post up on the
> OpenSpending blog, when you've gone official. Look forward to hear
> what role the site will play in the debate over the Oakland budget.
>
> And glad to hear that folks in Alameda are interested as well. Make
> sure to send them on to the list :-)
>
> Anders
>
>
> On 13 April 2013 12:21, Adam Stiles <adam.d.stiles at gmail.com> wrote:
> > thanks!
> >
> >
> > On Sat, Apr 13, 2013 at 10:40 AM, Tryggvi Björgvinsson
> > <tryggvi.bjorgvinsson at okfn.org> wrote:
> >>
> >> On fös 12.apr 2013 22:47, Adam Stiles wrote:
> >> > - CSS issue with treemap; text bleeds beyond the edge of the
> >> > rectangles. Tryggvi
> >> > suggested modifying treemap.css, which I tried but I'm probably doing
> >> > something wrong. Our treemap.css is here:
> >> >
> >> >
> https://github.com/adstiles/openbudgetoakland/blob/gh-pages/pre-launch/stylesheets/treemap.css
> >>
> >> Hi Adam!
> >>
> >> I haven't looked at the other issues you mention, just this one. The
> >> problem is that your site is loading your css files in the html head
> >> while the openspending stuff is loaded towards the end of body.
> >>
> >> Because the browser reads the head first and then the body, everything
> >> you're doing in the head gets overwritten when the browser reads the
> >> body. If you just move your stylesheets to the bottom of body it'll fix
> >> it.
> >>
> >> Something like:
> >>
> >> <html>
> >>   Here be lots of html stuff...
> >>   ...then some openspending stuff that ends with:
> >>
> >>                   siteUrl: "http://openspending.org",
> >>                   embed: true
> >>                   };
> >>                 window.wdg_widget = new
> >> OpenSpending.AggregateTable($('#tablewidget'), context, state);
> >>             });
> >>             </script>
> >>
> >>   <link rel="stylesheet" href="stylesheets/treemap.css">
> >>   <link rel="stylesheet" href="stylesheets/bubbletree.css">
> >> </body>
> >> </html>
> >>
> >> If you've made any other changes to the stylesheet you should move that
> >> as well.
> >>
> >> /Tryggvi
> >>
> >> _______________________________________________
> >> openspending-dev mailing list
> >> openspending-dev at lists.okfn.org
> >> http://lists.okfn.org/mailman/listinfo/openspending-dev
> >> Unsubscribe: http://lists.okfn.org/mailman/options/openspending-dev
> >
> >
> >
> >
> > --
> > Adam Stiles
> > 510.280.4862
> >
> > _______________________________________________
> > openspending-dev mailing list
> > openspending-dev at lists.okfn.org
> > http://lists.okfn.org/mailman/listinfo/openspending-dev
> > Unsubscribe: http://lists.okfn.org/mailman/options/openspending-dev
> >
>
>
>
> --
> Anders Pedersen
> Community Coordinator
> OpenSpending
> Open Knowledge Foundation
> Twitter: @anpe
> Skype: anpehej
>



-- 
Adam Stiles
510.280.4862
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.okfn.org/pipermail/openspending-dev/attachments/20130415/45f9dd2e/attachment.html>


More information about the openspending-dev mailing list