The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
26 views

jQuery Mobile and snap-to-grid slides

I was checking out http://m.brainpickings.org/ from my iPhone 4S. Apparently they have this neat snap-to-grid effect that only lets you see one page on each vertical slide gesture. Is it feasible to ...
0
votes
4answers
133 views

How to know where mouse will be prior to MouseMove

I am trying to implement a functionality in my application to snap cursor to edge of a grid in my scene. As it stands I do have the framework to take the current MouseMove provided e.Location and ...
0
votes
0answers
36 views

Aggregate/Group entries by grid location using geodjango's snap_to_grid

I'm trying to figure out the snap_to_grid() method, which appears to do what I want, but I'm not sure how to use it. I have a model with several point fields: class PointsOfInterest(models.Model): ...