Remember, Remember
Original post provide by Chris ShiflettThe 5th of November. Just kidding. No, remember tonight’s PHP Meetup, starring Andrew van der Stock of OWASP:
Andrew van der Stock, Executive Director of OWASP (Open Web Application Security Project) will be speaking about upgrading the security of old legacy PHP code and bringing it up to date using best practices.
Please RSVP if you plan to attend, because we want to have enough pizza and drinks available. (If you don’t want to sign up on yet another web site, you can also contact me directly.)
If you can’t make tonight’s meetup, I hope to see you at the DC PHP Conference later this week.
Hope your week is off to a great start.
Posted Mon, 05 Nov 2007 20:32:39 GMT in Chris Shiflett’s Blog ![]()
International PHP Conference 2007 Spring Edition : Call For Papers
The Call for Papers has just been opened. You can find more information at http://phpconference.com/. There's a pre-conference day on 21st of May with full day Power Workshops and a Main Conference from 22nd to 23rd of May with 1 hour sessions.
Microsoft Web Development Summit 2007
I’m privileged to be in Redmond, WA this week at the Microsoft Web Development Summit. (Special thanks to Glen Gordon for sending me an invitation.) Also in attendance are a good crowd of PHP developers from various backgrounds and experience, including developers from Drupal, Gallery, Facebook, CakePHP, Solar, core developers, extension developers, authors, and just plain PHP programmers.
PHP Comes To DC
Now What?, Eli White (Digg) API Design in PHP, David Sklar (Ning) There are also a couple of talks by Ed Finkler. He's speaking about his security projects, PHPSecInfo and Inspekt. (I suspect Ed is more well known as the developer of Spaz.) Not to be outdone, we are going to have a booth (our first booth!), Paul is giving a talk on framework and application benchmarking, Nate is giving a tutorial on CakePHP, and I'm giving the opening keynote.
PHP Serialize - PHP::Serialization
Ich muss ein PHP object über 'serialize' serialisieren, an Perl weiterreichen und dort über das Modul PHP::Serialization auspacken. Ich habe Stunden damit zugebracht herauszufinden, warum ich auf meine Objektvariablen nicht zugreifen kann. class test { public $public_key = 'public_val'; private $private_key = 'private_val'; } "Eigentlich" ist es logisch, dass PHP "auf irgendeine Art und Weise"" im serialisierten String kenntlich machen muss, welche Bestandteile des Objekts private und welche public sind, da ansonsten PHP selbst das Objekt nicht mehr korrekt deserialisieren könnte.
IMAP Mit Google Mail
Mein Lieblings Mailer Google Mail unterstützt jetzt auch IMAP. Der IMAP Zugang muss zunächst in den Einstellungen aktiviert werden, diese sind derzeit allerdings nur in der englischen Version von Google Mail verfügbar (einfach die Spracheinstellung in Google Mail auf 'englisch' ändern).
More Articles:
7 Points Of Contact In The World Of Online Marketing
Sure, you can have a Web designer and/or copywriter help you launch a static site, which is better than nothing. But it will not drive business the same way that a Web site that’s being constantly updated and aggressively marketed will.
Web Writing Rules
Little has changed in what works in writing for the Web as experts have recommended most of these tips for good writing for years. I apply the following when writing for the Web: Insert bolded sub-heads every few paragraphs for scanning.
Google’s Paid Search Vs. Organic Results - A Rickety Wall Of Separation
Unfortunately, this reality leaves an advertiser with a small budget for paid search at a disadvantage. If Google is willing to offer this secret perk to larger advertisers now, what might they do in the future? Offer price breaks to larger paid search spenders?
Drupal, EZ Systems Make EContent Top 100
and eZ Systems have been listed among the top 100 companies according to EContent Magazine. This list was chosen for “the companies that matter most in the digital content industry.” They join the ranks of Google, Microsoft, Adobe, and Apple.
Solar 1.0.0alpha1 Released
If you haven't taken a look at Solar, you probably should - it holds a lot of promise. From the Solar site,Solar is a PHP 5 framework for rapid application development. It is fully name-spaced and uses enterprise application design patterns, with built-in support for localization and configuration at all levels.The site goes on to say, It uses concepts derived from the Savant template system, the DB_Table object-relation management package, the Yawp foundation for PHP applications, and the organizational structure of PEAR.You can learn more about the Solar Framework at the Solar site, read the release notes on Paul's blog, or simply jump in and download your own copy.