<?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>Devlounge &#187; Webapps</title>
	<atom:link href="http://www.devlounge.net/category/webapps/feed" rel="self" type="application/rss+xml" />
	<link>http://www.devlounge.net</link>
	<description>Design, Develop, and Grow</description>
	<lastBuildDate>Wed, 08 Feb 2012 06:56:39 +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>Web Development Browser Extensions</title>
		<link>http://www.devlounge.net/code/web-development-browser-extensions</link>
		<comments>http://www.devlounge.net/code/web-development-browser-extensions#comments</comments>
		<pubDate>Mon, 11 Apr 2011 17:52:32 +0000</pubDate>
		<dc:creator>Hyde</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Webapps]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[extensions]]></category>

		<guid isPermaLink="false">http://www.devlounge.net/?p=7320</guid>
		<description><![CDATA[Now a days browser vendors are competing with each other on who has the most and fastest version update. With CSS now a standard technique, the competition is also on on who supports the most selectors and uses the best syntax. Have you seen the gradient syntax? Safari 4 really made an art of it, [...]]]></description>
			<content:encoded><![CDATA[<p>Now a days browser vendors are competing with each other on who has the most and fastest version update. With CSS now a standard technique, the competition is also on on who supports the most selectors and uses the best syntax. Have you seen the gradient syntax? Safari 4 really made an art of it, luckily they came to their senses in Safari 5.1:</p>
<div class="igBar"><span id="lcss-2"><a href="#" onclick="javascript:showPlainTxt('css-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">CSS:</span>
<div id="css-2">
<div class="css">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">/* Firefox 3.6+ */</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #000000; font-weight: bold;">background-image</span>: -moz-linear-gradient<span style="color: #66cc66;">&#40;</span>#2F2727, #1a82f7<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #808080; font-style: italic;">/* Safari 4+, Chrome 1+ */</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #000000; font-weight: bold;">background-image</span>: -webkit-gradient<span style="color: #66cc66;">&#40;</span>linear, <span style="color: #cc66cc;color:#800000;">0</span>% <span style="color: #cc66cc;color:#800000;">0</span>%, <span style="color: #cc66cc;color:#800000;">0</span>% <span style="color: #cc66cc;color:#800000;">100</span>%, from<span style="color: #66cc66;">&#40;</span>#1a82f7<span style="color: #66cc66;">&#41;</span>, to<span style="color: #66cc66;">&#40;</span>#2F2727<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #808080; font-style: italic;">/* Safari 5.1+, Chrome 10+ */</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #000000; font-weight: bold;">background-image</span>: -webkit-linear-gradient<span style="color: #66cc66;">&#40;</span>#2F2727, #1a82f7<span style="color: #66cc66;">&#41;</span>; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #808080; font-style: italic;">/* Opera 11.10+ */</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #000000; font-weight: bold;">background-image</span>: -o-linear-gradient<span style="color: #66cc66;">&#40;</span>#2F2727, #1a82f7<span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p><em>Code by <a href="http://css-tricks.com/css3-gradients/">CSS Tricks</a></em></p>
<p>Now that CSS has become so extensive and fully implemented, web browsers extensions are unmissable if you regularly work with HTML and CSS. Extensions have become a standard in most developers their browsers, that there are even more niche ones like for JSON, jQuery and SQLite.</p>
<p>I collected the most used web developer extensions for all 5 main browsers. I'm not an Opera or Internet Explorer user, so I might have missed a good one. Firefox is my main browser and Chrome secondary. I don't use Safari either, only for testing. I would love to make Chrome my main browser, but I can't find a nice theme for it, like GrApple which I use with Firefox.</p>
<p>Whether you work with code everyday or not, these extensions are a must in your browser, they'll save you some headache along the way.</p>
<h3>Firefox 4</h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2011/04/ff4.jpg" alt="Firefox 4 Web Developer Extensions" title="ff4" width="550" height="154" class="aligncenter size-full wp-image-7326" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/web-developer/">Web Developer</a></p>
<p><a href="http://getfirebug.com/">Firebug</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/screengrab/">Screengrab</a></p>
<blockquote><p>It will capture what you can see in the window, the entire page, just a selection, a particular frame... basically it saves webpages as images - either to a file, or to the clipboard. It captures Flash too!</p></blockquote>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/sqlite-manager/">SQLite Manager</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/jsonview/">JSONView</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/view-source-chart/">View Source Chart</a></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/firepicker/">Firepicker</a></p>
<blockquote><p>Simple color picker plug-in for Firebug.</p></blockquote>
<h3>Safari 5</h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2011/04/safari.png" alt="Safari Web Developer Extensions" title="safari" width="200" height="200" class="alignright size-full wp-image-7323" /></p>
<p><a href="http://archives.grincheux.be/validator-safari-extension">Validator</a></p>
<blockquote><p>This is an extension to validate your (X)HTML, CSS and RSS feed with the Unified W3C Validator (Unicorn).</p></blockquote>
<p><a href="http://code.grid.in.th/">User CSS</a></p>
<blockquote><p>User CSS is a Safari 5 extension that will easily enable you to override stylesheets for any web page for anything—from changing fonts, colors to hiding ads and more!</p></blockquote>
<p><a href="http://safari-developer.nurtext.de/">Safari Developer</a></p>
<blockquote><p>Safari Developer implements features like window resizing, element highlighting, stylesheet disabling, markup validation (and much more).</p></blockquote>
<h3>Chrome</h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2011/04/chrome.jpg" alt="Chrome Web Developer Extensions" title="chrome" width="550" height="235" class="aligncenter size-full wp-image-7327" /></p>
<p><a href="https://chrome.google.com/extensions/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm">Web Developer</a></p>
<p><a href="http://getfirebug.com/releases/lite/chrome/">Firebug Lite</a></p>
<p><a href="https://chrome.google.com/extensions/detail/cbbihnlpjnikhccblfddkbddcggagbci">jQuery Shell</a>  </p>
<blockquote><p>jQuery Shell allows you to run JavaScript and jQuery 1.4.4 multi-line scripts in the context of the current web page.</p></blockquote>
<p><a href="https://chrome.google.com/extensions/detail/hmdcmlfkchdmnmnmheododdhjedfccka">Eye Dropper</a></p>
<p><a href="https://chrome.google.com/extensions/detail/idhfcdbheobinplaamokffboaccidbal">Resolution Test</a></p>
<h3>Opera</h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2011/04/opera.jpg" alt="Opera Web Developer Extensions" title="opera" width="550" height="212" class="aligncenter size-full wp-image-7324" /></p>
<p><a href="https://addons.opera.com/addons/extensions/details/firebug-lite-button/1.0-2/?display=en">Firebug Lite Button</a></p>
<p><a href="https://addons.opera.com/addons/extensions/details/validator/1.0/?display=en">Validator</a></p>
<p><a href="https://addons.opera.com/addons/extensions/details/html5-outliner/1.0/?display=en">HTML5 Outliner</a></p>
<p><a href="https://addons.opera.com/addons/extensions/details/jsonviewer/1.2/?display=en">JsonViewer</a></p>
<blockquote><p>Formats and highlights JSON data loaded from file or server.</p></blockquote>
<h3>Internet Explorer</h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2011/04/ie9-150x150.jpg" alt="Internet Explorer Web Developer Extensions" title="ie9" width="150" height="150" class="alignright size-thumbnail wp-image-7325" /></p>
<p><a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=95e06cbe-4940-4218-b75d-b8856fced535">Internet Explorer Developer Toolbar</a></p>
<p><a href="http://www.visionaustralia.org.au/ais/toolbar/#Introduction">Web Accessibility Toolbar</a></p>
<p><a href="http://getfirebug.com/releases/lite/latest/">Firebug Lite</a></p>
<div style="margin-right: 1em; margin-top: 1.3em; margin-bottom: 1.3em;"><script src="http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=">// <![CDATA[
">
// ]]&gt;</script></div>
]]></content:encoded>
			<wfw:commentRss>http://www.devlounge.net/code/web-development-browser-extensions/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Choosing Web Hosting For Clients: Shared, VPS, Reseller, or Dedicated?</title>
		<link>http://www.devlounge.net/webapps/choosing-web-hosting-for-clients-shared-vps-reseller-dedicated</link>
		<comments>http://www.devlounge.net/webapps/choosing-web-hosting-for-clients-shared-vps-reseller-dedicated#comments</comments>
		<pubDate>Mon, 31 May 2010 15:14:28 +0000</pubDate>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
				<category><![CDATA[Webapps]]></category>
		<category><![CDATA[cloud hosting]]></category>
		<category><![CDATA[VPS]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[web hosts]]></category>

		<guid isPermaLink="false">http://www.devlounge.net/?p=5293</guid>
		<description><![CDATA[The various types of web hosting available, and how to choose which is right for your clients.]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.devlounge.net/wp-content/uploads/2010/05/web-hosting.jpg" alt="" title="web-hosting" width="600" height="404" class="aligncenter size-full wp-image-5294" /></p>
<p>As a web designer and developer, I'm often tasked with selecting the best web hosting plan for our clients. Today I want to take a look at some web hosting options, and what you need to consider when choosing one for your particular client.</p>
<h3>Shared</h3>
<h4>What it is:</h4>
<p>The most basic of all hosting types, you're paying for "shared" space on a server managed by someone else.</p>
<h4>Pros:</h4>
<ul>
<li><strong>Most affordable option.</strong> You can get good shared hosting for $5 to $10 for a single account.</li>
<li><strong>No hassles.</strong> No worries on managing your account, the company will do it for you.</li>
<li><strong>Could be all you need- for now.</strong> If your client doesn't expect to get thousands of hits just yet, starting off on shared hosting might be a good choice. Choose a good, reputable company that will allow you to "grow" through upgrades.</li>
</ul>
<h4>Cons:</h4>
<p>Shared hosting <em>is</em> limited, and because you're essentially sharing one file system with hundreds of other accounts, it's less secure.</p>
<h3>VPS</h3>
<h4>What it is:</h4>
<p>VPS stands for Virtual Private Server and while it is <em>technically</em> "shared" hosting, since you're on a server with other people, it's set up like a <a href="http://www.webhostingsearch.com/dedicated-server.php">dedicated server</a>, hence the "private".</p>
<h4>Pros:</h4>
<p>A VPS is more secure than shared, and more affordable than dedicated. The account owner also has more power over the account, with the ability to implement secure server configurations, and- of course- root access.</p>
<h4>Cons:</h4>
<p>You need to know at least a little bit about managing a server- or at least you did in the past. These days, there are many <em>Managed</em> VPS packages that has the web host company doing everything (maintenance, upgrades) for you.</p>
<h3>Reseller</h3>
<h4>What it is:</h4>
<p>Reseller packages are popular among business-minded web developers. It usually works this way: rent a large amount of space, market it and resell it to your clients. Different companies have different reseller options, such as white label branding and included tech support.</p>
<h4>Pros &amp; Cons:</h4>
<p>No worries about setting up or configuring a server- as a reseller, think of yourself more as a marketing arm of the web hosting company, reselling <em>their</em> products. For that reason, you should resell for a reputable host that you believe in and have a good relationship with.</p>
<h3>Dedicated</h3>
<h4>What it is:</h4>
<p>One server, completely "dedicated" to you.</p>
<h4>Pros:</h4>
<p>Obviously, the most secure option of all. A good choice for mission-critical sites, and for those expecting a lot of traffic. Lots more power.</p>
<h4>Cons:</h4>
<p>With great power comes great responsibility- so unless you opt for a fully-managed account, expect to spend time managing and upgrading your server yourself.</p>
<h3>Cloud</h3>
<h4>What it is:</h4>
<p>In all of the above, hosting is done on single server setups. Here, the account is hosted on multiple servers, promising more processing power and the ability to "scale" up anytime (by adding additional servers).</p>
<h4>Pros &amp; Cons:</h4>
<p>Because of the way it's set up (think Google), cloud-hosting offers the most power of all, and it should be the answer for mission-critical sites. Its scalability also means that prices can vary widely from very affordable to very expensive. There are concerns about security and privacy.</p>
<p>How do <em>you</em> choose web hosts for your clients?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlounge.net/webapps/choosing-web-hosting-for-clients-shared-vps-reseller-dedicated/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>5 iPad Apps for Web Designers</title>
		<link>http://www.devlounge.net/webapps/5-ipad-apps-for-web-designers</link>
		<comments>http://www.devlounge.net/webapps/5-ipad-apps-for-web-designers#comments</comments>
		<pubDate>Tue, 06 Apr 2010 13:42:42 +0000</pubDate>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
				<category><![CDATA[Webapps]]></category>
		<category><![CDATA[App store]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPad apps]]></category>

		<guid isPermaLink="false">http://www.devlounge.net/?p=4664</guid>
		<description><![CDATA[Most new iPad owners love their new "toy"- but can you use it for work? Here, five hand-picked iPad apps for web designers and developers.]]></description>
			<content:encoded><![CDATA[<p>Got an iPad? I haven't got mine (<em>yet</em>), but I've already got my list of must-have iPad apps down, and today I want to share five of them with you- five iPad apps that are particularly geared towards web designers.</p>
<p>Because, with a product as aesthetically pleasing as the iPad, you just <em>know</em> it's something that designers will be naturally drawn to- especially with apps like these to help us do better work.</p>
<h3><a href="http://itunes.apple.com/us/app/sketchbook-pro/id364253478?mt=8">Sketchbook Pro</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/04/sketchbook-pro.jpg" alt="" title="sketchbook-pro" width="500" height="330" class="alignnone size-full wp-image-4668" /><br />
Can eight bucks <em>really</em> get you a "professional-grade" graphics program? Apparently so. I've tried  the iPod Touch version of the app, and was blown away by its ease of use and powerful features. The iPad version is an upgraded version, with things like a better color wheel and more brush options. <a href="http://itunes.apple.com/us/app/sketchbook-pro/id364253478?mt=8">Sketchbook Pro is $7.99 at the App Store &raquo;</a></p>
<h3><a href="http://itunes.apple.com/us/app/omnigraffle/id363225984?mt=8">OmniGraffle for iPad</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/04/omnigraffle.jpg" alt="" title="omnigraffle" width="500" height="330" class="alignnone size-full wp-image-4666" /><br />
At $49.99, this app isn't exactly cheap- but if you've ever used and fallen in love with OmniGraffle, you'll know that it's worth every penny. Having OmniGraffle on your iPad will open up a world of touch-screen possibilities, allowing you to do everything from creating flowcharts to wireframes, and sharing them via email as OmniGraffle documents or PDFs. <a href="http://itunes.apple.com/us/app/omnigraffle/id363225984?mt=8">OmniGraffle for iPad is $49.99 at the App Store &raquo;</a></p>
<h3><a href="http://itunes.apple.com/us/app/pcalc-lite-calculator/id300311831?mt=8">PCalc Lite Calculator</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/04/pcalc-lite.jpg" alt="" title="pcalc-lite" width="500" height="330" class="alignnone size-full wp-image-4667" /><br />
A calculator is something I personally use all the time in web design, for everything from grid-based designs to calculating font weights. The PCalc Lite is a scientific calculator, so it has a lot more features than I need, but who's complaining? It's free. <a href="http://itunes.apple.com/us/app/pcalc-lite-calculator/id300311831?mt=8">PCalc Lite Calculator is FREE at the App Store &raquo;</a></p>
<h3><a href="http://itunes.apple.com/us/app/voice-memos-for-ipad/id364295267?mt=8">Voice Memos for iPad</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/04/voice-memos.jpg" alt="" title="voice-memos" width="500" height="330" class="alignnone size-full wp-image-4669" /><br />
A must-have app, and not just for designers or creative people. This one lets you record audio using the built-in mic, a headset, or external mic. You can tag your memos, time them, set audio levels, and pause and play them. You also have the option to send the voice memos by email for a fee. <a href="http://itunes.apple.com/us/app/voice-memos-for-ipad/id364295267?mt=8">Voice Memos for iPad is FREE at the App Store &raquo;</a></p>
<h3><a href="http://itunes.apple.com/us/app/ftp-on-the-go-pro/id364787363?mt=8">FTP On the Go Pro</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/04/ftp-pro-onthego.jpg" alt="" title="ftp-pro-onthego" width="500" height="330" class="alignnone size-full wp-image-4665" /><br />
Finally, if- like me- you transfer files via FTP almost daily, you'll love FTP On the Go Pro. The iPad version includes the option to view and edit multiple files in one go and (naturally) full-screen. Supports CHMOD as well, so you can set permissions wherever you are (that I am excited about this prospect says a lot about me, I think). <a href="http://itunes.apple.com/us/app/ftp-on-the-go-pro/id364787363?mt=8">FTP On the Go Pro is $9.99 at the App Store &raquo;</a></p>
<p>What iPad apps do <em>you</em> use as a web designer or developer?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlounge.net/webapps/5-ipad-apps-for-web-designers/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Favorite Five: Twitter Services</title>
		<link>http://www.devlounge.net/webapps/favorite-five-twitter-services</link>
		<comments>http://www.devlounge.net/webapps/favorite-five-twitter-services#comments</comments>
		<pubDate>Tue, 30 Mar 2010 09:18:17 +0000</pubDate>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
				<category><![CDATA[Webapps]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter services]]></category>

		<guid isPermaLink="false">http://www.devlounge.net/?p=4636</guid>
		<description><![CDATA[These five services add value to your Twittering life- and just might save you time and increase your productivity.]]></description>
			<content:encoded><![CDATA[<p>Addicted to Twitter yet? The truth is that I didn't think I would ever become a "Twitterholic", but that was back when I thought it was just a glorified "status updater", before Twitter allowed me to do everything from donating to Haiti to finding new web design clients.</p>
<p>That's right, I've gotten hired for projects via Twitter. This means that Twitter has actually <em>made me money.</em> Hey, they don't call it a "bluebird of happiness" for nothing!</p>
<p>Today, I want to show you five things you can do with Twitter that you might not be aware of. Twitter itself is a very simple service, but one of the reasons it's become so popular is that there are so many things you can DO with it.</p>
<h3>Write longer tweets with <a href="http://biggertwitter.com/">BiggerTwitter</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/03/5twitter-biggertwitter.jpg" alt="" title="5twitter-biggertwitter" width="500" height="366" class="alignnone size-full wp-image-4637" /><br />
Does the 140-character limit frustrate you? I know I have a tendency to chatter away a little too much, but 140 characters never seem to be enough for me. Luckily, there's the <a href="http://biggertwitter.com/">BiggerTwitter</a> service, which lets you post longer messages and simply linking them to your tweet.</p>
<h3>Know when you're mentioned in a tweet with <a href="http://tweetbeep.com/">TweetBeep</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/03/5twitter-tweetbeep.jpg" alt="" title="5twitter-tweetbeep" width="500" height="366" class="alignnone size-full wp-image-4640" /><br />
If you regularly Google your own name, you'll <em>love</em> this service, which alerts you whenever you're mentioned on Twitter. It works with shortened URLs like tinyurl and bit.ly as well.</p>
<h3>Schedule tweets with <a href="http://www.socialoomph.com/">Social Oomph</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/03/5twitter-socialoomph.jpg" alt="" title="5twitter-socialoomph" width="500" height="366" class="alignnone size-full wp-image-4639" /><br />
Pre-writing tweets might seem to defeat the purpose, but if you manage several Twitter accounts or use it primarily for business and promotions, a service like Social Oomph is great. There's a professional version, but the free version is pretty powerful on its own, allowing you to schedule tweets <em>and</em> do other things like tracking specific keywords, save and reuse drafts... even do reciprocal unfollows (unfollowing those who unfollow you).</p>
<h3>Learn more about your followers with <a href="http://twitterless.com/">ChirpStats</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/03/5twitter-chirpstats.jpg" alt="" title="5twitter-chirpstats" width="500" height="366" class="alignnone size-full wp-image-4638" /><br />
Formerly known as TwitterLess, a service that alerted you whenever people unfollowed you, ChirpStats is a lot more positive, which I like. It still tracks your "unfollows", but its new analytics service gives you a picture of your current followers as well.</p>
<h3>Access your Google Calendar with <a href="http://twittercal.com/">TwitterCal</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/03/5twitter-twittercal.jpg" alt="" title="5twitter-twittercal" width="500" height="366" class="alignnone size-full wp-image-4641" /><br />
I've admitted my dependence on Google's services before, which is why I absolutely adore TwitterCal. It works exactly like it's supposed to: simply follow <a href="http://www.twitter.com/gcal">@gcal</a>, submit your Google Calendar details, and add events to your Calendar with a direct message, like so:</p>
<blockquote><p>d gcal dinner with geraldine on thursday, 1st of april at 7pm</p></blockquote>
<h3>Bonus: the Nudge command</h3>
<p>NUDGE is a command that sends a reminder to one of your friends to update their Twitter. When my friends and I were new to Twitter, we used this quite a lot- we hadn't gotten into the habit of updating our statuses, and with many of us in various places around the world, we loved knowing what the others were up to at any given time. Simply send "NUDGE username".</p>
<p>Do you use third-party Twitter services?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlounge.net/webapps/favorite-five-twitter-services/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Web Management from your Desktop</title>
		<link>http://www.devlounge.net/webapps/web-management-from-your-desktop</link>
		<comments>http://www.devlounge.net/webapps/web-management-from-your-desktop#comments</comments>
		<pubDate>Fri, 12 Mar 2010 07:22:00 +0000</pubDate>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
				<category><![CDATA[Webapps]]></category>
		<category><![CDATA[adobe air]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[website monitoring]]></category>

		<guid isPermaLink="false">http://www.devlounge.net/?p=4562</guid>
		<description><![CDATA[Who needs a browser when you can manage your websites from your desktop?]]></description>
			<content:encoded><![CDATA[<p>Browsers and the web do go hand in hand, but there are several applications available these days that enable you to manage your web tasks straight from your desktop. Here are a few things you can do with specific apps:</p>
<h3>Moderate WordPress Comments</h3>
<h4><a href="http://www.danieldura.com/code/moderator">Moderator</a> (Mac, Windows, Linux)</h4>
<p>This Adobe AIR app lets you view and manage comments on your WordPress-powered blog. You can choose to accept or delete unmoderated comments, or mark them as spam. The app will also notify you (on your dock or system tray) of the number of pending comments you have. Comes with a WordPress plug-in.</p>
<h4><a href="http://www.deanlee.cn/projects/wp-comments-notifiera-wordpress-comments-notifier/">wp-comments-notifier</a> (Windows)</h4>
<p>This open-source app works much in the same way as Moderator, but it's written in QT/C++ <em>and</em> allows you to reply to and edit your WordPress comments as well as manage them.</p>
<h3>Write &amp; Manage Blog Posts</h3>
<h4><a href="http://www.drinkbrainjuice.com/blogo">Blogo</a> (Mac)</h4>
<p>I only blog using my browser (but that's because I'm a bit of a control freak)- but I used Blogo's 21-day trial and really, really liked it. Mostly because of its friendly user interface, <em>and</em> its Whiteroom-like "clean screen" for blogging without distractions.</p>
<h4><a href="http://download.live.com/writer">Windows Live Writer</a> (Windows)</h4>
<p>For blogging when I'm on Windows, my app of choice is Writer from Windows Live. It supports WordPress, Blogger, LiveJournal and TypePad, works smoothly, and has a good Windows-y feel to it. The best thing about Live Writer, though, are its plug-ins, which allow you to do things like insert content from your existing Facebook or Flickr accounts.</p>
<h3>Monitor Your Website(s)</h3>
<h4><a href="sites http://desktop.google.com/plugins/i/websitemonitor_bencu.html?hl=en">Website Monitor</a> (Google Gadget)</h4>
<p>My favorite desktop web monitoring apps are Google Gadgets, and this is one of them. It's basic, simple to use, and just works, monitoring the response time and content of your website, and automatically notifying you of any problems.</p>
<p>Do you manage your websites from other desktop apps?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlounge.net/webapps/web-management-from-your-desktop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Web Apps for Twitter Addicts</title>
		<link>http://www.devlounge.net/webapps/5-web-apps-for-twitter-addicts</link>
		<comments>http://www.devlounge.net/webapps/5-web-apps-for-twitter-addicts#comments</comments>
		<pubDate>Tue, 09 Mar 2010 14:11:33 +0000</pubDate>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
				<category><![CDATA[Webapps]]></category>
		<category><![CDATA[Twitter Apps]]></category>
		<category><![CDATA[Web Apps]]></category>

		<guid isPermaLink="false">http://www.devlounge.net/?p=4553</guid>
		<description><![CDATA[Addicted to Twitter? You're not alone. Here, five <em>more</em> things you can do with Twitter.]]></description>
			<content:encoded><![CDATA[<p>I have to admit, I didn't embrace Twitter right away- it took me some time to really "get it"- to find a client I really liked (<a href="#">TweetDeck</a>); to discover what type of <a href="#">people</a> I wanted to follow; and finally, to realize that I didn't have to tweet every minute about every mundane detail in my day to fully appreciate Twitter.</p>
<p>Now, of course, I can't imagine going a day without checking Twitter. Web application developers know this, and as a result we have hundreds of Twitter-related apps available to us out there. Here are my favorite five:</p>
<h3><a href="http://www.tweetwally.com/">Tweetwally</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/03/dl-twapps-tweetwally.jpg" alt="" title="dl-twapps-tweetwally" width="500" height="389" class="alignnone size-full wp-image-4557" /></p>
<p>One of the reasons Twitter can be such a time-sucker is because you usually have to weed through hundreds of Tweets, finding those you're interested in at any one time yourself. <a href="http://www.tweetwally.com/">Tweetwally</a> is a nifty little service that makes it easy to track specific tweets based on hashtags, usernames or keywords. That may not sound like much, but Tweetwally has some great search operators, for example:</p>
<p><em>traffic ?</em> will find tweets containing "traffic" and asking a question.<br />
<em>"happy hour" near:"san francisco"</em> will find tweets containing the exact phrase "happy hour" and sent near "san francisco".</p>
<h3><a href="http://www.twittertim.es/">The Twitter Tim.es</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/03/dl-twapps-twittertimes.jpg" alt="" title="dl-twapps-twittertimes" width="500" height="389" class="alignnone size-full wp-image-4558" /></p>
<p>If, like me, you're a frustrated publisher, you'll love what <a href="http://www.twittertim.es/">The Twitter Tim.es</a> does: it generates a "real-time personalized newspaper" from your tweets. For example, see <a href="http://www.twittertim.es/timOReilly">Tim O'Reilly's Twitter Tim.es Newspaper</a>.</p>
<h3><a href="http://www.tweetnotebook.com/">TweetNotebook</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/03/dl-twapps-tweetnotebook.jpg" alt="" title="dl-twapps-tweetnotebook" width="500" height="389" class="alignnone size-full wp-image-4555" /></p>
<p>In the same vein, <a href="http://www.tweetnotebook.com/">TweetNotebook</a> publishes your tweets in a whole new way- but takes it a step further, generating a real <em>paper</em> notebook that features one of your tweets on each of its pages. Simply submit your Twitter username, select a cover design, and it's ready to go (cost is 12 euros). I adore this.</p>
<h3><a href="http://tweeterate.com/">Tweeterate</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/03/dl-twapps-tweeterate.jpg" alt="" title="dl-twapps-tweeterate" width="500" height="389" class="alignnone size-full wp-image-4554" /></p>
<p>Like to rate stuff? How about your friends' tweets? <a href="http://tweeterate.com/">Tweeterate</a> lets you rate other people's tweets as "useful, funny or lousy"- then see a list of your most "annoying" friends based on your ratings, and then choose to hide them if you like. It's a bit of silliness, really, but I have to admit I clicked through to some of the top-rated tweeters listed here and found a few of them useful.</p>
<h3><a href="http://tweetsoffury.com/">Tweets of Fury</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/03/dl-twapps-tweetsoffury.jpg" alt="" title="dl-twapps-tweetsoffury" width="500" height="389" class="alignnone size-full wp-image-4556" /></p>
<p>This one's even more pointless (it is, after all, brought to you by <a href="http://www.pointlesscorp.com/">Pointless Corp.</a>), but can be fun and is certainly one of the more creative Twitter-related apps I've seen. You can challenge your friends to a battle, submit "scandalous information about each other", then play rock, paper, scissors (yay!), and- if you lose the latter- deal with having the scandalous info about you publicly posted on Twitter.</p>
<p>What Twitter web apps do <em>you</em> use?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlounge.net/webapps/5-web-apps-for-twitter-addicts/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Three Site Monitoring Services</title>
		<link>http://www.devlounge.net/webapps/three-site-monitoring-services</link>
		<comments>http://www.devlounge.net/webapps/three-site-monitoring-services#comments</comments>
		<pubDate>Thu, 18 Feb 2010 01:09:41 +0000</pubDate>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
				<category><![CDATA[Webapps]]></category>

		<guid isPermaLink="false">http://www.devlounge.net/?p=4466</guid>
		<description><![CDATA[Do broken links or server downtime take you by surprise? Three services to help you monitor your sites painlessly.]]></description>
			<content:encoded><![CDATA[<p>As someone who manages and hosts several websites for others, there's nothing worse for me than finding out a client's site is down <em>from the client himself.</em> Thankfully, that very rarely happens these days- and I have these monitoring services to thank.</p>
<h3><a href="http://www.montastic.com/">Montastic</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/02/montastic.jpg" alt="" title="montastic" width="500" height="330" class="alignnone size-full wp-image-4469" /></p>
<p>I've been using Montastic for several years now. I like how it's simple to use, and does exactly what it says: monitors your sites for downtime. Its free version checks your website every 30 minutes, which is fine for most of my needs. Checking is made from many (US) locations, and the IP numbers of their checkers change "on a regular basis". A good and solid choice.</p>
<h3><a href="http://mon.itor.us/">Mon.itor.us</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/02/monitorus.jpg" alt="" title="monitorus" width="500" height="330" class="alignnone size-full wp-image-4468" /></p>
<p>I only recently discovered Mon.itor.us, but have already embraced its powerful (and free!) service wholeheartedly. Its interface isn't too pretty, but when I said "powerful" I meant it- Mon.itor.us will track your site's uptime (including averages), response times, and visitors. You can build widgets to place on your website, as well.</p>
<h3><a href="http://www.linkpatch.com">LinkPatch</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/02/linkpatch.jpg" alt="" title="linkpatch" width="500" height="330" class="alignnone size-full wp-image-4467" /></p>
<p>There are lots of similar services out there, but LinkPatch is <em>hands down</em> my link checking service of choice. It constantly monitors your site(s) for 404 page views, including links from external sites and out-of-date links you forgot to redirect. It also takes into consideration things like common user misspellings, then automatically emails you details on who got the error, where they came from, and what they were looking for in the first place. Plans start at $10/month, but there's a <a href="http://www.linkpatch.com/accounts/pricing/">free plan</a> if you only need the service for one site.</p>
<p>How do <em>you</em> monitor your sites?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlounge.net/webapps/three-site-monitoring-services/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>5 Awesome Email Marketing Services</title>
		<link>http://www.devlounge.net/webapps/5-awesome-email-marketing-services</link>
		<comments>http://www.devlounge.net/webapps/5-awesome-email-marketing-services#comments</comments>
		<pubDate>Mon, 18 Jan 2010 21:17:18 +0000</pubDate>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
				<category><![CDATA[Webapps]]></category>
		<category><![CDATA[Email Marketing Services]]></category>
		<category><![CDATA[Email Newsletters]]></category>

		<guid isPermaLink="false">http://www.devlounge.net/?p=4303</guid>
		<description><![CDATA[Looking to create and send some email newsletters? Check out some of my top choices.]]></description>
			<content:encoded><![CDATA[<p>As a developer, I'm often asked by clients for recommendations to email newsletter and marketing services. <a href="http://www.aweber.com/">AWeber</a> and <a href="http://www.mailchimp.com">MailChimp</a> are usually the first ones I mention, simply because I've used them both for quite some time, recommended them to previous clients, and always had good results.</p>
<p>Today, however, I want to show you some other choices for email marketing. Some have been around a long time, and some are fairly new- but <em>all</em> of them are awesome. See for yourself:</p>
<h3><a href="http://www.campaignmonitor.com/">Campaign Monitor</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/01/campaignmonitor.jpg" alt="" title="campaignmonitor" width="500" height="375" class="alignnone size-full wp-image-4308" /></p>
<p>This is another service I am constantly recommending to friends, family and clients. Campaign Monitor, the flagship product of Australian company-I'd-most-like-to-work-for <a href="http://www.freshview.com/">Freshview</a>, is sleek and powerful and does everything you'd expect from an email marketing tool- <em>and then some.</em> They have <a href="http://www.campaignmonitor.com/downloads/">plugins &amp; extensions</a> for everything from WordPress to Shopify, a whole library of <a href="http://www.campaignmonitor.com/resources/">articles and tips on email marketing</a>, and some of the nicest-looking <a href="http://www.campaignmonitor.com/templates/">email templates</a> available. There are no setup or monthly fees- Campaign Monitor charges a flat delivery fee of $5, plus 1 cent for each recipient.</p>
<h3><a href="http://www.emailbrain.com/eb/index.shtml">EmailBrain</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/01/emailbrain.jpg" alt="" title="emailbrain" width="500" height="375" class="alignnone size-full wp-image-4304" /></p>
<p>EmailBrain, which was bought by Dotster two years ago, is a good, solid service that's <a href="http://www.emailbrain.com/eb/features_comp.shtml">chock-full of features</a>, such as some very robust reporting such as unique vs. total links clicked, or how many people chose to forward the email to a friend. Their "Periodic Plans" provide you a certain number of "credits". The smallest plan, for example, is $9.95 a month for 2,000 credits. That means you can email 2,000 contacts once a month, <em>or</em> 1,000 contacts twice a month, <em>or</em> 500 contacts four times a month, and so on.</p>
<h3><a href="http://letterpop.com/">LetterPop</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/01/letterpop.jpg" alt="" title="letterpop" width="500" height="375" class="alignnone size-full wp-image-4305" /></p>
<p>I love how you don't need to sign up for LetterPop to try out their email newsletter <a href="http://letterpop.com/builder.php">builder</a>, 289 templates (at last count) that can be dragged and dropped and edited to your heart's content. It does seem that they've gone to great lengths to simplify the process of email marketing for users, with nice touches like Flickr integration. They currently have <a href="http://letterpop.com/pricing.php">five easy-to-understand plans</a>, starting with a free plan of 10 newsletters a year to 25 subscribers.</p>
<h3><a href="http://madmimi.com/">Mad Mimi</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/01/madmimi.jpg" alt="" title="madmimi" width="500" height="375" class="alignnone size-full wp-image-4306" /></p>
<p>Of all the email services I've listed here, Mad Mimi has got to be my favorite- and not just because of their adorable big-haired, horn-rimmed-glasses-wearing mascot, but because it's an absolute <em>gem</em> of a service. Easy to use? Undoubtedly. Powerful? Amazingly. Gorgeous themes and templates, truly useful tracking reports.. can you tell how much I like this service? They offer four monthly plans, starting at $8 for 500 contacts, as well as a free plan of 100 contacts.</p>
<h3><a href="http://nouri.sh/">Nouri.sh</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2010/01/nourish.jpg" alt="" title="nourish" width="500" height="375" class="alignnone size-full wp-image-4307" /></p>
<p>Nouri.sh is a little different from the other services I've listed here: they offer <em>blog-powered newsletters</em>, which means that they basically take your RSS feed and convert it to a newsletter. Which also means that you don't have to create separate email newsletters at all, yay! I'll admit that at first I was worried about how the finished emails would look, but thanks to some good customization and branding options, they look just fine (note: the free plan does not include custom templates). More than fine, actually. But one of the things I like the most about Nouri.sh is their <a href="http://www.nouri.sh/plugin/">WordPress plug-in</a>, which among other things will allow you to add a quick subscription widget to your blog <em>and</em> track the number of subscribers and campaign data. There are five plans available, including a Free plan that includes up to 1,000 emails a month.</p>
<p>What email marketing services or tools do you use or recommend to clients?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlounge.net/webapps/5-awesome-email-marketing-services/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Five Free Apps for a New PC</title>
		<link>http://www.devlounge.net/webapps/five-free-apps-for-a-new-pc</link>
		<comments>http://www.devlounge.net/webapps/five-free-apps-for-a-new-pc#comments</comments>
		<pubDate>Mon, 28 Dec 2009 21:04:36 +0000</pubDate>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
				<category><![CDATA[Webapps]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[freeware]]></category>
		<category><![CDATA[programs]]></category>
		<category><![CDATA[Windows Apps]]></category>

		<guid isPermaLink="false">http://www.devlounge.net/?p=4213</guid>
		<description><![CDATA[Did Santa bring your a new PC for Christmas? Five free and fabulous apps to download onto it immediately.]]></description>
			<content:encoded><![CDATA[<p>Did you get a new PC for Christmas? Blazing fast, with all the bells and whistles, perhaps with a shiny new widescreen monitor? I didn't. What I do have is a brand spanking new <em>Windows XP partition</em> on my trusty old Macbook (thanks to Bootcamp).</p>
<p>Now I'll admit: it was a fresh copy of The Sims 3: World Adventures, which runs much better on Windows than OSX, that got me here- but now that I am, I want to be able to do serious work on my Windows partition- with the help of these five apps, all fabulous and all <em>free</em>:</p>
<h3><a href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad ++</a></h3>
<p>A good text editor is probably the first thing I install on any new machine. Notepad Plus Plus has everything I need, from tabs to drag 'n drop to macro recording. I love how lightweight it is, too- nothing fancy, but gets the job done wonderfully.</p>
<h3><a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a></h3>
<p>This was a no-brainer: with the heavy local WordPress testing I do, I use XAMPP on my Mac every day. That this gem of an app, which includes Apache, MySQL, PHP and Perl, comes in a Windows version is something I'm truly grateful for.</p>
<h3><a href="http://winscp.net/eng/index.php">WinSCP</a></h3>
<p>Many people like <a href="http://download.cnet.com/FileZilla/3000-2160_4-10308966.html">Filezilla</a>, a powerful and free FTP program, but I've always had a thing for WinSCP- it reminds me of back when I was doing all my work on a <a href="http://en.wikipedia.org/wiki/Pentium_II">Pentium II</a> (and paying a lot of money for 5 gigabytes of hard disk space!) It supports SFTP, has an integrated text editor, and stores your session information.</p>
<h3><a href="http://download.cnet.com/PHP-Designer-2007-Personal/3000-10248_4-10575026.html">PHP Designer (Personal)</a></h3>
<p>Among these apps, PHP Designer is my latest "discovery"- and now I have trouble imagining how I ever got along without it. It's an IDE (or Integrated Development Environment) that makes PHP coding- even for non-programmers like myself- a breeze. It features a clean and simple interface, and wonderfully intuitive menus.</p>
<h3><a href="http://download.cnet.com/ScreenHunter-Free/3000-2192_4-10063246.html">ScreenHunter Free</a></h3>
<p>On OSX I rely on <a href="http://www.ambrosiasw.com/utilities/snapzprox/">Snapz Pro X</a> for my screen capturing needs, and was ecstatic to find ScreenHunter, a free and truly fabulous screen capture program for Windows. Installs in seconds, and does its job beautifully, allowing you to do everything from choosing what to capture, to where to save it, and more.</p>
<p>What are some of <em>your</em> favorite freeware apps?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlounge.net/webapps/five-free-apps-for-a-new-pc/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>10 Portable Apps for Web Designers &amp; Developers</title>
		<link>http://www.devlounge.net/webapps/10-portable-apps-for-web-designers-developers</link>
		<comments>http://www.devlounge.net/webapps/10-portable-apps-for-web-designers-developers#comments</comments>
		<pubDate>Tue, 06 Oct 2009 16:24:12 +0000</pubDate>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
				<category><![CDATA[Webapps]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Portable Apps]]></category>
		<category><![CDATA[web-design]]></category>

		<guid isPermaLink="false">http://www.devlounge.net/?p=3832</guid>
		<description><![CDATA[Ten free web design and development apps to fill your USB stick with.]]></description>
			<content:encoded><![CDATA[<p>I've posted before about <a href="http://www.devlounge.net/design/three-free-lifesaving-programs">web development freeware</a> to download for times your workstation dies on you- and today I want to feature something even better: ten portable applications, to keep on a trusty USB drive. These are especially useful for workers who travel a lot, or even for the odd moments you absolutely must do work on a random machine that doesn't have your usual apps installed.</p>
<ul>
<li>
<h3><a href="http://stadt-bremerhaven.de/2008/09/03/portable-chrome-021510/">Google Chrome</a> (Win) and Firefox (<a href="http://portableapps.com/apps/internet/firefox_portable">Win</a> / <a href="http://www.freesmug.org/portableapps/firefox">Mac</a>)</h3>
<p>First up: portable browsers. Have these on your USB stick, and you'll never be forced to use IE again.</li>
<li>
<h3>Gimp Portable (<a href="http://portableapps.com/apps/graphics_pictures/gimp_portable">Win</a> / <a href="http://www.freesmug.org/portableapps/gimp/">Mac</a>)</h3>
<p>What I like most about Gimp is how easy it is to learn for someone accustomed to Photoshop. It installs easily, is <a href="http://www.gimp.org/tutorials/">very well documented</a>, and is a powerful image editor. (If Gimp is overkill for your needs, check out my <a href="http://www.devlounge.net/webapps/top-5-online-photo-editors">recent feature on online photo editors</a>).</li>
<li>
<h3>Inkscape (<a href="http://sourceforge.net/projects/inkscape-usb/">Win</a> / <a href="http://www.freesmug.org/portableapps/inkscape/">Mac</a>)</h3>
<p>Most designers are more dependent on Illustrator than Photoshop, which is why Inkscape, an Vector Graphics Editor, is such a killer portable app. It may not be as powerful (yet) as other Vector Graphics applications, but it will definitely get most jobs done- <em>and</em> it's Open Source.</li>
<li>
<h3><a href="http://portableapps.com/apps/internet/filezilla_portable">Filezilla</a> (Win) and <a href="http://www.freesmug.org/portableapps/cyberduck/">Cyberduck</a> (Mac)</h3>
<p>I'm not sure what it is, but I <em>always</em> seem to forget to keep portable FTP programs with me- this in spite of the fact that my FTP program is probably the top third most-used application in my daily workflow. Filezilla, fast and powerful, is good for Windows- and for Mac my choice is the Open Source Cyberduck.</li>
<li>
<h3><a href="http://portableapps.com/apps/office/openoffice_portable">OpenOffice</a> (Win) and <a href="http://www.freesmug.org/portableapps/abiword/">AbiWord</a> (Mac)</h3>
<p>Because most of my clients send me content in Microsoft Word documents, I always have either OpenOffice or AbiWord, both free apps which support MS Word docs, on hand. If you haven't looked at OpenOffice lately, <a href="http://why.openoffice.org/">check out all the new features</a> that make this office suite a true contender. Of course, you can always use <a href="http://www.google.com/docs">Google Docs</a>, although I've found that the latter won't open some Word docs for me.</li>
<li>
<h3>Nvu HTML Editor (<a href="http://www.net2.com/nvu/download.html">Win</a> / <a href="http://www.freesmug.org/portableapps/nvu/ ">Mac</a>)</h3>
<p>For emergency HTML editing, you can't go wrong with Notepad, of course- but an app like Nvu is nice as well. I like to think of Nvu as somewhere in between the plainness of Notepad and the powerfulness of Dreamweaver. <em>*Note: Apparently, Nvu Portable is no longer being updated. Try KompoZer (<a href="http://portableapps.com/apps/development/nvu_portable">here</a> or <a href="http://www.kompozer.net/">here</a>) instead. Thanks, <a href="http://ostoolbox.blogspot.com/">Uri</a>!</em></li>
<li>
<h3><a href="http://osxportableapps.sourceforge.net/syncpappx/index.html">SyncPAppX</a> (Mac)</h3>
<p>Finally, I couldn't complete this list without mentioning SyncPAppx, a nifty little app (for Mac users) that synchronizes Portable Safari, Portable Mail, Portable iCal, Portable Address Book, and Portable iChat to the ones on your local machine. It syncs user preferences for all these apps, which makes for a lot less headache.
</li>
</ul>
<p>Do you use portable apps?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlounge.net/webapps/10-portable-apps-for-web-designers-developers/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Top 5 Online Photo Editors</title>
		<link>http://www.devlounge.net/webapps/top-5-online-photo-editors</link>
		<comments>http://www.devlounge.net/webapps/top-5-online-photo-editors#comments</comments>
		<pubDate>Mon, 21 Sep 2009 21:00:36 +0000</pubDate>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
				<category><![CDATA[Webapps]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[photo editors]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[photos]]></category>

		<guid isPermaLink="false">http://www.devlounge.net/?p=3777</guid>
		<description><![CDATA[Looking to edit your photos online? Check out these five free fabulous online photo editors.]]></description>
			<content:encoded><![CDATA[<p>There are many reasons to use an online photo editor. Maybe you can't- or don't want to- use Photoshop. Maybe your computer is at the shop and you're forced to edit your blog post images on an old backup PC. Or maybe you're on a snazzy new netbook. Whatever the reason, the growing number of online photo editors signifies the growing need for them. To show you the workspaces of my top picks, I've used a photo of some cupcakes I baked for a local orphanage:</p>
<h3><a href="http://www.picnik.com/">Picnik</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2009/09/picnik.jpg" alt="picnik" title="picnik" width="500" height="307" class="alignnone size-full wp-image-3775" /></p>
<p>Picnik tops the list for me. It's quick, easy to use, and powerful. As you can see from the screenshot above, it sports a clear, intuitive interface, and is great for everything from quick cleanups to more complicated jobs. I've only ever used their free version, which is powerful enough for me, but they offer a Premium plan from $2.08 (?) a month which includes a lot of extra features.</p>
<h3><a href="http://fotoflexer.com/">FotoFlexer</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2009/09/fotoflexer.jpg" alt="fotoflexer" title="fotoflexer" width="500" height="307" class="alignnone size-full wp-image-3773" /></p>
<p>I love how quick and easy it is to upload to FotoFlexer- in seconds I was editing my cupcake photo. Their options are numerous- allowing you to crop, adjust hue, saturation, brightness and contrast, and apply fun "effects" to your photos- including borders, such as the one I chose here. If you're feeling particularly groovy, FotoFlexer offers animated star "stickers", and the ability to twirl, bulge or squish your photos. But the best thing about them <em>has</em> to be their "Geek" tab, which features advanced options such as Smart Recolor, Curves, Morph and Webcam (lets you take a photo immediately with your own webcam).</p>
<h3><a href="http://www.picture2life.com/">Picture2Life</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2009/09/picture2life.jpg" alt="picture2life" title="picture2life" width="500" height="307" class="alignnone size-full wp-image-3776" /></p>
<p>Getting my photo onto Picture2Life was just as easy- but I will admit I was a little confused by their editing window at first. After a few minutes, however, I began to appreciate the interface, and the way each option is described in very simple terms. I especially like the preview thumbnails that appear with their options, giving you a better idea of how a certain effect will look before applying it. A good place to recommend to mom for her online photo editing needs.</p>
<h3><a href="http://www.flauntr.com/">Flauntr</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2009/09/flauntr.jpg" alt="flauntr" title="flauntr" width="500" height="307" class="alignnone size-full wp-image-3772" /></p>
<p>Unlike the other sites here, Flauntr requires registration before you can get started editing your photos. It's free and pretty painless, though- and what I like best about Flauntr is how you can manage multiple albums with multiple photos right here (and work with your Flickr, Facebook or Picasa files as well). Of all these editors, Flauntr probably has the snazziest interface- and, dareisay the <em>most</em> options? For within Flauntr is stylR, editR, textR, picasR, profilR, mobilR, and printR - all of which allow you to do exactly what they sound like (e.g. stylR for borders and distortions, editR for photo manipulation, etc.)- my favorite of all being picasR, which "makes images resemble classical paintings in color tone and feel. The essence of age old paintings is introduced into your images to create that vintage aura". Very awesome.</p>
<h3><a href="http://www.phixr.com/">Phixr</a></h3>
<p><img src="http://www.devlounge.net/wp-content/uploads/2009/09/phixr.jpg" alt="phixr" title="phixr" width="500" height="307" class="alignnone size-full wp-image-3774" /></p>
<p>This is probably the least sexy of all the services I've listed here, but it's a good, solid one. Photo upload was fast- and options include the usual cropping, rotation, and brightness, as well as some very nice Photoshop-esque filters. Phixr supports posting your photos to Flickr, Picasa, and Twitter- so if you're not looking to do very advanced photo editing, it's a great way to make changes to and post your photos online quickly.</p>
<p>Do you use online photo editors?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlounge.net/webapps/top-5-online-photo-editors/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Likno Modal Windows Builder Review</title>
		<link>http://www.devlounge.net/webapps/likno-modal-windows-builder-review</link>
		<comments>http://www.devlounge.net/webapps/likno-modal-windows-builder-review#comments</comments>
		<pubDate>Thu, 17 Sep 2009 19:03:48 +0000</pubDate>
		<dc:creator>Lorraine Nepomuceno</dc:creator>
				<category><![CDATA[Webapps]]></category>
		<category><![CDATA[Likno Modal Windows Builder]]></category>

		<guid isPermaLink="false">http://www.devlounge.net/?p=3759</guid>
		<description><![CDATA[Likno Modal Windows Builder Does Magic to Your Website]]></description>
			<content:encoded><![CDATA[<p>Web development has never been easier than today. So many complex codes has to be used in the past but these days, a web user with no extensive background on web creation can easily build a website just by using the latest tools available.</p>
<p>For those wanting to make their websites more interesting to web users, the newly released tool you can use is the <a href="http://www.likno.com/web-modal-windows/">Likno Modal Windows Builder</a>. A modal window is a smaller window that is displayed on a particular web page. It’s not a pop up window but it shows additional content on a new page layer on top of the already loaded web page. You can use text, HTML code, images or even whole pages on this modal window to let your visitor focus entirely on that particular content. When this smaller window is closed, the web user is brought back to the original web page where he or she left off.</p>
<p>Customization of your modal window is very possible with the Likno software. You can create your own style via the CSS or cascading style sheets. You can also display dynamic content through the AJAX method. This area can be programmed or database-driven. Other than the modal window style, you can also choose to provide special effects in opening or closing the window. In the opening aspect, you have various options as well – the ID, class, name, onclick event or the AllWebMenus item.</p>
<p>Content-wise, this window builder allows you to provide specific information or images for the benefit of your readers. For instance, you have fresh information and you want your readers to keep that in mind, using the modal window can be very effective. Your readers’ concentration is on that window alone and not to any other parts of the web page. </p>
<p>Another great use of this is for online stores. If you have a new product, for instance, and you’d want your visitors to have a closer look at it, you can put the image of that item on a modal window. In that way, your potential customers get to see the item at a closer range.</p>
<p>Powered by the popular jQuery open source library, the Likno web modal windows builder is an advanced technology in that it lets you create modal windows that reflect your own personal style. You can choose to have a single-sheet type of window or if you have more information to share, you can use the multi-sheet type with several sheets involved. When using the multi-sheet window, you have a choice on a number of navigation bar styles to use. Another way to customize it is to use a header or footer.</p>
<p>Now if you have doubts whether this modal window builder will have problems with browsers, you can erase them already. This Likno software is compatible with most web browsers that support DHTML. So whether you’re using Internet Explorer, Firefox, Google Chrome, Opera, Mozilla, Safari and the others, you won’t be facing issues. Give your visitors a reason to stay put on your site and make sure you use the <a href="http://www.likno.com/web-modal-windows/">Likno web modal windows builder</a>.</p>
<p><em>(Sponsored Post)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devlounge.net/webapps/likno-modal-windows-builder-review/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

