<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TechCorner &#187; image</title>
	<atom:link href="http://www.benh.org/techblog/tag/image/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benh.org/techblog</link>
	<description>web 2.0, tools, software reviews, tweaks and latest technology</description>
	<lastBuildDate>Fri, 03 Sep 2010 04:52:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Lightbox JS v2.0 Integration with Blogger Template</title>
		<link>http://www.benh.org/techblog/2006/12/lightbox-js-v20-integration-with-blogger-template/</link>
		<comments>http://www.benh.org/techblog/2006/12/lightbox-js-v20-integration-with-blogger-template/#comments</comments>
		<pubDate>Sun, 10 Dec 2006 21:55:00 +0000</pubDate>
		<dc:creator>Benedict Herold</dc:creator>
				<category><![CDATA[tweaks]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[lightbox]]></category>
		<category><![CDATA[photolog]]></category>
		<category><![CDATA[templates]]></category>
		<category><![CDATA[tweak]]></category>

		<guid isPermaLink="false">http://www.benh.org/techie/2006/12/lightbox-js-v20-integration-with-blogger-template/</guid>
		<description><![CDATA[Create a simple Photolog using Blogger.com and Lightbox JS. A step by step guide for photo bloggers; to Integrate Lightbox with their existing Blogger publishing system.
Blogger is a popular weblog publishing system, which supports custom designs and templates. Meanwhile Blogger is not much popular  [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Create a simple Photolog using Blogger.com and Lightbox JS. A step by step guide for photo bloggers; to Integrate Lightbox with their existing Blogger publishing system.</strong></p>
<p style="text-align: justify;"><!--adsense#ads--><a href="http://www.blogger.com/"><img src="http://www.benh.org/techblog/uploaded_images/blogger-logo-785851.jpg" border="0" alt="" width="185" height="63" align="right" /></a>Blogger is a popular weblog publishing system, which supports custom designs and templates. Meanwhile Blogger is not much popular as other blog publishing system like WordPress, etc for its support to Plug-ins.  In other hand Lightbox JS is a simple, unobtrusive script used to overlay images on the current page. It is lightweight and works with most of the browsers with Javascripts enabled.</p>
<p style="text-align: justify;"><a href="http://www.huddletogether.com/projects/lightbox2/"><img src="http://www.benh.org/techblog/uploaded_images/lightbox-788114.jpg" border="0" alt="" align="right" /></a>Yesterday, I was trying to publish my own Photolog. I was looking for a good web serice so that it would ease my task. I am with Blogger for a quite time and still I have not moved my blog to WordPress, even I wish so. So I decided to go with Blogger again with the FTP publishing enabled. But blogger didn’t have any ready made plug-in for Lightbox so I had to hack the code little bit. Blogger with Ligthbox would give any blog a realistic Photolog look.</p>
<p>Step by Step Guide:-</p>
<ol>
<li>Download the Lightbox JS script from <a href="http://www.huddletogether.com/projects/lightbox2/#download">Here</a> and copy the scripts to your web server most likely where your blog is been published.</li>
<li>Login into Blogger system and go to Template &#8211;&gt; Edit HTML</li>
<li>Add the below line into the Meta section of HTML tag<span style="font-family: 'Courier New', Courier, 'Lucida Console', Monaco, 'DejaVu Sans Mono', 'Nimbus Mono L', 'Bitstream Vera Sans Mono'; font-size: small;"><span style="line-height: 18px; white-space: pre-wrap;">
<pre class="brush:xml">&lt;link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen"&gt;</pre>
<p></span></span></li>
<li>Add the following scripts tag in the header section of the HTML template
<pre class="brush:xml">&lt;script type="text/javascript" src="js/prototype.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="js/scriptaculous.js?load=effects"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="js/lightbox.js"&gt;&lt;/script&gt;</pre>
</li>
<li>Check the CSS and make sure the referenced prev.gif and next.gif files are in the right location. Also, make sure the loading.gif and close.gif files as referenced near the top of the lightbox.js file are in the right location.</li>
<li>Once you’re done Save the Template.</li>
<li>With Blogger, we will not able to tweak their system directly, since it is not open source software. So we need to have little manual effort every time before you publish a photo log entry.</li>
<li>After creating a blog entry in Blogger system, do the following steps before publishing.</li>
<li>Go to Edit HTML option in the Post window as show in the figure<img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.benh.org/techblog/uploaded_images/blogger-726174.jpg" border="0" alt="" /></li>
<li>Once you have uploaded the image you will see an entry similar shown in the figure below.</li>
<p><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.benh.org/techblog/uploaded_images/blogger1-776971.jpg" border="0" alt="" /></p>
<li>Replace the selected code above with <code>rel=”lightbox”</code> as shown below<img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.benh.org/techblog/uploaded_images/blogger2-779489.jpg" border="0" alt="" /></li>
<li>You can also add title tag in  tag to enable Caption in the LightBox displayed</li>
<li>Now you’re all set and you can publish your Photolog.</li>
</ol>
<p>If you like to have image sets for each post entry then you need to add <code>rel="lightbox[group_name]"</code> for all the images that you which to show in that particular group image set. It should be similar to the below image.<img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://www.benh.org/techblog/uploaded_images/blogger3-735134.jpg" border="0" alt="" /><br />
Now you have a wonderful Photolog to start with as I do; Visit my PhotoLog at <a href="http://www.benh.org/photolog">The PhotoLog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.benh.org/techblog/2006/12/lightbox-js-v20-integration-with-blogger-template/feed/</wfw:commentRss>
		<slash:comments>53</slash:comments>
		</item>
		<item>
		<title>YotoPhoto.com: Free Image Search Engine</title>
		<link>http://www.benh.org/techblog/2006/08/yotophotocom-free-image-search-engine/</link>
		<comments>http://www.benh.org/techblog/2006/08/yotophotocom-free-image-search-engine/#comments</comments>
		<pubDate>Fri, 11 Aug 2006 20:09:00 +0000</pubDate>
		<dc:creator>Benedict Herold</dc:creator>
				<category><![CDATA[websites]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[photo]]></category>
		<category><![CDATA[search engine]]></category>

		<guid isPermaLink="false">http://www.benh.org/techie/2006/08/yotophotocom-free-image-search-engine/</guid>
		<description><![CDATA[YotoPhoto is an alternative for Google Image search. YotoPhoto can be used for searching free / open images. YotoPhoto can be great resource for bloggers and designers.

I was looking for a decent image for my new design. I initially tried using Google’s Image search. I was fed up with Google,  [...]]]></description>
			<content:encoded><![CDATA[<p><strong>YotoPhoto is an alternative for Google Image search. YotoPhoto can be used for searching free / open images. YotoPhoto can be great resource for bloggers and designers.</strong><br />
<!--adsense#ads--><br />
I was looking for a decent image for my new design. I initially tried using Google’s Image search. I was fed up with Google, since it had a huge source and most of the decent images are copy protected as well <img src='http://www.benh.org/techblog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  So I was not able to get what I wanted. Only then I came to know about the existence of image search engine where we can find free to use images.</p>
<p><a href="http://www.yotophoto.com"><img src="http://www.benh.org/techblog/wp-content/uploads/2007/06/yotophoto.gif" title="YotoPhoto Logo" alt="YotoPhoto Logo" align="right" border="0" />YotoPhoto.com</a> was really decent which managed to give me decent images with Creative Commons, Public Domain, GNU FDL, and various other ‘copyleft’ licenses.YotoPhoto is an image search engine with a difference. It allows you to search for free-to-use stock photographs and images.</p>
<p>They index various sources of free imagery on the web including Flickr, Wikipedia, Stock.Xchng, Morguefile, Pixelperfect Digital and OpenPhoto. Only photographs are indexed at this time. Other image types like maps, graphics, illustrations, 3D renderings, charts and the like are not indexed currently.</p>
<p>In short these are images you can use without paying anything. However an attribution may be required in some cases. They also provide a link to the type of license the image is under for convenience.</p>
<p>You can search by tags, keywords or by color. You can include stop words and specify image orientation. You can also combine keyword search with color attribute. YotoPhoto gives the copyright information about the image in search results which is great for Developers/ Designers etc,</p>
<p>Finally I got a decent image for the my new design <img src='http://www.benh.org/techblog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Kudoz to YotoPhoto!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.benh.org/techblog/2006/08/yotophotocom-free-image-search-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

