GithubHelp home page GithubHelp logo

hydepark's People

Contributors

bgalbs avatar dalmaer avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hydepark's Issues

Rich image mouseover

If a post has an image in it, the user can mouseover that image and if there is a larger version available, animate out to show that version.

If there is metadata on the image, show that info too (e.g. a title, description)

Auto-update UI with new posts (Socket.IO)

Use Socket.IO to setup a bi-directional socket to Node service.

When a new post comes in, the UI will have a message area that shows something like:

"
2 new posts available:

Heading of post <- link to post
Heading of post
"

Handle search

Implement search capability.

Options:

  • do our own search on the datastore
  • punt and use the google ajax API
  • do both, and search various places (even stackoverflow!)

Create Node Import Service

  • Every 5 minutes look for:
    • RSS feed:
      • check timestamp to know that a new post is available
      • if new posts, convert XML to JSON, add "type: 'blog'" and POST to CouchDB
      • look for changes in other posts and PUT to CouchDB
    • Twitter feed (Yahoo! Pipes Aggregated @dalmaer and @bgalbs and @setdirection and favourited):
      • POST to CouchDB

Show the tags correctly

Right now we have

{{tags}} which creates (foo,bar,baz)

and we want:

(tags: {{#tags}}{{.}} {{/tags}})

to create:

(foo, bar, baz) all hyperlinked to find other guys.

Style code nicely

<pre language="javascript">....</pre>

Color coded goodness for code visualization.

Add support for localstorage

Add localstorage support so when the app boots it looks there first and then does a sync from the True Store (so it can work offline)

Dynamically add onclick handlers

RIght now we have:

onclick="client.displayStoryFromHome('{{id}}'); return false;"

in index.html.

Make that dynamically calculated from the div downwards.

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.