6.0.0-git
2024-03-19
Last Modified 2013-05-07 by Michael Rubinsky

Michael Rubinsky

http://theupstairsroom.com

Ansel 2.0 Stuff

DONE:

  • Deal with Ansel_Storage being able to specify different scopes and how that affects injector usage.
  • Use a decorator pattern for the different gallery display modes (Date/Normal/?).
  • rewrite tagger to use content_tagger
  • PHP5 native
  • Clean up the very long parameter lists on most of the list methods - take parameter arrays instead of a dozen different paramters.

TODO:

  • Ansel_Gallery::addImage() should take an Ansel_Image object, not the raw image data to create the object.
  • use pretty autocompleter for tags / update the image view and review placement of tag widget.
  • Rewrite google maps integration to use horde_map javascript
  • Add a way to easily perform image actions such as downloading from the gallery view...something along the lines of either a small contextual menu or simply a link on the image tile, also a textual link to display the full image view would be very helpful for galleries using a lightbox - so the user could see the exif data/comments/image actions etc...
  • Implement a more MVC-ish way of handling the different gallery/image views. Instead of checking for api usage in all the views, use a dedicated view. This will make it easier for others to implement their own specialized view?

Random notes

Review all ansel js, output all strings in js and consolidate all the gallery_view js into a single *.js file.

--

Make it easier to add new ModeHelper objects. There should be an init function somewhere that returns the available modes that are installed. Normal and Date should be 'built in' and always available - maybe parse the contents of a special custom Mode folder?

A gallery style is defined internally by the Ansel_Style object. It is a combination of the following user-set properties: The Thumbnail style (Polaroid, drop shadows etc...), the background color, and the view style (Traditional, Lightbox). It also holds the Ansel_Widgets that should be displayed, though those are not yet user settable via the UI.

The gallery's "display mode" is used internally to determine which Ansel_GalleryMode class to use to represent the Gallery. Ansel_GalleryMode objects are responsible for obtaining all information needed to represent the gallery. e.g., the Ansel_GalleryMode_Date object organizes the gallery's images into subgalleries grouped by dates. Another way to look at it is to say that these mode objects determine what the gallery contains and how to organize it while the Ansel_View_GalleryRenderer objects determine how the galleries are to be displayed on the screen.

Still to figure out: how to allow for (and what to call) special modes (such as a possible "remote gallery") that cannot be arbitrarily switched between modes (like the current Normal and Date modes can be).

--

Allow user-specific, global, settings for what Ansel_Widgets are visible, allowing them to remove a widget that is defined in the style to un-clutter the view.

Modularize the photo (and maybe gallery) actions so we can easily plug in new actions, such as "Send this photo to Flickr" etc...

Maybe a "import/export" ability - to transfer images to other services like Flickr, Facebook, and import them from services that the user has perms to.

Layout ideas:
http://ajaxian.com/archives/cross-browser-inline-block

lazy load image thumbnails for some styles: Needs to be implemented on top of prototype...
http://www.appelsiini.net/2007/9/lazy-load-images-jquery-plugin

Flash based image uploader (already implemented, with a widget implemented from scratch to look like the jquery widget):
http://www.uploadify.com/

http://24ways.org/2009/going-nuts-with-css-transitions
http://ajaxian.com/archives/transm-programmable-image-transitions?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+ajaxian+%28Ajaxian+Blog%29

Some usability/UI related stuff from Flickr site redesign.
http://www.photoble.com/photography-tips-tricks/flickr-photo-page/

Objective C/Cocoa stuff (For iPhoto/Aperture -> Ansel exporters, and iPhone/iPod Touch development):

http://www.slideshare.net/fraserspeirs/integrating-with-the-photography-ecosystem-on-mac-os-x#notesList
http://caffeinatedcocoa.com/blog/?p=7
http://blakeseely.com/blog/archives/2006/03/31/nsimage-deceivingly-simple-or-just-deceiving/

If I ever get *really* motivated to dust off my C++ skills (and I use that term very loosely), add support for XMP metadata fields:
http://www.adobe.com/devnet/xmp/

Some XML-RPC implementations for dealing with the lack of the WS* helper classes on the iPhone/iPod Touch:
http://code.google.com/p/wsdl2objc/
http://www.kilbot.com.au/2009/06/14/xml-rpc-on-the-iphone/

...at least until we have a RESTful interface to our api

Unit Testing with Objective C:
http://cocoawithlove.com/2009/12/sample-mac-application-with-complete.html
http://chanson.livejournal.com/119097.html

Horde_Image

GPS / Geocoding Stuff

Some code for using gps tracks in PHP - would like to provide apis for apps with geodata top filter based on date and location.

http://sgowtham.net/blog/2009/02/12/php-storing-gps-track-points-in-mysql/

Basic info on creating GIS capable tables, queries.
http://emad.fano.us/blog/?p=211

Choosing the best images to display based on location?
http://www.jongales.com/blog/2009/04/14/nearest-records-by-latitude-longitude-in-sql/
http://lists.mysql.com/mysql/204782
http://dev.mysql.com/tech-resources/articles/4.1/gis-with-mysql.html
http://www.scribd.com/doc/2569355/Geo-Distance-Search-with-MySQL
http://mysqlgis.com/

Alternative to google for webservices - plus a downloadable location database:
http://www.geonames.org/
http://www.gisgraphy.com/

Open source map server
http://mapserver.org/

Open source javascript abstraction for in-line dynamic maps
http://openlayers.org/

Kronolith Stuff/Ideas:

http://demo.helioscalendar.com/events/ (Some map integration ideas)