Git Product home page Git Product logo

npr-simile-timeline's People

Watchers

 avatar  avatar

npr-simile-timeline's Issues

Ability to play audio in a timeline popup

What would it take to incorporate a flash xspf player for each item on the
timeline that contains audio?

I think this would require some server side processing to create the xspf
playlist files.

Original issue reported on code.google.com by [email protected] on 9 Aug 2008 at 4:54

Mapping with the QGLite

Dale Hobson suggests, I "drop a line to Geoff Gaudreault of Reverbiage. His
globe/flash player widget for NPR top stories could definitely benefit from
the portable API query-building work you've done here. Map any topic/query?
Killer."

Could this also be used with google maps?  Would this be a matter of KML /
GeoRSS output?


Original issue reported on code.google.com by [email protected] on 12 Aug 2008 at 2:28

clean & validate javascript

clean up semicolons  in qglite.js

check other nprtimeline.js as well

(see if there is a javascript validator out there that I can use besides
aptana/eclipse).

Original issue reported on code.google.com by [email protected] on 10 Sep 2008 at 1:54

Pit two search terms head to head

Incorporate some of the nifty features from the BOSS API and Daylife
timeline API: http://tinyurl.com/6nvetv (suggestion compliments of andy carvin)

Original issue reported on code.google.com by [email protected] on 9 Aug 2008 at 4:58

comma still inserted after topic, program or series

The tests in lines 220 - 278 here:

http://code.google.com/p/npr-simile-timeline/source/browse/trunk/qglite.js?spec=
svn80&r=80

are still putting in a comma after the ids for topic, program and series. 
Even if there is only one id selected.

This is not breaking anything, so that's good.  The browsers all seem to be
forgiving of this, as is the NPR API not making any complaints.

I'll add this in as a bug.  My thinking is that I may need to use a switch
statement instead.  It's likely there is a simpler way to do this.


Original issue reported on code.google.com by [email protected] on 25 Oct 2008 at 10:37

Display a List of Stories Along with Timeline

Create an option to display a list of stories along with the timeline. 
Include;

* date
* title
* link to page at NPR

Have this as an optional radio button (as part of the QGL... or in the
frame where timeline settings are managed?).


Original issue reported on code.google.com by [email protected] on 24 Aug 2008 at 4:24

Headline Formatting Issue

Dale (and others have noted) there is a browser rendering issue in IE7.
It looks like an extra pixel showing in the individual story headline div or
a baseline positioning problem; the top of the headline continuation is
visible.


Original issue reported on code.google.com by [email protected] on 12 Aug 2008 at 2:31

Adjusting the Timeline's Scale

Dale Hobson asks "does the Simile timeline give you any control over the
timeline scale? It shows 9-10 weeks in your implementation. For well-covered
topics a range of 2-3 weeks might work better. Some widget-level control
over this would be useful."

Original issue reported on code.google.com by [email protected] on 12 Aug 2008 at 2:29

ability to select multiple topics

the ability to select multiple topics (using the and boolean operator so a
query with books & technology will return the intersect of those lists)

Original issue reported on code.google.com by [email protected] on 9 Aug 2008 at 4:45

Stories by Region

Integrate the NPR StationFinder:

http://www.npr.org/api/stationFinder.php

The NPR Station Finder allows users to pass in zip codes, city/state,
station call letters or latitude/longitude information, and we will return
a list of stations that can be heard in that location.

The station results also include key information about the stations,
including links to their home page, schedule page, audio streams, RSS
feeds, podcasts, station logo and more (possibility for branding of the NPR
Timeline?)

Does this mean that stories can be retrieved from the database by city,
state, zipcode or latitude/longitude?

Original issue reported on code.google.com by [email protected] on 19 Dec 2008 at 12:00

Host all JavaScript and HTML pages at code.google.com

The goal is to use the hosting service at code.google.com to serve all
files for the application from this location:

http://npr-simile-timeline.googlecode.com/svn/trunk/ 

Based on the suggestions outlined here:

http://vegdave.wordpress.com/2008/02/29/hosting-your-javascript-based-app-on-cod
egooglecom/

The mime-type property has to be set on all javascript and html files.

Original issue reported on code.google.com by [email protected] on 28 Aug 2008 at 6:27

Enhancement - subsequent filtering of results

There is a script called example.js which, when included, places a text
filter and some text highlighters on the page.  I have found these to be
very helpful when narrowing down results. The file is in the src tree for
simile-timeline. 

I have implemented it and it works great!

Thanks for this!  I will no longer have to be disappointed when someone
refers me to a story, or I want to go back and find one.  An excellent
application of this tool.

Original issue reported on code.google.com by wjwieland on 10 Apr 2009 at 2:47

Embed option within the Widget itself

Daniel Jacobson suggests: to really make a widget viral, you should have 
some sort of embed option within the widget itself.  that is, you dont know 
where people are going to put the timeline or how they are going to do it.  
so, to ensure that people can lift it from whereever it is, you should have 
an embed link available in the object that contains the code that allows 
users to pick it up.  this might not be easy if you dont have that kind of 
control over the timeline.  you may need to create a flash wrapper that 
contains the timeline.  


Original issue reported on code.google.com by [email protected] on 16 Sep 2008 at 4:15

Cannot Close Calendar

What steps will reproduce the problem?
1. When I try to chose a date using the calendar
2. I cannot click on the x in the top right hand corner
3. It seems to be covered up by other parts of the form (Number of
Results/Start Number)



Original issue reported on code.google.com by [email protected] on 19 Aug 2008 at 7:17

Runtime error generated on IE 7

What steps will reproduce the problem?
1. Load timeline generator in IE 7

What is the expected output? What do you see instead?
Got the following error:
Line: 24
Error: 'parent.parent.qgliteFrame.document.selectionForm.queryBox' is null
or not an object

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 25 Sep 2008 at 12:31

RSS to Timeline

See notes on the wiki: 

http://code.google.com/p/npr-simile-timeline/wiki/rsstotimeline

Original issue reported on code.google.com by [email protected] on 12 Aug 2008 at 3:01

Merge Latest QGL with Timeline Widget Generator

Merge the Timeline Widget Generator with the latest Query Generator Lite /
NPR SIMILE Timeline.

This way, when someone creates a query and views it on screen, they are
also presented with two text areas:

1) to grab the header code
2) to grab the body code

Need to also include some timeline formatting options (maybe in a separate
frameset - to keep QGL clean and usable in other mashups).

Original issue reported on code.google.com by [email protected] on 24 Aug 2008 at 12:57

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.