// note to self... for generating pot file... // find -name "*.php" ! -path "*.svn*" > /home/toppa/Scratch/shashin_files.txt // xgettext --from-code=utf-8 --keyword=__ --keyword=_e --output=/opt/lampp/htdocs/wordpress/wp-content/plugins/shashin/languages/shashin.pot --files-from=/home/toppa/Scratch/shashin_files.txt wish list: support for new highslide slideshow feature separate admin-related functions in separate class file, loaded only when needed custom captions (allow where y or n is put now) embed Picasa flash slideshow: http://picasa.google.com/support/bin/answer.py?answer=66969 timeout when adding/updating a lot of albums - set_time_limit(120); for now allow for "newest" album in random photo display separate albums by username in display download full-size photos from Picasa (if enabled for album) add checkbox to "sync all" indicating whether it should pull in new albums check for bug in getNewest, when new albums are added dashboard widget to sync all paginate album list $caption .= htmlspecialchars_decode($this->data['description']); for single random or newest images, don't put in a table provide a custom class option for every tag download link in caption for full-size image "max" option not working with salbumthumbs tag translation contacts: pagination for album listing Russian: eduard.gabdullin@gmail.com (Eduard) Dutch: theomuys@gmail.com (Theo) Russian: antipod@beerhead.ru (Max) Spanish: joseluis@alsur.es (Jose)Jose Luis Moya Danish: wordpress@blogos.dk (Georg) Belorussian: mrilyuha@gmail.com (Michael Comfi) Flickr image sizes: s small square 75x75 http://farm3.static.flickr.com/2722/4033919425_e5e9c5cf1d_s.jpg 75x75 t thumbnail, 100 on longest side http://farm3.static.flickr.com/2722/4033919425_e5e9c5cf1d_t.jpg 100x75 m small, 240 on longest side http://farm3.static.flickr.com/2722/4033919425_e5e9c5cf1d_m.jpg 240x180 [none] medium, 500 on longest side http://farm3.static.flickr.com/2722/4033919425_e5e9c5cf1d.jpg 500x375 b large, 1024 on longest side (only exists for very large original images that were resized during upload) http://farm3.static.flickr.com/2722/4033919425_e5e9c5cf1d_b.jpg 1024x768 o original image, either a jpg, gif or png, depending on source format http://farm3.static.flickr.com/2722/4033919425_ace8526c5a_o.jpg 3072x2304 Twitpic images: We have an undocumented way to grab the 2 thumbnail sizes of an image. Ex: http://twitpic.com/show/mini/ just replace with the twitpic photo id, also you can replace "mini" with "thumb" to get the larger thumbnail. http://www.twitpic.com/show/mini/mt2bw 75x75 http://www.twitpic.com/show/thumb/mt2bw 150x150 http://www.twitpic.com/show/large/mt2bw 600x400 *note: Twitpic Community Guidelines specify that if you use a Twitpic thumbnail in your app, the photo must link back to its original photo page or a link to the original photo page must be provided somewhere within context to the thumbnail $xml_ns = $xml->channel->children($namespaces['georss']); $xml_ns2 = $xml_ns->children($namespaces['gml']); var_dump($xml_ns2->Point->pos);