<?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; Web Apps</title>
	<atom:link href="https://www.webmaster-source.com/tag/web-apps/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.webmaster-source.com</link>
	<description>Useful Resources For Webmasters</description>
	<lastBuildDate>Thu, 24 Aug 2017 02:01:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.42</generator>
	<item>
		<title>10 Web Apps for Web Design</title>
		<link>https://www.webmaster-source.com/2012/05/28/10-web-apps-for-web-design/</link>
		<comments>https://www.webmaster-source.com/2012/05/28/10-web-apps-for-web-design/#comments</comments>
		<pubDate>Mon, 28 May 2012 11:49:55 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Services and Tools]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=4647</guid>
		<description><![CDATA[If someone asked you what tools you commonly use for constructing web designs, you would probably mention the obvious: your favorite text editor and graphics program, the web inspector in your preferred browser, things like that. But what about those nifty web apps that, though not necessarily an essential, are majorly helpful for small parts [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>If someone asked you what tools you commonly use for constructing web designs, you would probably mention the obvious: your favorite text editor and graphics program, the web inspector in your preferred browser, things like that. But what about those nifty web apps that, though not necessarily an essential, are majorly helpful for small parts of your workflow?</p>
<p>Here are a few useful web apps that help you do things like choose a color palette or add vendor prefixes to your CSS.</p>
<h3>Sprite Cow</h3>
<p><a href="http://www.spritecow.com/">Sprite Cow</a> makes it easy to get the background-position offset and element dimensions for an item in your CSS sprite. It&#8217;s so much easier than trying to figure it out in Photoshop. All you have to do in most cases is click the part of the sprite you want to use and copy the coordinates into your CSS. Most of the time, it does an excellent job at selecting the relevant pixels.</p>
<p style="text-align: center;"><a href="http://www.spritecow.com/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="size-full wp-image-4153 aligncenter imgborder" title="Sprite Cow" src="//www.webmaster-source.com/wp-content/uploads/spritecow.jpg" alt="" width="600" height="286" /></a></p>
<p><span id="more-4647"></span></p>
<h3>Prefixr</h3>
<p>Vendor prefixes enable browser to implement experimental versions of new CSS properties without causing compatibility issues down the line, once they become standardizes. Unfortunately, while current versions of some browsers (like Firefox) may understand border-radius and box-shadow, or whatever CSS3 property you&#8217;re trying to use, older versions require the vendor prefix still. That&#8217;s where <a href="http://prefixr.com/">Prefixr</a> comes in. Paste your CSS in, and it will automatically ensure that your styles work in as many browsers as possible. It even handles the weird filter syntax that older versions of IE use. There are also <a href="http://www.prefixr.com/api/usage/">numerous plugins</a> to integrate it with your favorite text editor.</p>
<p style="text-align: center;"><a href="http://prefixr.com/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4648 imgborder" title="Prefixr" src="//www.webmaster-source.com/wp-content/uploads/2012/05/wafd-prefixr.jpg" alt="" width="600" height="299" /></a></p>
<h3>Kuler</h3>
<p>Adobe&#8217;s <a href="http://kuler.adobe.com/">Kuler</a> is a tool for creating and sharing color palettes. Its editor lets you choose between Analogous, Triad, Complementary, Compond, Shades and free-form modes.</p>
<p style="text-align: center;"><a href="http://kuler.adobe.com/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4649 imgborder" title="Kuler" src="//www.webmaster-source.com/wp-content/uploads/2012/05/wafd-kuler.jpg" alt="" width="600" height="254" /></a></p>
<h3>ColourLovers</h3>
<p><a href="http://www.colourlovers.com/">ColourLovers</a> works off a similar concept to that of Kuler. It&#8217;s all about creating, discovering and saving color palettes. ColourLovers has the advantage of a nice API, and integration with the <a href="http://click.linksynergy.com/fs-bin/stat?id=1VLWDdrGBrI&amp;offerid=146261&amp;type=3&amp;subid=0&amp;tmpid=1826&amp;RD_PARM1=http%253A%252F%252Fitunes.apple.com%252Fus%252Fapp%252Fcolorschemer%252Fid398004720%253Fmt%253D8%2526uo%253D4%2526partnerId%253D30">ColorSchemer</a> app for iOS.</p>
<p><a href="http://www.colourlovers.com/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4650" title="ColourLovers" src="//www.webmaster-source.com/wp-content/uploads/2012/05/wafd-colourlovers.jpg" alt="" width="600" height="365" /></a></p>
<h3>JSFiddle</h3>
<p>Need to brainstorm a bit of CSS or JavaScript? Or maybe you want to share something clever you did? <a href="http://jsfiddle.net/">JSFiddle</a> is an interactive pastebin site that shows a live preview of any modifications you make, and it keeps multiple revisions as you save your changes.</p>
<p style="text-align: center;"><a href="http://jsfiddle.net/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4421 imgborder" title="JSFiddle" src="//www.webmaster-source.com/wp-content/uploads/jsfiddle.png" alt="" width="600" height="288" /></a></p>
<h3>Noise Texture Generator</h3>
<p><a href="http://www.noisetexturegenerator.com/">Noise Texture Generator</a> does what it says on the box: it makes textured images alike to what you would get using the Noise filter in Photoshop, but with an instant preview.</p>
<p style="text-align: center;"><a href="http://www.noisetexturegenerator.com/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4652 imgborder" title="Noise Texture Generator" src="//www.webmaster-source.com/wp-content/uploads/2012/05/wafd-noisetexturegenerator.jpg" alt="" width="600" height="309" /></a></p>
<h3>What The Font?</h3>
<p><a href="http://www.myfonts.com/WhatTheFont/">What The Font?</a> attempts to use its powerful magic to identify the font used in an image you upload. It gives you a list of matches that may or may not be what you&#8217;re looking for, but are usually pretty close if not the exact font.</p>
<p><a href="http://www.myfonts.com/WhatTheFont/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4653" title="What The Font?" src="//www.webmaster-source.com/wp-content/uploads/2012/05/wafd-whatthefont.jpg" alt="" width="600" height="310" /></a></p>
<h3>AjaxLoad</h3>
<p>Need a <a href="http://en.wikipedia.org/wiki/Throbber">throbber</a> graphic for part of your website? AjaxLoad has a ton of options, and it can tailor them to fit your color scheme. They&#8217;re all animated GIFs, of course, since support for animated PNG images never took off.</p>
<p style="text-align: center;"><a href="http://ajaxload.info/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4654 imgborder" title="AjaxLoad" src="//www.webmaster-source.com/wp-content/uploads/2012/05/wafd-ajaxload.jpg" alt="" width="600" height="348" /></a></p>
<h3>Stripe Generator</h3>
<p><a href="http://www.stripegenerator.com/">Stripe Generator</a> is along similar lines as Noise Generator. It&#8217;s an easy way to make stripey background patterns.</p>
<p style="text-align: center;"><a href="http://www.stripegenerator.com/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4655 imgborder" title="Stripe Generator" src="//www.webmaster-source.com/wp-content/uploads/2012/05/wafd-stripegenerator.jpg" alt="" width="600" height="383" /></a></p>
<h3>ConvertICO</h3>
<p>Favicons are usually a pain to make, since Photoshop and most other popular image editors won&#8217;t export to the ICO container format by default. <a href="http://www.convertico.com/">ConvertICO</a> is a simple tool that accepts an upload of a PNG graphic and quickly converts it to ICO.</p>
<p><a href="http://www.convertico.com/"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-4656" title="ConvertICO" src="//www.webmaster-source.com/wp-content/uploads/2012/05/wafd-convertico.jpg" alt="" width="600" height="381" /></a></p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2012/05/28/10-web-apps-for-web-design/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>HootSuite Adds Paid Plans</title>
		<link>https://www.webmaster-source.com/2010/08/16/hootsuite-adds-paid-plans/</link>
		<comments>https://www.webmaster-source.com/2010/08/16/hootsuite-adds-paid-plans/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 11:37:46 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Services and Tools]]></category>
		<category><![CDATA[HootSuite]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=3511</guid>
		<description><![CDATA[HootSuite, the &#8220;social media dashboard&#8221; has just announced their new premium accounts. There is still a free option, though you will need to fork over some cash if you need &#8220;team members&#8221; (collaborators who can post to your shared social media profiles) or more than one RSS feed piped into your Twitter streams. Starting today [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img style=' float: right; padding: 4px; margin: 0 0 2px 7px;'  class="alignright size-full wp-image-3271" title="HootSuite Logo" src="//www.webmaster-source.com/wp-content/uploads/hootsuite-logo.jpg" alt="" width="186" height="29" />HootSuite, the &#8220;social media dashboard&#8221; <a href="http://blog.hootsuite.com/hootsuite-premium-accounts/">has just announced</a> their <a href="http://hootsuite.com/plans">new premium accounts</a>. There is still a free option, though you will need to fork over some cash if you need &#8220;team members&#8221; (collaborators who can post to your shared social media profiles) or more than one RSS feed piped into your Twitter streams.</p>
<blockquote><p>Starting today (Wednesday, Aug. 11th), all <strong>new</strong> customers will be required to select a plan upon signing-up — including choosing the free option if desired.</p>
<p>The following week, <strong>current</strong> HootSuite users will be asked to choose a package with the help of a migration wizard to help you choose the best plan.</p>
<p>For all customers (aside from Enterprise-class accounts), we’ll  include a 30-day free trial. This period will allow you to experiment  and discover which plan best fits your needs. Again, we’ll continue to  offer a free plan for those of you who don’t require advanced options at  this time.</p></blockquote>
<p>The paid plans start at $4.99/month and quickly get pricey. I think their tier structure could have used some more work, such as allowing more collaborators and for cheaper plans, but maybe that&#8217;s just me&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2010/08/16/hootsuite-adds-paid-plans/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Resources Depot Admin Template</title>
		<link>https://www.webmaster-source.com/2008/05/04/web-resources-depot-admin-template/</link>
		<comments>https://www.webmaster-source.com/2008/05/04/web-resources-depot-admin-template/#comments</comments>
		<pubDate>Sun, 04 May 2008 10:07:11 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[Theme]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=531</guid>
		<description><![CDATA[Web Resources Depot has released a free Admin Template for use in web apps. It&#8217;s a three-column design with a row of tabs, for navigation, along the top. With some modifications, it would work well for a web application, if you were developing one. Personally, I would use the design during development, and swap it [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Web Resources Depot has released a <a href="http://www.webresourcesdepot.com/free-admin-template-for-web-applications/">free Admin Template</a> for use in web apps. It&#8217;s a three-column design with a row of tabs, for navigation, along the top. With some modifications, it would work well for a web application, if you were developing one.</p>
<p>Personally, I would use the design during development, and swap it out with a unique theme when all the coding work is done. But if you&#8217;re trying to put together a web app, and you don&#8217;t have any design know-how, and don&#8217;t want to hire a designer, you could conceivably use this. I&#8217;d just recommend customizing it a bit, so it doesn&#8217;t look like you have the exact same template as someone else.</p>
<p><img src="http://i29.tinypic.com/30didrm.jpg" alt="Admin Template" width="500" height="238" /></p>
<p>You can view a <a href="http://webresourcesdepot.com/wp-content/uploads/file/admin-template/index.html">live demo</a> of the template, and <a href="http://www.webresourcesdepot.com/free-admin-template-for-web-applications/">download it here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/05/04/web-resources-depot-admin-template/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Advantage of Web Applications</title>
		<link>https://www.webmaster-source.com/2008/04/15/the-advantage-of-web-applications-2/</link>
		<comments>https://www.webmaster-source.com/2008/04/15/the-advantage-of-web-applications-2/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 12:35:16 +0000</pubDate>
		<dc:creator><![CDATA[Matt]]></dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://www.webmaster-source.com/?p=503</guid>
		<description><![CDATA[Web applications, or web apps, have, in my opinion, one huge advantage over &#8220;normal&#8221; programs. I&#8217;m sure you can guess what it is before you finish reading this. I just got a new Apple MacBook, as I&#8217;ve Twittered about, told everyone I know on Facebook, and all but made a T-Shirt that says &#8220;I have [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Web applications, or web apps, have, in my opinion, one huge advantage over &#8220;normal&#8221; programs. I&#8217;m sure you can guess what it is before you finish reading this.</p>
<p><img class="alignleft" style="float: left; margin: 5px;;  float: left; padding: 4px; margin: 0 7px 2px 0;" src="http://i32.tinypic.com/2mzz8g3.jpg" alt="" width="320" height="200" />I just got a new Apple MacBook, as I&#8217;ve <a href="http://twitter.com/redwall_hp">Twittered</a> about, told everyone I know on Facebook, and all but made a T-Shirt that says &#8220;I have a MacBook.&#8221; I&#8217;ve been trying to adjust to the new (to me) platform, and adapt my daily patterns.</p>
<p>Surprisingly, I haven&#8217;t had many problems with old Windows habits (e.g. reaching to the top-right corner to close a window). My biggest issues have been with software. Some familiar applications have Mac versions thankfully. (If there wasn&#8217;t a Mac version of Firefox, I wouldn&#8217;t have been so quick to want to get a Mac.)</p>
<p>I had to find some Mac equivalents of some programs, like NeoOffice to replace Microsoft Works, and CyberDuck to replace FileZilla. (FileZilla is great, and there is a Mac version, but it behaves oddly, lacking a normal window, and extending down from the menu bar.)<span id="more-503"></span></p>
<p>Luckily, my transition (so far) has been easier than it could have been, thanks to web apps. I use <a href="http://google.com/a/">Google Apps</a> for my email, so I didn&#8217;t have to migrate my email to Apple&#8217;s Mail App. I use my own <a href="http://my.ntugo.com">MyNT RSS reader</a> for my feed reading needs, so, again, I was okay there. (On a related note, MyNT 2.0 is in the works, and it will be a couple lightyears ahead of the current iteration.) If not for MyNT, I&#8217;d have had to find a good feed aggregator for Mac OS X, and then muck around with CSV or OPML export/import to move my feeds over.<!--more--></p>
<p>Storing data online definitely has its advantages. While you don&#8217;t want to store everything online (I&#8217;d hesitate to trust all of my documents—especially documents with private information—to Google Docs), some things definitely do work well as web apps. If you&#8217;ve ever used GMail or Bloglines between several computers before, you definitely appreciate the power of keeping some things online.</p>
<p>How does this apply to you? If you use web apps for some of your key applications, like email, RSS, calendar, you can work from anywhere. Most blogging software is generally web-based, so you&#8217;re all set there. Here&#8217;s an example:</p>
<ul>
<li>I use GMail (Google Apps if you want to be technical) for my email, so I can check my messages at any computer that has a reasonably modern browser.</li>
<li>I use MyNT for reading my feeds, so I can keep up on news from anywhere.</li>
<li>I blog with WordPress&#8217;s built-in editor, so I don&#8217;t have to worry about anything there.</li>
<li>I use Google Calendar to store events important to my blog, such as the dates ads need to be taken down, and when I need to do some sort of maintenance.</li>
</ul>
<p>So I can theoretically run my website with any computer that has a web browser, and preferably an FTP client, though that&#8217;s not necessarily something I need every single day (unless I&#8217;m doing some design or coding work on a site).</p>
<p>Web apps make sure you&#8217;re prepared if you need to work from another computer for a day, and they will make things easier the next time you move to a new computer.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.webmaster-source.com/2008/04/15/the-advantage-of-web-applications-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/


Served from: www.webmaster-source.com @ 2026-06-08 22:20:22 by W3 Total Cache
-->