OSCON Highlight: Rasmus' "How to Make Money with PHP" session
Rasmus is presenting his "How to Make Money with PHP" session for the Portland PHP User group, OSCON attendees and OSCAMP attendees. This session is one of my favorite Rasmus talks - the concepts that he teaches are key to helping PHP developers move from being frustrated novices to being happy and productive PHP hackers.
Some of the key things that the session covers are how to find bottlenecks in your PHP application, how to plan for capacity and (of course) how to make huge amounts of money with PHP.
Check out the slides at http://talks.php.net/show/oscon06
Tags: OSCON, PHP, Rasmus, UncategorizedRelated posts
Posted on Thursday, July 27th, 2006 at 18:17
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
July 28th, 2006 at 4:14
Zak Greant's Blog: OSCON Highlight: Rasmus' "How to Make Money with PHP" session…
…
July 28th, 2006 at 8:01
It seems that you have a great and interesting time there, Zak. We would love to have Rasmus on ROSI conference in Romania too, especially with this talk.
October 12th, 2006 at 17:47
http://talks.php.net/show/oscon06 does not support ie?
Why so, doesnt the vission of future web development lives within all web browsers?
October 12th, 2006 at 19:39
Hi Lauras,
I bet that this is just because no one has made the system work with Internet Explorer. I believe that anyone who wants to spend the time is welcome to fix this is welcome to.
Cheers!
–zak
October 12th, 2006 at 19:52
Also the future of web development is in having browsers that conform to open standards so that web developers aren't continuously having to work around incompatibilities.
Perhaps readers know weird CSS hacks like the following:
/* Hide from IE-Mac */
#something {…}
/* End hide */
or this one:
div.content {
width:400px;
voice-family: "\"}\"";
voice-family:inherit;
width:300px;
}
Web devs shouldn't have to do crazy stuff like this…