<?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>quantum web solutions</title>
	<atom:link href="http://www.quantumwebsolutions.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quantumwebsolutions.net</link>
	<description>web design - app design - seo</description>
	<lastBuildDate>Sat, 12 May 2012 16:23:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Firefox Image Color Correction</title>
		<link>http://www.quantumwebsolutions.net/uncategorized/firefox-image-color-correction/</link>
		<comments>http://www.quantumwebsolutions.net/uncategorized/firefox-image-color-correction/#comments</comments>
		<pubDate>Sat, 12 May 2012 16:21:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Firefox Image Color Correction]]></category>

		<guid isPermaLink="false">http://www.quantumwebsolutions.net/?p=546</guid>
		<description><![CDATA[Firefox Image Color Correction Recently, we realized that some of the images on our site only showed incorrectly on the Windows version of Firefox. Some of the Firefox installations that we checked, it showed ok, some not. Digging a bit &#8230; <a href="http://www.quantumwebsolutions.net/uncategorized/firefox-image-color-correction/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Firefox Image Color Correction</h1>
<p>Recently, we realized that some of the images on our site only showed incorrectly on the Windows version of Firefox. Some of the Firefox installations that we checked, it showed ok, some not. Digging a bit further, we realized that the problem stems from <span style="text-decoration: underline;">Firefox Image Color Correction being turned on</span> by default. The problem only exacerbates itself when you have no control over the end-users <strong>Firefox Image Color Correction</strong> settings. There&#8217;s <a title="Firefox Image Color Correction" href="http://hacks.mozilla.org/2009/06/color-correction/" target="_blank">this posting at hacks.mozilla.org</a> which accurately describes the problem and the solution. Fortunately the solution presented works perfectly. The tl:dr; of the page is this:</p>
<h3>Firefox Image Color Correction</h3>
<p>1) Download <a title="Download pngcrush" href="http://pmt.sourceforge.net/pngcrush/" target="_blank">pngcrush</a> (you&#8217;ll need to have gcc installed in order to properly compile it).</p>
<p>2) Run pngcrush in the command line with this command:</p>
<pre>pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB infile.png outfile.png</pre>
<p>This will strip any embedded color profile from the png file thus allowing you to upload it, and <em>not have Firefox Image Color Correction</em> try and interpret the true color images from the file itself.</p>
<p>Alternatively, if you&#8217;re a Windows user and don&#8217;t want to deal with compiling, etc. you can <a title="Download TweakPNG" href="http://entropymine.com/jason/tweakpng/" target="_blank">get TweakPNG here</a>. You just have to remove the profiles manually however, to eliminate the Firefox Image Color Correction problem.</p>
<p>If you want to completely circumvent the Firefox Image Color Correction problem from happening you need to setup Photoshop or Fireworks to use the &#8220;<strong>sRGB IEC61966-2.1</strong>&#8221; working color profile in Edit-&gt;Color Settings. And then in order to view the color settings accurately for your particular monitor, you want to setup the proof to be your monitors color. In the case of the MacBook laptops, its the Monitor RGB. This is located in View-&gt;Proof Setup-&gt;Monitor RGB. This will keep your images as they should be so that you don&#8217;t run into Firefox Image Color Correction management issues. And if you still do, you can utilize one of the above mentioned tools to fix it and be on your way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quantumwebsolutions.net/uncategorized/firefox-image-color-correction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Image Rotation Script</title>
		<link>http://www.quantumwebsolutions.net/uncategorized/free-image-rotation-script/</link>
		<comments>http://www.quantumwebsolutions.net/uncategorized/free-image-rotation-script/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 10:45:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Free Image Rotation Script]]></category>

		<guid isPermaLink="false">http://www.quantumwebsolutions.net/?p=501</guid>
		<description><![CDATA[Free Image Rotation Script We recently had an interesting request from someone seeking a script which would allow them to rotate images on their site without the use of a database. They wanted something simple, yet powerful. The user had &#8230; <a href="http://www.quantumwebsolutions.net/uncategorized/free-image-rotation-script/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Free Image Rotation Script</h1>
<p>We recently had an interesting request from someone seeking a script which would allow them to rotate images on their site without the use of a database. They wanted something simple, yet powerful. The user had only one main caveat. They wanted the images to be wrapped in an anchor tag to allow it to be a link. Being a rather unusual request we came up with an easy to understand and implement solution.</p>
<h2>Utilizing the free image rotation script</h2>
<p>Utilizing just php and a text file, we created exactly what the user had wanted without any overhead of a database. If you&#8217;d like to download the <em>free image rotation script</em>, click the link below and extract the files to your server.</p>
<p>Per the documentation in the header, you can utilize this<strong> free image rotation script</strong> with little trouble. In the web site php file that you want to display the rotated image in, you will need at a minimum of 4 lines of code:</p>
<pre>require_once('ImageRotation.php');
$img_rot = new ImageRotation();

// add each image to be in the rotation set
$img_rot-&gt;add('img_path','img_url');

$img_rot-&gt;display();</pre>
<p><a title="Image Rotation Script" href="http://www.quantumwebsolutions.net/downloads/ImageRotation.zip">Download Free Image Rotation Script</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.quantumwebsolutions.net/uncategorized/free-image-rotation-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome Auto Complete/Fill Input Background Fix</title>
		<link>http://www.quantumwebsolutions.net/uncategorized/google-chrome-auto-completefill-input-background-fix/</link>
		<comments>http://www.quantumwebsolutions.net/uncategorized/google-chrome-auto-completefill-input-background-fix/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 14:25:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.quantumwebsolutions.net/?p=496</guid>
		<description><![CDATA[Google Chrome Auto Complete/Fill Input Background Fix We found an incredibly annoying feature in the webkit engine that basically re-styles the input boxes for a web page, such as the login form. I don&#8217;t mind that it enters in the &#8230; <a href="http://www.quantumwebsolutions.net/uncategorized/google-chrome-auto-completefill-input-background-fix/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h1>Google Chrome Auto Complete/Fill Input Background Fix</h1>
<p>We found an incredibly annoying feature in the webkit engine that basically re-styles the input boxes for a web page, such as the login form. I don&#8217;t mind that it enters in the saved form data, but when it messes with the color of my boxes, I tend to not like that.</p>
<p>Here&#8217;s the simple fix that we used to correct the problem:</p>
<pre>input:-webkit-autofill{    background-color: #00b84e !important; }</pre>
<p>We hope that this helps fellow developers and designers fix the issue of this &#8220;feature&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.quantumwebsolutions.net/uncategorized/google-chrome-auto-completefill-input-background-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

