Archive for Softwares

Before-After Photo Effect Plugin

// March 4th, 2010 // 24 Comments » // Plugins, Wordpress

Before After Plugin: Display before after effects with photos.

Detailed Description:
Before After plugin integrates jQuery Before/After Plugin in the wordpress.
It can be used to show the difference between edited and original photo, before and after photos of changes, etc.

Please check ‘Other Notes’ for the Usage instructions to see how to use it on your blog.

Download: Before-After WordPress Plugin.

Demosites:

  1. Operation with Default wp theme

Installation:

  • Plugin folder in the WordPress plugins folder must be `before-after`
  • Upload folder `before-after` to the `/wp-content/plugins/` directory
  • Activate the plugin through the ‘Plugins’ menu in WordPress
  • Check out ‘Usage Instructions’ for using it on your blog.

Limitations:

  • Presently this plugin can only show before after effect on single post/page
  • This plugin will show the effect only for 1 set of photos on single post/page

Usage Instructions

  • Write the content of your post other than the images
  • Switch to ‘HTML-editor’ mode of the post editor area
  • Click ‘BeforeAfter’ button (This will start the ‘[beforeafter]‘ shortcode)
  • Add the photos to your post through the wordpress image/media uploader
  • Atleast 1 photo should be left align when you insert the images on your post
  • The ‘left-aligned’ photo is taken as before photo so please align your photos accordingly
  • After you have inserted the two images in the post Click ‘BeforeAfter’ button again to close ‘[/beforeafter]‘ shortcode.
  • You can add more content to your post after closing the ‘[/beforeafter]‘ shortcode
  • The content other than image information withing the ‘[beforeafter]…[/beforeafter]‘ is ignored when the shortcode is executed, in other places like home page archive page the content will be shown as is in the post.

Recent Photos Plugin for WordPress

// February 28th, 2010 // 16 Comments » // Plugins, Wordpress

Recent Photos Plugin: can be used to display recent photos from your media library in the sidebar.

Updates: Version 0.0.2 – Added option to randomize photos

Detailed Description:
Recent Photos Plugin provides with a widget to display n numbers of photos in the sidebar.
The display can be customized through custom css or integrated in main style sheet file of your theme. Plugin also provides an option to use Thickbox (along with the patch code necessary for running thickbox on wordpress).

Download: Recent Photos Plugin.

Demosites:

  1. Demo with Default WP Theme
  2. This website shows the use of this plugin customised by css.

Installation:

  • Plugin folder in the WordPress plugins folder must be `recent-photos`
  • Upload folder `recent-photos` to the `/wp-content/plugins/` directory
  • Activate the plugin through the ‘Plugins’ menu in WordPress
  • Go to WP Admin > Appereance > Widgets and put the ‘Recent Photos’ widget in your sidebar
  • Configure the options as per your requirements and wordpress installation

Upgrade Instructions

  • Just Click ‘Upgrade Plugin Automatically’ within the WordPress Plugin Admin Area
  • Go to WP Admin > Appereance > Widgets and put the ‘Recent Photos’ widget in your sidebar
  • Configure the options as per your requirements and wordpress installation (New option for Randomize should be there)

Configuration Options:

  • Title: Title for the widget will be displayed as per your theme
  • Number of the photos: Number of photos that will be displayed in the sidebar
  • Randomize: Check to display photos in random
  • Browse Photo Link: Full link to your photos/gallery page
    Leave blank if you don’t want to show the link.
  • Use Thickbox: Enables/Disables the use of thickbox for this widget
  • WordPress Path: Applicable only if Thickbox is enabled
    This option is necessary to provide the patch for thickbox to correctly display thickbox related images (loadinganimation and close). If your wordpress installation is in a subdirectory provide the path for the same followed by a forward slash
    Eg. wordpress/ When the WP installation is in ‘wordpress’ subdirectory
  • Use Custom CSS: Enable/Disables the use of Custom CSS
  • Custom CSS: For styling this plugin requires following CSS ids and classes to be defined
    #recent_photos_envelope{margin:0 0 30px 0;}
    .recent_photo_image a {float:left;display:inline;margin:0 16px 15px 0;border:1px dashed #888;padding:5px}
    .recent_photo_image a:hover {border:1px dashed #000}
    

    The above css code is default css provided with the plugin

Frequently Asked Questions
Q. How to integrate css code in your default style sheet?
A. Copy the default css code into your style sheet
#recent_photos_envelope{margin:0 0 20px 0;}
.recent_photo_image a {float:left;display:inline;margin:0 16px 15px 0;border:1px dashed #888;padding:5px}
.recent_photo_image a:hover {border:1px dashed #000}
#browsephotos{margin: 0 25px 10px 12px; float:right;}

Enable Use Custom CSS option in the widget admin
Make sure Custom CSS code textarea is blank (Should contain no spaces also)

Mozilla Weave

// February 12th, 2010 // No Comments » // Browsers

I have been using various synchronizing addons/tools like Google browser sync tool, Xmarks (previously foxmarks) to keep my information like bookmarks and passwords sync between browsers at various locations. Recently stumbled upon Mozilla Weave. From their website

What is Weave?
Weave is a Mozilla Labs project to explore ways in which the browser can broker richer experiences on the Web, by integrating more closely with online services.

What is Weave Sync?
Weave Sync is the first component of the Weave project to be available for testing. It is an add-on and a server which allows you to synchronize browser-related personal information (such as bookmarks, history, saved passwords, open tabs) to a server and all your devices. You can use Mozilla’s server, or you can set up your own as well (see here for instructions)

With all the other tools, I have been always reluctant too sync my passwords because it has to be stored on their servers (I know its encrypted and all but in my opinion it was still risky), or setting up those sync through my own server was not an easy job. But with weave I was able to setup the weave server (Weave Minimal Server) on my box in less than 15 minutes (yeah it was that easy).  Now I can sync even my firefox sessions (open tabs, etc) across various computers.

Present limitation for Weave is that it is for Mozilla firefox only, but since it is open source and API based I think it will be available for other browsers too in future.

- instruite

Testing Flicker Post 2

// October 22nd, 2009 // No Comments » // Softwares, Technology

In this method I will be posting the image directly

More Hanabi

I have setup a @fl trigger in pingpressfm settings and see if that posts it to flickr

Result: @fl trigger doesnot seem to work with pingpressfm
rather I guess its sending the body content with the location of the image and not the image itself so its not triggering the @fl trigger at ping.fm
Anyways I thought better than relying on flickr, it will be better to show the photos within the blog itself, so I wrote a rough plugin to show the latest photos from posts in the sidebar and all photos on the photo-gallery page. I will add the plugin to wordpress plugin repository but it will take time as I will have to refine the code.

- Hemant

Testing Flickr

// October 21st, 2009 // No Comments » // Social, Softwares, Technology, Wordpress

Testing which image posting methods work for Posting photos to flickr through posterous and blog posts

Method 1) Referreing image through post url

Blue Hanabi

Blue Hanabi

Method 2) Referreing image through file url

Hanabi

Hanabi

Result: None of the above method work because I was sending post through ping.fm and it changed images to short urls will try another methods