Brent has released a new NetNewsWire beta.
This release supports ETag and Last-Modified headers, dramatically reducing bandwidth consumption for sites that support these headers. Other changes are listed on the change notes page. (link)
← first ← previous page 513 of 573 next → last →
Brent has released a new NetNewsWire beta.
This release supports ETag and Last-Modified headers, dramatically reducing bandwidth consumption for sites that support these headers. Other changes are listed on the change notes page. (link)
Something we're learning about this year in Arizona: Winter lawns. Apparently the only thing that can survive the Arizona summer is a particularly hearty strain of Bermuda grass, which goes dormant and brown once the weather cools off. So the practice here is, right about now, to plant a winter lawn of rye grass that stays nice and soft and green until about April, when the weather heats up fries it all. I'm researching winter lawns now; I mowed the lawn as short as possible the other day, and I'm about to go de-thatch and put down gypsum to treat the soil. Then we plant.
James Duncan Davidson (Author of tomcat and ant) on Enterprise Java Beans: > [via James Duncan Davidson ]Mike Clark was just muttering about EJBs and how they can lead you over the brink of complexity. And he asks: "Where did we go wrong?" (link) I've worked some with EJBs, and they are some of the most complex component code I've seen. Oy.
If you're a Cocoa geek, you should check out the CocoaProgrammers wiki. Add your name and info, let others know where you're at!
David McCusker gave me a plug yesterday:
And folks need to go visit Steve Ivy's resume and consider giving him some work. He's a bright guy with enough imagination that I figure you can give him new stuff to do without worry. (link) I usually hate to blow my own horn, but I am a bright guy, I've got a lot of experience, and I've got the imagination to know how it can be used. If you need web development or Mac OS X programming work done, please contact me.
I haven't tracked down why yet, but I think I've confirmed that software operating in active ftp mode (as opposed to passive ftp, in this case fink) is incompatible with the 802.11 implementation in the Linksysy WAP that I've got. Whenever I tried to download software with fink my wireless connection would start going up and down, then just down, until I reset the WAP. I reconfigured fink to use passive FTP and am now having no problems. I'm going to research this more a bit later and write it up here.
It would seem I'm not mistaken in my reports of problems with active FTP and my Linksys BEFW11S4 router. > Several people report the latest BEFW11S4 firmware is broken for Active mode. Here's a recent post: /forum/remark,411550.. (link)
It's been a while since I've had myself a good fiction binge - as an avid reader, I've often blown anywhere from 2 to 30 hours straight on a good book... right now it's Neil Stephenson's Cryptonomicon.
manual-php-manual tags: "" title: ""
Although I got the web application book for PHP, I'm starting with the online PHP Manual. It's probably the best step-by-step guide to a new language I've ever seen.
This is also confirming my long-held belief that languages are easy. APIs are hard. PHP is basically a tame perl. Nooooo problem. I bet it's going to take me a while though to get into the flow with the PHP APIs for things like database manipulation, networking, etc. That's where the book I picked up will help.
Miscellaneous h4xx0r note: PHP has a mutli-level break which I had not seen before in a language. Used normally, break will exit the current loop (while, for, etc). Using the optional integer argument:
break nwill break you out of as many nested loops as specified. For example:
10 /* Using the optional argument. */
11 $i = 0;
12 while ( ++$i ) {
13 switch ( $i ) {
14 case 5:
15 echo "At 5
";
16 break 1; /* Exit only the switch. */
17 case 10:
18 echo "At 10; quitting
\n";
19 break 2; /* Exit the switch and the while. */
20 default:
21 break;
22 }
23 }
Found here.
Although I got the web application book for PHP, I'm starting with the online PHP Manual. It's probably the best step-by-step guide to a new language I've ever seen.
A new Cocoa book, Cocoa Programming, is shipping. Not sure what the deal is with the anemone on the cover though. Authors Scott Anguish, Erik Buck, and Don Yacktman are serious long-time Cocoa hackers, and the aspiring Cocoa jedi would be foolish to ignore their tome.
Jodi and I made a run to the Phoenix Central Library today. I came home with Web Application Development with PHP 4.0, and Cryptonomicon.
[via diJEST: a journal of extrapreneurial strategy and technology] Reporting a project's status upward shouldn't take more than 5 minutes. The technique is to boil everything down to a well structured, bullet-heavy, one-pager you can forward weekly or monthly.
diJEST: a journal of extranpreneurial strategry and technology headlines (link)
-useful-objc-dev-tool
[via bbum's rants, code & references] A new version of Accessorizer came out today. It is a very useful little app that, given a variable declaration, generates the various random Obj-C idioms that developers have to create over and over and over again when building Cocoa/ObjC apps. (link)
Something poetic on hockey, of all sports...
[via Michael McCracken - Weblog] There's ma in hockey too... It just comes in shorter bursts. (am I missing a point here?) The ma in hockey comes while a pass is on its way, in the lull after a play, or the two seconds of nothing between a goal and the ensuing celebration when noone really knows whether it went in. You can see it in the center's faces before the puck drops on a faceoff. Most distinctly, you can see it right before a pass gets in place for a one-time shot. The puck's on its way to the shooter. (In my mind, it's Alexei Kovalev, but you can use whoever. OK, no Eric Lindros.) He's got his stick raised, everyone's looking toward him, but noone can move yet. The pass froze the defensemen, and the goalie can't see the puck. In that moment, nothing is happening, but everything's about to. It's ma, only shorter. (link)
[via bbum&[#39](http://monkinetic.blog/tag/39);s rants, code & references] A new version of Accessorizer came out today. It is a very useful little app that, given a variable declaration, generates the various random Obj-C idioms that developers have to create over and over and over again when building Cocoa/ObjC apps. (link)
← first ← previous page 513 of 573 next → last →