diff options
author | luxagraf <sng@luxagraf.net> | 2019-05-04 15:48:55 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-05-04 15:48:55 -0500 |
commit | 79fafe2f44f5e31522dd93013950474342bfdfb0 (patch) | |
tree | bc9ccf5b4eadeebf3a2f86b21f9b382edfa41735 /old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri | |
parent | 62167091560c908db0613bcb35ff9ae8292f5961 (diff) |
archived all the stuff from freelancing for wired
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri')
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/emailadiction.txt | 25 | ||||
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/etags.txt | 21 | ||||
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/expired.jpg | bin | 0 -> 16270 bytes | |||
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/iphonehello.jpg | bin | 0 -> 13010 bytes | |||
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/manninbox.jpg | bin | 0 -> 16666 bytes | |||
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/ubuntu.txt | 20 |
6 files changed, 66 insertions, 0 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/emailadiction.txt b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/emailadiction.txt new file mode 100644 index 0000000..6dfd08f --- /dev/null +++ b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/emailadiction.txt @@ -0,0 +1,25 @@ +Almost Fifteen years ago I first fired up an application named pine and tried to figure out what the electronic mail concept was all about. Amazing how in such a short period of time we've reached a point where a majority of Americans self-identify with the phrase "addicted to e-mail." + +Or at least that's what [a new survey by AOL][1] would have us believe. The study, which surveyed 4,025 respondents 13 and older in 20 cities around the country to measure e-mail usage, contains some startling statistics, for instance: + +>* 59 percent of you are checking e-mail in bed +* 53 percent in the bathroom +* 37 percent while you drive. +* 12 percent while in church. + +Okay, so maybe that seems a bit obsessive, but it could be that the problem isn't obsession at all, it's simply that we haven't learned to manage our e-mail very well. + +Regina Lewis, AOL Online Consumer Advisor, says in the press release that "e-mail addiction has less to do with curbing an obsession than it does with proper time and e-mail management." + +There's a couple of tips listed, but they aren't going to help anyone but the most casual of users. + +For some real solutions for managing your e-mail, Merlin Mann of 43Folders has the best ideas I've come across. Yesterday Mann posted a video of a recent talk he gave at the GooglePlex about how to deal with e-mail. + +The talk is an outgrowth of a series which appears on 43Folders entitled "[Inbox Zero][2]," which aims to help you deal with your e-mail in an efficient and effective manner. Ordinarily I eschew any kind of formal "life-hacking" productivity tips as overly anal, but in this case Mann's ideas really are useful. + +Here's the video in its entirety, a bit long but worth it. + +<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=973149761529535925&hl=en" flashvars=""> </embed> + +[2]: http://www.43folders.com/izero/ +[1]: http://press.aol.com/article_display.cfm?article_id=1271
\ No newline at end of file diff --git a/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/etags.txt b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/etags.txt new file mode 100644 index 0000000..1a91aac --- /dev/null +++ b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/etags.txt @@ -0,0 +1,21 @@ +Earlier this week we noted the [release of YSlow][2], a handy addition to Firebug, the Firefox extension for web developers. YSlow attempts to discern reasons why your webpages are loading slowly. + +As a result of that post I received numerous e-mails asking for more information about two of YSlow's suggestions -- adding ETags and expire headers to the files you're serving. + +I'll confess that I too was bit baffled by both of those tips, in fact I'd never really heard of E-Tags and never bothered to investigate expire headers. + +So, for those readers like me, I thought I'd pass along this [excellent write-up][1] on both over at Clint Ecker’s blog. While the article is focused on serving up both using the [Django web development framework][3], Ecker includes ways to configure both the Apache webserver and Lighttpd server to do the same. + +If you're not using Django on your site, just skip those sections and check out the Apache tips (or Lighttpd if you happen to have it installed). + +For Django the E-tags process is simple, just include some middleware in your settings.py file and you're done. For Apache you'll need to use an .htaccess file. + +For the expire headers in Apache you'll need to check and confirm that your server is using the "mod_expired" package and then it's just a matter of adding some more lines to the .htaccess file. + +And there you have it, ETags and expire header explained. + +[1]: http://phaedo.cx/archives/2007/07/25/tools-for-optimizing-your-website-etag-and-expire-headers-in-django-apache-and-lighttpd/ +[2]: http://blog.wired.com/monkeybites/2007/07/got-slow-web-pa.html "Got Slow Web Pages? Find Out Why With YSlow" +[3]: http://djangoproject.com/ + +Optimizing Your Website With Etag and Expire Headers
\ No newline at end of file diff --git a/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/expired.jpg b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/expired.jpg Binary files differnew file mode 100644 index 0000000..758326a --- /dev/null +++ b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/expired.jpg diff --git a/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/iphonehello.jpg b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/iphonehello.jpg Binary files differnew file mode 100644 index 0000000..2af13d1 --- /dev/null +++ b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/iphonehello.jpg diff --git a/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/manninbox.jpg b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/manninbox.jpg Binary files differnew file mode 100644 index 0000000..f67dad7 --- /dev/null +++ b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/manninbox.jpg diff --git a/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/ubuntu.txt b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/ubuntu.txt new file mode 100644 index 0000000..f21c090 --- /dev/null +++ b/old/published/Webmonkey/Monkey_Bites/2007/07.23.07/Fri/ubuntu.txt @@ -0,0 +1,20 @@ +The third alpha for the next revision of Ubuntu, version 7.10, dubbed Gutsy Gibbon, was released into the wild yesterday afternoon. This release packs [a host of new features][1], but it is an alpha, so don't rush out and install this in a production environment. + +Alpha 3 of Gutsy Gibbon is intended for developer testing only and there are still a host of known issues (click through that link and you'll notice that the number on bug, listed as "Critical" with a solution "In Progress," is that "Microsoft has a majority market share"). + +But even if Ubuntu 7.10 isn't ready for prime time, the new features list gives a peak at what you can expect from the final release in October. Among the highlights: + + +>* By popular demand, the various theme, background and other appearance related tools have now been merged into a single dialog, allowing faster access to more settings. + +* The new Rhythmbox 0.11.1 contains gapless playback and better support for visualization. + +* Ebox -- a network services control tool designed to be easy to use even for non-Unix admins. Ebox allows control of a huge number of services from a single web interface. Parts of the 0.9.3 release has been packaged and many Ubuntu-specific changes have been made. + +* AppArmor, a framework for providing "enhanced pro-active security" through mandatory access control -- i. e. minimize the privileges of processes to greatly reduce the potential impact of security vulnerabilities. + +If you'd like to assist the Ubuntu team with finding, reporting or fixing bugs, you can grab a copy of the new alpha from the [Ubuntu 7.10 development site][2]. + + +[1]: http://www.ubuntu.com/testing/tribe3 +[2]: http://cdimage.ubuntu.com/releases/gutsy/tribe-3/
\ No newline at end of file |