|
Are you working on multiple computers, at work, at home, or your laptop? Ever get tired of copying files to share to an USB drive or emailing them to you? I just found the perfect solution, Dropbox.
|
|
|
pact Photoshelter slideshow |

Embed your Photoshelter galleries on any module position of your Joomla website.
The module uses the flash based slideshow widget from Photoshelter. Instead of copy and pasting the code from the Photoshelter website, you can simply copy the gallery url and configure the settings in the module parameters.
|
|
One of the most important factor in user experience of a website is how fast it loads. Of course loading times depend on many factors like; - hosting location
- template used
- amount of javascript to load
- size of the css file
In general one can say, the fancier the website looks the longer the loading times will be. Does that mean you can't use a fancy website? Of course not. The look and feel of a website almost equally important as the content you provide. "Users will come back for the content you provide, not to admire your fancy looking website" Turn off Etag. Just add the following code to your .htaccess file: FileETag None
Add an Expires header to your web component. To add an expires header to images, stylesheets, scripts, Flash, just add the following code to your .htaccess file: <IfModule mod_expires.c> ExpiresActive On ExpiresDefault A600 ExpiresByType image/x-icon A2592000 ExpiresByType application/x-javascript A604800 ExpiresByType text/css A604800 ExpiresByType image/gif A2592000 ExpiresByType image/png A2592000 ExpiresByType image/jpeg A2592000 ExpiresByType text/plain A86400 ExpiresByType application/x-shockwave-flash A2592000 ExpiresByType video/x-flv A2592000 ExpiresByType application/pdf A2592000 ExpiresByType text/html A600 </IfModule> What does it mean? Well basically you tell how long each specified file/content type should be considered valid. So a browser would know "i downloaded it x seconds ago, so no need to reload it now". The "A" is used to indicate that x seconds from Access is specified. It is also possible to use "M" which stands for Modification time. The expires by time is specified in seconds. So you need to do a little math if you want to specify minutes or weeks. Here are a few of the more common used times:- 600 = 10 minutes
- 3600 = 1 hour
- 86400 = 1 day
- 604800 = 1 week
- 2419200 = 1 month
- 29030400 = 1 year = never expires
This need apache has installed mod_expires. Make fewer HTTP requestsYou can use Joomla Plugin: CssJsCompress to aggregate all JavaScript and CSS files into one file, and use inline image combine all CSS images into a single image file. |
|
Photoshelter Archive export plugin for Adobe Lightroom |
|

Export directly from Adobe Lightroom to your Photoshelter Archive.
Simplify the process of uploading your photos from Adobe Lightroom to your Photoshelter Archive. This export plugin allows you export and upload all in one go. Giving you the time to continue what you love doing... Photography!
The export plugin 2.x version is still available for Lightroom 2 users. You should consider buying an upgrade to Lightroom 3.
Features
- update already uploaded images
- synchronize IPTC metadata between Photoshelter and Lightroom
- automatic login
- export to selected archive folder
- create new archive folder
- rename existing archive folder
- refresh archive folder list to reload external changes
- mark uploads as "Tagged" and/or "Searchable"
- export lightroom rating with each photo
- allow smart collection with photoshelter uploads
- lightroom 2 and Lightroom 3 compatible

Developing a useful plugin takes a lot of time. If it proves useful in your workflow please consider a donation to support this plugin.
Additional information

|
|
Last Updated on Saturday, 23 July 2011 20:24 |
|
|
|
|
|