<?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>iTg Designbox</title>
	<atom:link href="http://www.itgdesignbox.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itgdesignbox.com</link>
	<description>Services offered by iTg</description>
	<lastBuildDate>Thu, 20 Jan 2011 04:33:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Commemorative photo management system for PhotoSales</title>
		<link>http://www.itgdesignbox.com/commemorative-photo-management-system-for-photosales/</link>
		<comments>http://www.itgdesignbox.com/commemorative-photo-management-system-for-photosales/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 04:25:20 +0000</pubDate>
		<dc:creator>swashata</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[jQuery/AJAX Dev]]></category>
		<category><![CDATA[PHP, MySQL dev]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.itgdesignbox.com/?p=318</guid>
		<description><![CDATA[This was a tough job. We were asked to add in the feature to PhotoSales site, which can manage commemorative frames for all the photos under a particular category. You can see a sample here. The work included lots of PHP calculation, MySQL db handling and some jQuery for the frontend. In theory, the admin [...]]]></description>
			<content:encoded><![CDATA[<p>This was a tough job. We were asked to add in the feature to PhotoSales site, which can manage commemorative frames for all the photos under a particular category. You can see a <a href="http://www.photosales.co.nz/details.php?gid=345&amp;pid=42433">sample here</a>. The work included lots of PHP calculation, MySQL db handling and some jQuery for the frontend.</p>
<p>In theory, the admin just has to set two frames for a category, one for landscape photos and other for portrait photos. Also, he needs to enter the x and y axis offsets for both the frames. Our script will automatically add a image preview button under all the photos of the category. If anyone clicks that button, then he/she will get a watermarked preview of the original image wrapped inside the commemorative frame. Also, if someone buys a photo from the category, he/she will get a full resolution and clean digital photo wrapped inside the frame. PHP image manipulation is used to automatically crop, position and add watermark to the main image before wrapping it inside the transparent section of the frame.</p>
<p>Here are some screenshots of the frontend and backend section of this management system:</p>

<a href='http://www.itgdesignbox.com/commemorative-photo-management-system-for-photosales/commemorative-photo-management-system/' title='commemorative photo management system'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/commemorative-photo-management-system-150x150.png" class="attachment-thumbnail" alt="commemorative photo management system" title="commemorative photo management system" /></a>
<a href='http://www.itgdesignbox.com/commemorative-photo-management-system-for-photosales/positioning-of-the-image-preview-button/' title='positioning of the image preview button'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/positioning-of-the-image-preview-button-150x150.png" class="attachment-thumbnail" alt="positioning of the image preview button" title="positioning of the image preview button" /></a>
<a href='http://www.itgdesignbox.com/commemorative-photo-management-system-for-photosales/backend-form-to-apply-commemorative-photo-frame/' title='backend form to apply commemorative photo frame'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/backend-form-to-apply-commemorative-photo-frame-150x150.png" class="attachment-thumbnail" alt="backend form to apply commemorative photo frame" title="backend form to apply commemorative photo frame" /></a>
<a href='http://www.itgdesignbox.com/commemorative-photo-management-system-for-photosales/illustration-of-how-the-framing-system-works/' title='illustration of how the framing system works'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/illustration-of-how-the-framing-system-works-150x150.png" class="attachment-thumbnail" alt="illustration of how the framing system works" title="illustration of how the framing system works" /></a>
<a href='http://www.itgdesignbox.com/commemorative-photo-management-system-for-photosales/viewing-and-editing-previous-records/' title='viewing and editing previous records'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/viewing-and-editing-previous-records-150x150.png" class="attachment-thumbnail" alt="viewing and editing previous records" title="viewing and editing previous records" /></a>
<a href='http://www.itgdesignbox.com/commemorative-photo-management-system-for-photosales/the-original-frame/' title='the original frame'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/the-original-frame-150x150.png" class="attachment-thumbnail" alt="the original frame" title="the original frame" /></a>

<p><script id="gtbTranslateElementCode">// <![CDATA[var gtbTranslateOnElementLoaded;(function(){var lib = null;var checkReadyCount = 0;function sendMessage(message, attrs) {  var data = document.getElementById("gtbTranslateElementCode");  for (var p in attrs) {    data.removeAttribute(p);  }  for (var p in attrs) {    if ("undefined" != typeof attrs[p]) {      data.setAttribute(p, attrs[p]);    }  }  var evt = document.createEvent("Events");  evt.initEvent(message, true, false);  document.dispatchEvent(evt);}function checkLibReady (){  var ready = lib.isAvailable();  if (ready) {    sendMessage("gtbTranslateLibReady", {"gtbTranslateError" : false});    return;  }  if (checkReadyCount++ > 5) {    sendMessage("gtbTranslateLibReady", {"gtbTranslateError" : true});    return;  }  setTimeout(checkLibReady, 100);}gtbTranslateOnElementLoaded = function () {  lib = google.translate.TranslateService({});  sendMessage("{EVT_LOADED}", {}, []);  var data = document.getElementById("gtbTranslateElementCode");  data.addEventListener("gtbTranslate", onTranslateRequest, true);  data.addEventListener("gtbTranslateCheckReady", onCheckReady, true);  data.addEventListener("gtbTranslateRevert", onRevert, true);  checkLibReady();};function onCheckReady() {  var ready = lib.isAvailable();  sendMessage("gtbTranslateLibReady", {"gtbTranslateError" : !ready});}function onTranslateRequest() {  var data = document.getElementById("gtbTranslateElementCode");  var orig = data.getAttribute("gtbOriginalLang");  var target = data.getAttribute("gtbTargetLang");  lib.translatePage(orig, target, onProgress);}function onProgress(progress, opt_finished, opt_error) {  sendMessage("gtbTranslateOnProgress", {"gtbTranslateProgress" : progress,       "gtbTranslateFinished" : opt_finished, "gtbTranslateError" : opt_error});}function onRevert() {  lib.restore();}})(); (function(){var d=window,e=document;function f(b){var a=e.getElementsByTagName("head")[0];a||(a=e.body.parentNode.appendChild(e.createElement("head")));a.appendChild(b)}function _loadJs(b){var a=e.createElement("script");a.type="text/javascript";a.charset="UTF-8";a.src=b;f(a)}function _loadCss(b){var a=e.createElement("link");a.type="text/css";a.rel="stylesheet";a.charset="UTF-8";a.href=b;f(a)}function _isNS(b){b=b.split(".");for(var a=d,c=0;c<b.length;++c)if(!(a=a[b[c]]))return false;return true}
function _setupNS(b){b=b.split(".");for(var a=d,c=0;c<b.length;++c)a=a[b[c]]||(a[b[c]]={});return a}d.addEventListener&#038;&#038;typeof e.readyState=="undefined"&#038;&#038;d.addEventListener("DOMContentLoaded",function(){e.readyState="complete"},false);
if (_isNS('google.translate.Element')){return}var c=_setupNS('google.translate._const');c._cl='en';c._cuc='gtbTranslateOnElementLoaded';c._cac='';c._cam='lib';var h='translate.googleapis.com';var b=(window.location.protocol=='https:'?'https://':'http://')+h;c._pah=h;c._pbi=b+'/translate_static/img/te_bk.gif';c._pci=b+'/translate_static/img/te_ctrl3.gif';c._phf=h+'/translate_static/js/element/hrs.swf';c._pli=b+'/translate_static/img/loading.gif';c._plla=h+'/translate_a/l';c._pmi=b+'/translate_static/img/mini_google.png';c._ps=b+'/translate_static/css/translateelement.css';c._puh='translate.google.com';_loadCss(c._ps);_loadJs(b+'/translate_static/js/element/main.js');})();]]&gt;</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itgdesignbox.com/commemorative-photo-management-system-for-photosales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photographers signup page redesigning for PhotoSales</title>
		<link>http://www.itgdesignbox.com/photographers-signup-page-redesigning-for-photosales/</link>
		<comments>http://www.itgdesignbox.com/photographers-signup-page-redesigning-for-photosales/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 03:56:23 +0000</pubDate>
		<dc:creator>swashata</dc:creator>
				<category><![CDATA[Complete designing]]></category>
		<category><![CDATA[jQuery/AJAX Dev]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.itgdesignbox.com/?p=310</guid>
		<description><![CDATA[Our job was to redesign the signup page of photographers. We used some of our own scripts and design, combined with some premium items to make a nice platform for signup. We also had several jQuery addons added. You can check in the page yourself to see the eye candies. Here are some screenshots:]]></description>
			<content:encoded><![CDATA[<p>Our job was to redesign the <a href="http://www.photosales.co.nz/photographer_signup.php">signup page</a> of photographers. We used some of our own scripts and design, combined with some premium items to make a nice platform for signup. We also had several jQuery addons added. You can check in the page yourself to see the eye candies. Here are some screenshots:</p>

<a href='http://www.itgdesignbox.com/photographers-signup-page-redesigning-for-photosales/photographers-signup-page-redesigning/' title='photographers signup page redesigning'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/photographers-signup-page-redesigning-150x150.png" class="attachment-thumbnail" alt="photographers signup page redesigning" title="photographers signup page redesigning" /></a>
<a href='http://www.itgdesignbox.com/photographers-signup-page-redesigning-for-photosales/1-2/' title='1'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/11-150x150.png" class="attachment-thumbnail" alt="1" title="1" /></a>
<a href='http://www.itgdesignbox.com/photographers-signup-page-redesigning-for-photosales/attachment/2/' title='2'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/2-150x150.png" class="attachment-thumbnail" alt="2" title="2" /></a>
<a href='http://www.itgdesignbox.com/photographers-signup-page-redesigning-for-photosales/attachment/3/' title='3'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/3-150x150.png" class="attachment-thumbnail" alt="3" title="3" /></a>
<a href='http://www.itgdesignbox.com/photographers-signup-page-redesigning-for-photosales/attachment/4/' title='4'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/4-150x150.png" class="attachment-thumbnail" alt="4" title="4" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.itgdesignbox.com/photographers-signup-page-redesigning-for-photosales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery addons to PhotoSales</title>
		<link>http://www.itgdesignbox.com/jquery-addons-to-photosales/</link>
		<comments>http://www.itgdesignbox.com/jquery-addons-to-photosales/#comments</comments>
		<pubDate>Wed, 19 Jan 2011 10:28:28 +0000</pubDate>
		<dc:creator>swashata</dc:creator>
				<category><![CDATA[jQuery/AJAX Dev]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.itgdesignbox.com/?p=301</guid>
		<description><![CDATA[We were asked to add in some nice jQuery animations. Below are some of the best eye candies we came up with.]]></description>
			<content:encoded><![CDATA[<p>We were asked to add in some nice jQuery animations. Below are some of the best eye candies we came up with.</p>

<a href='http://www.itgdesignbox.com/jquery-addons-to-photosales/footer-integration-and-modification/' title='Footer integration and modification'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/Footer-integration-and-modification-150x150.png" class="attachment-thumbnail" alt="Footer integration and modification" title="Footer integration and modification" /></a>
<a href='http://www.itgdesignbox.com/jquery-addons-to-photosales/jquery-addons/' title='jQuery-addons'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/jQuery-addons-150x150.png" class="attachment-thumbnail" alt="jQuery-addons" title="jQuery-addons" /></a>
<a href='http://www.itgdesignbox.com/jquery-addons-to-photosales/photo-thumbnail-caption/' title='Photo thumbnail caption'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/Photo-thumbnail-caption-150x150.png" class="attachment-thumbnail" alt="Photo thumbnail caption" title="Photo thumbnail caption" /></a>
<a href='http://www.itgdesignbox.com/jquery-addons-to-photosales/premium-photographers-bio-preview/' title='Premium photographers bio preview'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/Premium-photographers-bio-preview-150x150.png" class="attachment-thumbnail" alt="Premium photographers bio preview" title="Premium photographers bio preview" /></a>
<a href='http://www.itgdesignbox.com/jquery-addons-to-photosales/social-networking-button-animation/' title='Social networking button animation'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/Social-networking-button-animation-150x150.png" class="attachment-thumbnail" alt="Social networking button animation" title="Social networking button animation" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.itgdesignbox.com/jquery-addons-to-photosales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Product listing page redesigning for PhotoSales</title>
		<link>http://www.itgdesignbox.com/product-listing-page-redesigning-for-photosales/</link>
		<comments>http://www.itgdesignbox.com/product-listing-page-redesigning-for-photosales/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 19:14:37 +0000</pubDate>
		<dc:creator>swashata</dc:creator>
				<category><![CDATA[Complete designing]]></category>
		<category><![CDATA[jQuery/AJAX Dev]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.itgdesignbox.com/?p=293</guid>
		<description><![CDATA[Our job was to redesign the product listing for individual photo pages with some nice jQuery lightbox and tooltips. Well, we got our client satisfied. Here are some screenshots.]]></description>
			<content:encoded><![CDATA[<p>Our job was to redesign the product listing for individual photo pages with some nice jQuery lightbox and tooltips. Well, we got our client satisfied. Here are some screenshots.
<a href='http://www.itgdesignbox.com/product-listing-page-redesigning-for-photosales/add-to-cart-redesigning-with-lightbox/' title='Add to cart redesigning with lightbox'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/Add-to-cart-redesigning-with-lightbox-150x150.png" class="attachment-thumbnail" alt="Add to cart redesigning with lightbox" title="Add to cart redesigning with lightbox" /></a>
<a href='http://www.itgdesignbox.com/product-listing-page-redesigning-for-photosales/jquery-tooltip-on-mouse-hover/' title='jquery tooltip on mouse hover'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/jquery-tooltip-on-mouse-hover-150x150.png" class="attachment-thumbnail" alt="jquery tooltip on mouse hover" title="jquery tooltip on mouse hover" /></a>
<a href='http://www.itgdesignbox.com/product-listing-page-redesigning-for-photosales/product-listing-redesigning/' title='product listing redesigning'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/product-listing-redesigning-150x150.png" class="attachment-thumbnail" alt="product listing redesigning" title="product listing redesigning" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itgdesignbox.com/product-listing-page-redesigning-for-photosales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photo Cropping feature &#8211; PhotoSales</title>
		<link>http://www.itgdesignbox.com/photo-cropping-feature-photosales/</link>
		<comments>http://www.itgdesignbox.com/photo-cropping-feature-photosales/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 18:35:05 +0000</pubDate>
		<dc:creator>swashata</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[jQuery/AJAX Dev]]></category>
		<category><![CDATA[PHP, MySQL dev]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.itgdesignbox.com/?p=90</guid>
		<description><![CDATA[Another big project for our client photosales. They wanted us to add Photo Cropping feature for their customers. We developed a neat interface (combination of jQuery &#38; AJAX) using which customers can Crop their photos to whatever dimension they want. The site administrator also has an option to download the full resolution cropped photo. Below [...]]]></description>
			<content:encoded><![CDATA[<p>Another big project for our client photosales. They wanted us to add Photo Cropping feature for their customers. We developed a neat interface (combination of jQuery &amp; AJAX) using which customers can Crop their photos to whatever dimension they want. The site administrator also has an option to download the full resolution cropped photo. Below are some screenshots.</p>

<a href='http://www.itgdesignbox.com/photo-cropping-feature-photosales/attachment/1/' title='1'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/1-150x150.png" class="attachment-thumbnail" alt="1" title="1" /></a>
<a href='http://www.itgdesignbox.com/photo-cropping-feature-photosales/admin-interface-of-cropped-photo/' title='admin interface of cropped photo'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/admin-interface-of-cropped-photo-150x150.png" class="attachment-thumbnail" alt="admin interface of cropped photo" title="admin interface of cropped photo" /></a>
<a href='http://www.itgdesignbox.com/photo-cropping-feature-photosales/photo-cropping-feature-on-photosales/' title='photo cropping feature on photosales'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2011/01/photo-cropping-feature-on-photosales-150x150.png" class="attachment-thumbnail" alt="photo cropping feature on photosales" title="photo cropping feature on photosales" /></a>

<p>Also, we used a mysql database to store the cropped dimensions for future use. This is faster than cropping the image and saving several copies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itgdesignbox.com/photo-cropping-feature-photosales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recent Sales pages for PhotoSales Photographers</title>
		<link>http://www.itgdesignbox.com/recent-sales-pages-for-photosales-photographers/</link>
		<comments>http://www.itgdesignbox.com/recent-sales-pages-for-photosales-photographers/#comments</comments>
		<pubDate>Mon, 23 Aug 2010 13:57:42 +0000</pubDate>
		<dc:creator>swashata</dc:creator>
				<category><![CDATA[Customization]]></category>
		<category><![CDATA[PHP, MySQL dev]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.itgdesignbox.com/?p=83</guid>
		<description><![CDATA[PhotoSales admin had to post the sales on the photographers forum every month manually. Obviously it was nothing but a loss of time for the administrator. He wanted us to design a particular page to list down specific amount of sales from the database and show in a tabular form. So, we designed a cool [...]]]></description>
			<content:encoded><![CDATA[<p>PhotoSales admin had to post the sales on the photographers forum every month manually. Obviously it was nothing but a loss of time for the administrator. He wanted us to design a particular page to list down specific amount of sales from the database and show in a tabular form.</p>
<p>So, we designed a cool user interface for them which does all the work automatically. Browse the gallery below to get an idea about the UI.
<a href='http://www.itgdesignbox.com/recent-sales-pages-for-photosales-photographers/complete-recent-sales-page/' title='Complete Recent Sales page'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/Complete-Recent-Sales-page-150x150.png" class="attachment-thumbnail" alt="Complete Recent Sales page" title="Complete Recent Sales page" /></a>
<a href='http://www.itgdesignbox.com/recent-sales-pages-for-photosales-photographers/image-popup-smooth-animation-on-hover/' title='Image popup smooth animation on hover'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/Image-popup-smooth-animation-on-hover-150x150.png" class="attachment-thumbnail" alt="Image popup smooth animation on hover" title="Image popup smooth animation on hover" /></a>
<a href='http://www.itgdesignbox.com/recent-sales-pages-for-photosales-photographers/photosales-recent-sales-table-preview/' title='PhotoSales recent sales table preview'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/PhotoSales-recent-sales-table-preview-150x150.png" class="attachment-thumbnail" alt="PhotoSales recent sales table preview" title="PhotoSales recent sales table preview" /></a>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itgdesignbox.com/recent-sales-pages-for-photosales-photographers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Logging script for PhotoSales</title>
		<link>http://www.itgdesignbox.com/search-logging-script-for-photosales/</link>
		<comments>http://www.itgdesignbox.com/search-logging-script-for-photosales/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 16:36:52 +0000</pubDate>
		<dc:creator>swashata</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP, MySQL dev]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.itgdesignbox.com/?p=75</guid>
		<description><![CDATA[PhotoSales have a huge page visits and search hits. More over people search a lot on their site for finding their photos. So, Steve, the admin of PhotoSales asked me to create something to log the search queries and show them up to the photographers, so they can tag their photos in a better way. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.photosales.co.nz/" target="_blank">PhotoSales</a> have a huge page visits and search hits. More over people search a lot on their site for finding their photos. So, Steve, the admin of PhotoSales asked me to create something to log the search queries and show them up to the photographers, so they can tag their photos in a better way.</p>
<p>We worked on this and came up with an algorithm which will not only save the search queries, but also will break them into keywords and will <em>score</em> them accordingly. The concept was, <em>it is unlikely that people will enter exactly the same search query. So each should be credited based on relevancy of keywords used in the search query</em>.</p>
<p>So we came up with the following features:</p>
<ul>
<li>Logging of search queries for every unique search hit by the user (<em>Not while browsing the pages of the result</em>)</li>
<li>Break down of keywords and distribution of score with respect to the keywords.</li>
<li>Collection of top keywords from most scored queries and displaying them as popular search tags</li>
</ul>
<p>It was more of a back-end project than a front-end project. But still, without a catchy front-end the whole thing might have looked dull. So, we used a bit of CSS and HTML stuff style up the Search Log Table. Here is how it looks from the front end&#8230;</p>

<a href='http://www.itgdesignbox.com/search-logging-script-for-photosales/popular-keywords-cloud/' title='popular keywords cloud'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/popular-keywords-cloud-150x150.png" class="attachment-thumbnail" alt="popular keywords cloud" title="popular keywords cloud" /></a>
<a href='http://www.itgdesignbox.com/search-logging-script-for-photosales/search-log-table/' title='search log table'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/search-log-table-150x150.png" class="attachment-thumbnail" alt="search log table" title="search log table" /></a>
<a href='http://www.itgdesignbox.com/search-logging-script-for-photosales/search-logging-preview/' title='search logging preview'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/search-logging-preview-150x150.png" class="attachment-thumbnail" alt="search logging preview" title="search logging preview" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.itgdesignbox.com/search-logging-script-for-photosales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complete Cart page redesigning for Photosales</title>
		<link>http://www.itgdesignbox.com/complete-cart-page-redesigning-for-photosales/</link>
		<comments>http://www.itgdesignbox.com/complete-cart-page-redesigning-for-photosales/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 11:23:20 +0000</pubDate>
		<dc:creator>swashata</dc:creator>
				<category><![CDATA[Complete designing]]></category>
		<category><![CDATA[Customization]]></category>
		<category><![CDATA[PHP, MySQL dev]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.itgdesignbox.com/?p=66</guid>
		<description><![CDATA[The cart page is the heart of any eCommerce site. PhotoSales is not an exception. Our job was to redesign the complete cart page. We thought on this and after around 1 week of work, we came up with a brand new cart page filled with modern up-to-date features any cool eCommerce site can have&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>The cart page is the heart of any eCommerce site. PhotoSales is not an exception. Our job was to redesign the complete cart page. We thought on this and after around 1 week of work, we came up with a brand new cart page filled with modern up-to-date features any cool eCommerce site can have&#8230; Our planning  was to:</p>
<ul>
<li>Make custom Shipping option for the customers.</li>
<li>Ability to crop the image according to the product.</li>
<li>Modal login and registration form for quicker, simpler and modern user interface.</li>
</ul>
<p>This was really a big job for us. As it may sound easy to implement custom shipping and cropping feature but actually it is very much complicated from the backend, especially when you are going to modify a huge script.</p>
<p>But, we worked with PhotoSales administrator Steve and ultimately came up with the current cart page. Practically it does not lack a single feature from any modern eCommerce website. Have a look at the gallery&#8230;</p>

<a href='http://www.itgdesignbox.com/complete-cart-page-redesigning-for-photosales/cropping-tool-on-cart-page-photosales/' title='cropping tool on cart page photosales'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/cropping-tool-on-cart-page-photosales-150x150.png" class="attachment-thumbnail" alt="cropping tool on cart page photosales" title="cropping tool on cart page photosales" /></a>
<a href='http://www.itgdesignbox.com/complete-cart-page-redesigning-for-photosales/modal-login-window/' title='modal login window'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/modal-login-window-150x150.png" class="attachment-thumbnail" alt="modal login window" title="modal login window" /></a>
<a href='http://www.itgdesignbox.com/complete-cart-page-redesigning-for-photosales/modal-registration-window/' title='modal registration window'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/modal-registration-window-150x150.png" class="attachment-thumbnail" alt="modal registration window" title="modal registration window" /></a>
<a href='http://www.itgdesignbox.com/complete-cart-page-redesigning-for-photosales/photosales-cart-page-preview/' title='photosales cart page preview'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/photosales-cart-page-preview-150x150.png" class="attachment-thumbnail" alt="photosales cart page preview" title="photosales cart page preview" /></a>
<a href='http://www.itgdesignbox.com/complete-cart-page-redesigning-for-photosales/cart-page-afte-logging-in/' title='cart page afte logging in'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/cart-page-afte-logging-in-150x150.png" class="attachment-thumbnail" alt="cart page afte logging in" title="cart page afte logging in" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.itgdesignbox.com/complete-cart-page-redesigning-for-photosales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Complete Profile Theming for Photosales Photographers area</title>
		<link>http://www.itgdesignbox.com/complete-photographers-theming-photosales/</link>
		<comments>http://www.itgdesignbox.com/complete-photographers-theming-photosales/#comments</comments>
		<pubDate>Sat, 21 Aug 2010 09:31:22 +0000</pubDate>
		<dc:creator>swashata</dc:creator>
				<category><![CDATA[Complete designing]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP, MySQL dev]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[PSD to CSS XHTML]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.itgdesignbox.com/?p=42</guid>
		<description><![CDATA[The administrator of photosales wanted to give a complete theming option to their photographers. The requirements were The user interface should be simple like any social networking site. The themes should be easy to implement from the backend. Keeping in mind the word &#8220;simplicity&#8221; we created a PHP, MySQL based web application which would give [...]]]></description>
			<content:encoded><![CDATA[<p>The administrator of <a href="http://www.photosales.co.nz/" target="_blank">photosales</a> wanted to give a complete theming option to their photographers. The requirements were</p>
<ul>
<li>The user interface should be simple like any social networking site.</li>
<li>The themes should be easy to implement from the backend.</li>
</ul>
<p>Keeping in mind the word &#8220;<em>simplicity</em>&#8221; we created a PHP, MySQL based web application which would give the photographers to choose among various themes made available from the admin panel.</p>
<ul>
<li>Easy to generate theme CSS from the admin panel using color picker and custom CSS.</li>
<li>Simple UI, with options for selecting a theme from a dropdown menu (dynamic), use an online logo creator or uploading own image as logo.</li>
<li>AJAX generation of online logo from our application.</li>
<li>Complete jQuery lightbox interface for t</li>
<li>Porting of the photographers theme to various pages like gallery page, cart page, photographers home page etc&#8230;</li>
</ul>
<p>Have a look at the gallery!</p>

<a href='http://www.itgdesignbox.com/complete-photographers-theming-photosales/choosing-theme-from-photographers-area/' title='choosing theme from photographers area'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/choosing-theme-from-photographers-area-150x150.png" class="attachment-thumbnail" alt="choosing theme from photographers area" title="choosing theme from photographers area" /></a>
<a href='http://www.itgdesignbox.com/complete-photographers-theming-photosales/going-to-the-theming-area/' title='going to the theming area'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/going-to-the-theming-area-150x150.png" class="attachment-thumbnail" alt="going to the theming area" title="going to the theming area" /></a>
<a href='http://www.itgdesignbox.com/complete-photographers-theming-photosales/logo-and-theme-preview/' title='logo and theme preview'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/logo-and-theme-preview-150x150.png" class="attachment-thumbnail" alt="logo and theme preview" title="logo and theme preview" /></a>
<a href='http://www.itgdesignbox.com/complete-photographers-theming-photosales/logo-creator-and-uploader-photographers-theme/' title='logo creator and uploader photographers theme'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/logo-creator-and-uploader-photographers-theme-150x150.png" class="attachment-thumbnail" alt="logo creator and uploader photographers theme" title="logo creator and uploader photographers theme" /></a>
<a href='http://www.itgdesignbox.com/complete-photographers-theming-photosales/photographers-theming-1/' title='photographers theming 1'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/photographers-theming-1-150x150.png" class="attachment-thumbnail" alt="photographers theming 1" title="photographers theming 1" /></a>
<a href='http://www.itgdesignbox.com/complete-photographers-theming-photosales/photosales-css-maker-admin-area/' title='photosales css maker admin area'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/photosales-css-maker-admin-area-150x150.png" class="attachment-thumbnail" alt="photosales css maker admin area" title="photosales css maker admin area" /></a>
<a href='http://www.itgdesignbox.com/complete-photographers-theming-photosales/photosales-online-logo-creator-preview/' title='photosales online logo creator preview'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/photosales-online-logo-creator-preview-150x150.png" class="attachment-thumbnail" alt="photosales online logo creator preview" title="photosales online logo creator preview" /></a>
<a href='http://www.itgdesignbox.com/complete-photographers-theming-photosales/photosales-online-logocreator-color-picker/' title='photosales online logocreator color picker'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/photosales-online-logocreator-color-picker-150x150.png" class="attachment-thumbnail" alt="photosales online logocreator color picker" title="photosales online logocreator color picker" /></a>
<a href='http://www.itgdesignbox.com/complete-photographers-theming-photosales/photosales-photographers-theme/' title='photosales photographers theme'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/photosales-photographers-theme-150x150.png" class="attachment-thumbnail" alt="photosales photographers theme" title="photosales photographers theme" /></a>
<a href='http://www.itgdesignbox.com/complete-photographers-theming-photosales/photosales-online-image-uploader-and-cropper/' title='photosales online image uploader and cropper'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/photosales-online-image-uploader-and-cropper-150x150.png" class="attachment-thumbnail" alt="photosales online image uploader and cropper" title="photosales online image uploader and cropper" /></a>
<a href='http://www.itgdesignbox.com/complete-photographers-theming-photosales/complete-photographers-page-with-a-custom-theme/' title='complete photographers page with a custom theme'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/complete-photographers-page-with-a-custom-theme-150x150.png" class="attachment-thumbnail" alt="complete photographers page with a custom theme" title="complete photographers page with a custom theme" /></a>
<a href='http://www.itgdesignbox.com/complete-photographers-theming-photosales/photosales-photographers-default-theme/' title='photosales photographers default theme'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/photosales-photographers-default-theme-150x150.png" class="attachment-thumbnail" alt="photosales photographers default theme" title="photosales photographers default theme" /></a>
<a href='http://www.itgdesignbox.com/complete-photographers-theming-photosales/photosales-photographers-theme-preview/' title='photosales photographers theme preview'><img width="150" height="150" src="http://www.itgdesignbox.com/wp-content/uploads/2010/08/photosales-photographers-theme-preview-150x150.png" class="attachment-thumbnail" alt="photosales photographers theme preview" title="photosales photographers theme preview" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.itgdesignbox.com/complete-photographers-theming-photosales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photosales Navigation Menu</title>
		<link>http://www.itgdesignbox.com/photosales-navigation-menu/</link>
		<comments>http://www.itgdesignbox.com/photosales-navigation-menu/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 03:00:59 +0000</pubDate>
		<dc:creator>swashata</dc:creator>
				<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.itgdesignbox.com/?p=35</guid>
		<description><![CDATA[This was our first service for photosales.co.nz. Photosales is a popular and one of the biggest photo selling e commerce site in New Zealand. Our first job for the site was to redesign the category menu. Previously they were having a backdated tree type navigation menu. We recoded it into a CSS and jQuery powered [...]]]></description>
			<content:encoded><![CDATA[<p>This was our first service for photosales.co.nz. Photosales is a popular and one of the biggest photo selling e commerce site in New Zealand. Our first job for the site was to redesign the category menu. Previously they were having a backdated <em>tree type</em> navigation menu. We recoded it into a CSS and jQuery powered multilevel dropdown menu.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itgdesignbox.com/photosales-navigation-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

