<?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>Webmaster-Source &#187; Software &amp; Scripts</title>
	<atom:link href="http://www.webmaster-source.com/category/software-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 09 Feb 2012 11:19:12 +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>How to Turn Off Auto-Reloading Tabs in Safari 5.1</title>
		<link>http://www.webmaster-source.com/2011/10/05/how-to-turn-off-auto-reloading-tabs-in-safari-5-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-turn-off-auto-reloading-tabs-in-safari-5-1</link>
		<comments>http://www.webmaster-source.com/2011/10/05/how-to-turn-off-auto-reloading-tabs-in-safari-5-1/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 12:06:10 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4335</guid>
		<description><![CDATA[When Apple released Safari 5.1 recently, it ignited a bit of outrage amongst its users. For whatever reason, Safari began refresh the page content of a tab whenever you switched to it. This kind of defeats the purpose of tabs, as you can&#8217;t leave Pandora running or flip between a form you&#8217;re filling out and [...]]]></description>
			<content:encoded><![CDATA[<p>When Apple released Safari 5.1 recently, it ignited a bit of outrage amongst its users. For whatever reason, Safari began refresh the page content of a tab whenever you switched to it. This kind of defeats the purpose of tabs, as you can&#8217;t leave Pandora running or flip between a form you&#8217;re filling out and something you&#8217;re referencing.</p>
<p>Oddly enough, there&#8217;s a quick and easy fix.</p>
<ol>
<li>Open the Preferences window (Command+,).</li>
<li>Switch to the Security tab.</li>
<li>In the &#8220;Web content&#8221; section, uncheck Java. (But leave JavaScript checked!)</li>
<li>Close the Preferences dialog. Now tabs should no longer reload whenever you switch between them. You won&#8217;t be able to run Java applets embedded in web pages, though.</li>
</ol>
<p>I&#8217;m guessing that the behavior is the result of a bug, and not some weird decision of Apple&#8217;s.</p>
<p><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4336" title="Safari 5.1 Security Preferences" src="http://media.webmaster-source.com/wp-content/uploads/safari5-security-tab.jpg" alt="" width="600" height="297" /></p>
 <p><a href="http://www.webmaster-source.com/?flattrss_redirect&amp;id=4335&amp;md5=deed44df21b8ab769c9c5f81c0ca275e" title="Flattr" target="_blank"><img src="http://www.webmaster-source.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2011/10/05/how-to-turn-off-auto-reloading-tabs-in-safari-5-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Bring Back &#8220;http://&#8221; in Firefox 7</title>
		<link>http://www.webmaster-source.com/2011/09/28/how-to-bring-back-http-in-firefox-7/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-bring-back-http-in-firefox-7</link>
		<comments>http://www.webmaster-source.com/2011/09/28/how-to-bring-back-http-in-firefox-7/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 11:53:23 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4330</guid>
		<description><![CDATA[Firefox 7 is out now, bringing with it much-welcome memory usage reductions and speed improvements. It has one annoying UI change, though: URLs in the address bar no longer have the &#8220;http://&#8221; protocol prefix. While that may be okay for casual users, it will annoy a lot of power users. To fix it, just follow [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.mozilla.com/blog/2011/09/27/mozilla-firefox-significantly-reduces-memory-use-to-make-web-browsing-faster/">Firefox 7</a> is out now, bringing with it much-welcome memory usage reductions and speed improvements. It has one annoying UI change, though: URLs in the address bar no longer have the &#8220;http://&#8221; protocol prefix. While that may be okay for casual users, it will annoy a lot of power users.</p>
<p>To fix it, just follow these steps:</p>
<ol>
<li>Open a new tab and type about:config into the address bar.</li>
<li>Search for browser.urlbar.trimURLs</li>
<li>Double click on the browser.urlbar.trimURLs key to change its boolean value from true to false.</li>
<li>Close the tab and enjoy your unhidden URL protocols.</li>
</ol>
<p>This is the second time in two versions Mozilla has made an unhelpful UI tweak. In Firefox 6 they added &#8220;domain highlighting,&#8221; which greys-out the URL text, while leaving the domain in darker lettering. Fortunately, it was <a href="http://www.webmaster-source.com/2011/08/18/disable-domain-highlighting-in-firefox/">just as easy to fix.</a></p>
 <p><a href="http://www.webmaster-source.com/?flattrss_redirect&amp;id=4330&amp;md5=fd83c6154d34d0b8677215fdc9bb9933" title="Flattr" target="_blank"><img src="http://www.webmaster-source.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2011/09/28/how-to-bring-back-http-in-firefox-7/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>How to Import a Very Large SQL Dump with phpMyAdmin</title>
		<link>http://www.webmaster-source.com/2011/09/26/how-to-import-a-very-large-sql-dump-with-phpmyadmin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-import-a-very-large-sql-dump-with-phpmyadmin</link>
		<comments>http://www.webmaster-source.com/2011/09/26/how-to-import-a-very-large-sql-dump-with-phpmyadmin/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 12:37:04 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4303</guid>
		<description><![CDATA[Having trouble importing a large SQL dump through phpMyAdmin? This is a problem that often plagues users of shared web hosting, when they&#8217;re moving to a new host or restoring a backup. Since most shared hosting providers don&#8217;t offer shell access, you have to use a tool like phpMyAdmin to upload and load your SQL [...]]]></description>
			<content:encoded><![CDATA[<p>Having trouble importing a large SQL dump through phpMyAdmin? This is a problem that often plagues users of shared web hosting, when they&#8217;re moving to a new host or <a href="http://codex.wordpress.org/Restoring_Your_Database_From_Backup">restoring a backup</a>. Since most shared hosting providers don&#8217;t offer shell access, you have to use a tool like phpMyAdmin to upload and load your SQL file.</p>
<p>Unfortunately, phpMyAdmin often has trouble processing large files. Sometimes it takes so long for the process to run that it times out, or other times the upload quota is simply too low.</p>
<p>Fortunately, there&#8217;s a simple solution: split your SQL file into smaller chunks. Here&#8217;s a command you can use under Mac OS X or Linux to do it automatically:</p>
<p><code>split -l 5000 ./path/to/mysqldump.sql ./mysqldump/dbpart-</code></p>
<p>The <em>split</em> command takes a file and breaks it into multiple files. The <em>-l 5000</em> part tells it to split the file every five thousand lines. (You can tweak this value to find a good medium between fewer files and larger sizes.) The next bit is the path to your file, and the next part is the path you want to save the output to. Files will be saved as whatever filename you specify (e.g. &#8220;dbpart-&#8221;) with an alphabetical letter combination appended.</p>
<p>Now you should be able to import your files one at a time through phpMyAdmin without issue.</p>
 <p><a href="http://www.webmaster-source.com/?flattrss_redirect&amp;id=4303&amp;md5=c3a684f7aa8b21306be9338d5fb50fe6" title="Flattr" target="_blank"><img src="http://www.webmaster-source.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2011/09/26/how-to-import-a-very-large-sql-dump-with-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Potential Windows 8 Caveat: Alternate Browsers in Metro</title>
		<link>http://www.webmaster-source.com/2011/09/19/a-potential-windows-8-caveat-alternate-browsers-in-metro/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-potential-windows-8-caveat-alternate-browsers-in-metro</link>
		<comments>http://www.webmaster-source.com/2011/09/19/a-potential-windows-8-caveat-alternate-browsers-in-metro/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 11:09:20 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4307</guid>
		<description><![CDATA[Microsoft has been showing off developer previews of Windows 8 lately, with it&#8217;s new multitouch &#8220;Metro&#8221; UI. The idea behind Metro is to have a tablet-friendly interface that boots quickly, with an option to switch into the traditional desktop interface. Metro apps, from what I&#8217;ve heard, will be built with HTML5 and Silverlight rather than [...]]]></description>
			<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4309 imgborder" title="Windows 8 Metro UI" src="http://media.webmaster-source.com/wp-content/uploads/windows8metro-small.jpg" alt="" width="270" height="182" />Microsoft has been <a href="http://channel9.msdn.com/posts/Jensen-Harris-Walks-Us-Through-the-Windows-8-UI">showing off</a> developer previews of Windows 8 lately, with it&#8217;s new multitouch &#8220;Metro&#8221; UI. The idea behind Metro is to have a tablet-friendly interface that boots quickly, with an option to switch into the traditional desktop interface.</p>
<p>Metro apps, from what I&#8217;ve heard, will be built with HTML5 and Silverlight rather than being native apps. This comes in handy, as Microsoft is fracturing their platform a bit. Some Windows 8 devices will run on Intel&#8217;s x86 architecture as before, but Microsoft plans for a lot of the new tablets to be ARM-based. That will create a lot of software incompatibility, as applications will need to be re-compiled for ARM processors. (So don&#8217;t buy an ARM-based computer if you want to run Photoshop on it&#8230;)</p>
<p>Now, we can probably assume that most people will spend a lot of time in Metro, right? It seems like a convenient tool for casual computing, and certainly better-suited for touch-enabled devices. If you need to look something up quickly, you boot your machine to the Metro interface, click on the Internet Explorer icon and head over to Wikipedia, right? <em>That</em> raises one very important question:</p>
<p><strong>Can you replace Internet Explorer 10 with Firefox, Chrome or Opera?</strong> If Metro applications have to be written in HTML5 and Silverlight, the browsers would certainly need to be re-written, assuming that you can even build a browser with such limited tools. And will Microsoft even allow you to move that big IE tile off the primary screen?</p>
<p>I hope Microsoft addresses this, because it seems rather anti-competitive to me, with their large market share and all. A return to the dark days between the death of Netscape Navigator and the birth of Firefox, if you will. Web standards and browser innovation basically stagnated for a decade until the open source cavalry arrived.</p>
<p>Update: Apparently Microsoft has partially addressed this at the Build conference. Metro applications will be written with a new API called WinRT that will also be available in C++/C#/VB/etc.. So browsers will have to be rewritten for the new UI, but they won&#8217;t be excluded.</p>
 <p><a href="http://www.webmaster-source.com/?flattrss_redirect&amp;id=4307&amp;md5=3a85137717ffaf6ee9cfd19f24474843" title="Flattr" target="_blank"><img src="http://www.webmaster-source.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2011/09/19/a-potential-windows-8-caveat-alternate-browsers-in-metro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 7 to Use 20-50% Less Memory</title>
		<link>http://www.webmaster-source.com/2011/08/24/firefox-7-to-use-20-50-less-memory/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=firefox-7-to-use-20-50-less-memory</link>
		<comments>http://www.webmaster-source.com/2011/08/24/firefox-7-to-use-20-50-less-memory/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 11:33:01 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4250</guid>
		<description><![CDATA[Mozilla engineers have began and effort known as &#8220;MemShrink&#8221; to reduce Firefox&#8217;s rather large memory footprint, with the changes being made in Firefox 7. (I still haven&#8217;t quite figured out Mozilla&#8217;s new version numbering scheme, and Firefox 5 is the current release&#8230;) In short: Firefox 7 uses less memory than Firefox 6 (and 5 and [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla engineers have began and effort known as &#8220;MemShrink&#8221; to reduce Firefox&#8217;s rather large memory footprint, with the changes being made in Firefox 7. (I still haven&#8217;t quite figured out Mozilla&#8217;s new version numbering scheme, and Firefox 5 is the current release&#8230;)</p>
<p>In short:</p>
<blockquote><p>Firefox 7 uses less memory than Firefox 6 (and 5 and 4): often 20% to 30% less, and sometimes as much as 50% less. In particular, Firefox 7′s <a href="http://gregor-wagner.com/?p=27">memory usage will stay steady if you leave it running overnight</a>, and it will <a href="http://gregor-wagner.com/?p=36">free up more memory when you close many tabs</a>.</p></blockquote>
<p>Also, there are already some <a href="http://people.mozilla.com/~shorlander/ux-presentation/ux-presentation.html">early mock-ups</a> of what the UI in Firefox 8 might look like.</p>
<p><a href="http://blog.mozilla.com/nnethercote/2011/08/09/firefox-7-is-lean-and-fast-2/">Firefox 7 is lean and fast</a> [Nicholas Nethercote]</p>
 <p><a href="http://www.webmaster-source.com/?flattrss_redirect&amp;id=4250&amp;md5=8f2f7c28b12535b2d62c97974f3a16a8" title="Flattr" target="_blank"><img src="http://www.webmaster-source.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2011/08/24/firefox-7-to-use-20-50-less-memory/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Disable Domain Highlighting in Firefox</title>
		<link>http://www.webmaster-source.com/2011/08/18/disable-domain-highlighting-in-firefox/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disable-domain-highlighting-in-firefox</link>
		<comments>http://www.webmaster-source.com/2011/08/18/disable-domain-highlighting-in-firefox/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 12:17:32 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4254</guid>
		<description><![CDATA[If you just upgraded to Firefox 6, you probably noticed the new &#8220;domain highlighting&#8221; feature. The address bar now greys-out the protocol and path in the URL, leaving the domain highlighted in the darker black text. The theory is that it will help less-savvy users easily spot phony phishing domains. I find it annoying, though. [...]]]></description>
			<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4257 imgborder" title="Firefox 6's Domain Highlighting" src="http://media.webmaster-source.com/wp-content/uploads/firefox-domain-highlighting.png" alt="" width="303" height="34" />If you just upgraded to Firefox 6, you probably noticed the new &#8220;domain highlighting&#8221; feature. The address bar now greys-out the protocol and path in the URL, leaving the domain highlighted in the darker black text. The theory is that it will help less-savvy users easily spot phony phishing domains.</p>
<p>I find it annoying, though. It looks a bit weird, and it makes the path less visible, which is something I work with on a regular basis. If you&#8217;re like me and want to turn off the feature, here&#8217;s an easy way to do it:</p>
<ol>
<li>Open a new tab and type <code>about:config</code> into the location bar</li>
<li>Search for <code>browser.urlbar.formatting.enabled</code> in the filter field. (It searches as you type.)</li>
<li>Double click on the <code>browser.urlbar.formatting.enabled</code> line to change the value from true to false.</li>
<li>Close the tab and enjoy your lack of domain highlighting.</li>
</ol>
 <p><a href="http://www.webmaster-source.com/?flattrss_redirect&amp;id=4254&amp;md5=136d0d792bf4c8ea1ac7b9879712d174" title="Flattr" target="_blank"><img src="http://www.webmaster-source.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2011/08/18/disable-domain-highlighting-in-firefox/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Mozilla Plans Chrome OS Competitor &#8220;Boot to Gecko&#8221;</title>
		<link>http://www.webmaster-source.com/2011/07/29/mozilla-plans-chrome-os-competitor-boot-to-gecko/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mozilla-plans-chrome-os-competitor-boot-to-gecko</link>
		<comments>http://www.webmaster-source.com/2011/07/29/mozilla-plans-chrome-os-competitor-boot-to-gecko/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 12:21:24 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4208</guid>
		<description><![CDATA[Mozilla is in the early stages of planning a project that would not only compete with Google&#8217;s Chrome OS, but would go a bit beyond. Boot to Gecko—named for Firefox&#8217;s Gecko rendering engine—would be a bit of Android-based software (primarily the kernel, drivers and other low-level bits, I assume) designed to boot hardware to the [...]]]></description>
			<content:encoded><![CDATA[<p>Mozilla is in the early stages of planning a project that would not only compete with Google&#8217;s Chrome OS, but would go a bit beyond. <a href="https://wiki.mozilla.org/B2G">Boot to Gecko</a>—named for Firefox&#8217;s Gecko rendering engine—would be a bit of Android-based software (primarily the kernel, drivers and other low-level bits, I assume) designed to boot hardware to the web in order to run a web-based operating system.</p>
<blockquote><p>Mozilla believes that the web can displace proprietary, single-vendor  stacks for application development.  To make open web technologies a  better basis for future applications on mobile and desktop alike, we  need to keep pushing the envelope of the web to include &#8212; and in  places exceed &#8212; the capabilities of the competing stacks in question.</p></blockquote>
<p>Mozilla wants to develop new APIs that would allow web-based applications to access hardware such as USB, Bluetooth, cameras, SMS, NFC and telephony. These would, of course, have a &#8220;privilege&#8221; system to ensure that potentially malevolent applications wouldn&#8217;t be able to access the hardware without your consent.</p>
<p>It will be interesting to see how this shakes out. Google, with Chrome OS, seems to be primarily interested in the development of cheap hardware that boots into a browser. Mozilla, on the other hand, is currently more focused on enhancing web applications to make that sort of device more viable. And some of the APIs would likely be implemented in full-featured mobile operating systems like Android and iOS sooner or later.</p>
<p><a href="https://wiki.mozilla.org/B2G">Boot to Gecko</a> [wiki.mozilla.org]</p>
 <p><a href="http://www.webmaster-source.com/?flattrss_redirect&amp;id=4208&amp;md5=a02bdb309e1e71e0ca4e900dc736f9f5" title="Flattr" target="_blank"><img src="http://www.webmaster-source.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2011/07/29/mozilla-plans-chrome-os-competitor-boot-to-gecko/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Minimus: The OS X JavaScript and CSS Minifier</title>
		<link>http://www.webmaster-source.com/2011/07/18/minimus-the-os-x-javascript-and-css-minifier/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=minimus-the-os-x-javascript-and-css-minifier</link>
		<comments>http://www.webmaster-source.com/2011/07/18/minimus-the-os-x-javascript-and-css-minifier/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 12:06:21 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4189</guid>
		<description><![CDATA[Users like fast websites. That&#8217;s one of the universal rules of web development. To attain faster speeds, it&#8217;s common to use a process known as &#8220;minification&#8221; to compress the file size of JavaScript and CSS. Yahoo developed one of the most commonly-used tools for this, a command line program called the YUI Compressor. This open [...]]]></description>
			<content:encoded><![CDATA[<p>Users like fast websites. That&#8217;s one of the universal rules of web development. To attain faster speeds, it&#8217;s common to use a process known as &#8220;minification&#8221; to compress the file size of JavaScript and CSS. Yahoo developed one of the most commonly-used tools for this, a command line program called the YUI Compressor. This open source project has become integrated into many other tools, including numerous websites that will minify any JavaScript or CSS you paste into a form field.</p>
<p>That&#8217;s rather inconvenient, though. Wouldn&#8217;t it be easier if you had a nice OS X application that would let you minify your code right from your Mac? Enter <a href="http://www.webmaster-source.com/minimus/">Minimus</a>, the app I just finished.</p>
<p style="text-align: center;"><a href="http://www.webmaster-source.com/minimus/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4182 imgborder" title="Minimus" src="http://media.webmaster-source.com/wp-content/uploads/minimus-screenshot1.jpg" alt="" width="600" height="304" /></a></p>
<p>Minimus is a handy GUI frontend for the YUI Compressor. All you have to do is drag one or more files onto the dock icon, hit a button, and in seconds you will have minified copies.</p>
<p>It&#8217;s a <a href="http://www.webmaster-source.com/minimus/">free download</a>, but if you like it, feel free to send me $5 or so with the in-app PayPal form. <img src='http://media.webmaster-source.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://www.webmaster-source.com/minimus/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4186" title="Download" src="http://media.webmaster-source.com/wp-content/uploads/green-round-download.png" alt="" width="210" height="50" /></a></p>
 <p><a href="http://www.webmaster-source.com/?flattrss_redirect&amp;id=4189&amp;md5=0c192eab24690588c24da715ea558258" title="Flattr" target="_blank"><img src="http://www.webmaster-source.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2011/07/18/minimus-the-os-x-javascript-and-css-minifier/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>MacRabbit isn&#8217;t Dead!</title>
		<link>http://www.webmaster-source.com/2011/07/01/macrabbit-isnt-dead/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=macrabbit-isnt-dead</link>
		<comments>http://www.webmaster-source.com/2011/07/01/macrabbit-isnt-dead/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 11:10:38 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4142</guid>
		<description><![CDATA[Users of Espresso and CSSEdit have been complaining for some time about the lack of updates to the software. In a surprise announcement, MacRabbit (the developer) announced that Espresso 2 is on the way and that CSSEdit&#8217;s functionality is being rolled into it. The long wait has grated both on our own nerves and those [...]]]></description>
			<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-3356" title="Espresso" src="http://media.webmaster-source.com/wp-content/uploads/macapps-espresso.jpg" alt="" width="128" height="128" />Users of Espresso and CSSEdit have been complaining for some time about the lack of updates to the software. In <a href="http://macrabbit.com/blog/espresso-goes-kaboom/">a surprise announcement</a>, MacRabbit (the developer) announced that Espresso 2 is on the way and that CSSEdit&#8217;s functionality is being rolled into it.</p>
<blockquote><p>The long wait has grated both on our own nerves and those of our awesome  users. But while we have kept quiet publicly about what we are working  on, it is because privately we have been striving to transform our  products into something new and even more awesome: Espresso 2. We are  extremely excited to finally be able to show you what we have been  working on, as this release will be of interest to both CSSEdit and  Espresso users.</p></blockquote>
<p>An early preview, <a href="http://macrabbit.com/espresso/2/">the &#8220;kaboom&#8221; release</a>, is already available for testing and upgrade path information has been posted.</p>
 <p><a href="http://www.webmaster-source.com/?flattrss_redirect&amp;id=4142&amp;md5=4efc2f3d6f778cd870580163d2dcc428" title="Flattr" target="_blank"><img src="http://www.webmaster-source.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2011/07/01/macrabbit-isnt-dead/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pure JavaScript QR Code Generator with jQuery</title>
		<link>http://www.webmaster-source.com/2011/06/20/pure-javascript-qr-code-generator-with-jquery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=pure-javascript-qr-code-generator-with-jquery</link>
		<comments>http://www.webmaster-source.com/2011/06/20/pure-javascript-qr-code-generator-with-jquery/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 12:45:56 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Software & Scripts]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[QR Codes]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4101</guid>
		<description><![CDATA[Need a fast and lightweight way to generate QR codes in-browser, without relying on a third-party service? There&#8217;s a new jQuery plugin that&#8217;s exactly what you&#8217;re looking for. Weighing in at only 4kb, it generates QR codes using only JavaScript—no image resources, no calls to remote servers. After including it in your page, and jQuery [...]]]></description>
			<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-4102" src="http://media.webmaster-source.com/wp-content/uploads/arcattackqr.png" alt="" width="150" height="150" />Need a fast and lightweight way to generate QR codes in-browser, without relying on a third-party service? There&#8217;s <a href="http://jeromeetienne.github.com/jquery-qrcode/">a new jQuery plugin</a> that&#8217;s exactly what you&#8217;re looking for. Weighing in at only 4kb, it generates QR codes using only JavaScript—no image resources, no calls to remote servers.</p>
<p>After including it in your page, and jQuery of course, you create an empty DOM element to hold the QR code (a DIV, for example) and then you just do something like this:</p>
<pre class="brush: jscript;">jquery('#somediv').qrcode(&quot;http://www.webmaster-source.com&quot;);</pre>
<p>The plugin is <a href="https://github.com/jeromeetienne/jquery-qrcode#readme">available on GitHub</a>, and is released by the author under an MIT license.</p>
<p>An alternative, for those of you who don&#8217;t mind using a third-party service—and prefer simply including an image rather than extra JavaScript—can use the wonderful <a href="http://www.webmaster-source.com/2010/10/11/generate-qr-codes-on-the-fly-with-the-google-chart-api/">Google Chart API</a>.</p>
 <p><a href="http://www.webmaster-source.com/?flattrss_redirect&amp;id=4101&amp;md5=709bc5bef35d7220c9a28895fbd47079" title="Flattr" target="_blank"><img src="http://www.webmaster-source.com/wp-content/plugins/flattr/img/flattr-badge-large.png" alt="flattr this!"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.webmaster-source.com/2011/06/20/pure-javascript-qr-code-generator-with-jquery/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.webmaster-source.com @ 2012-02-09 16:17:29 by W3 Total Cache -->
