Showing entries 651 to 660 of 1121
« 10 Newer Entries | 10 Older Entries »
Displaying posts with tag: PHP (reset)
Seven Things about me - tagged by Brian DeShong

So, my Haystacks teammate Brian DeShong tagged me in his list of seven.  We won
that trivia contest by the way.  It was a real team effort.

So, here goes my seven things:

  1. I have six kids.  Okay, let that sink in.  Yes, six.  Logan(12), Macy(11), Molly(9), Parker(7), Collin(3), and Hudson(6 months).  I know what causes it.  Yes, it is hard at times.  But, there are those moments when you are sitting in the yard or in the den and all is right in the world.  The best program I will ever write will not compare to what have done with my children.  They are truly my greatest project.  My wonderful wife blogs about them at Moonmania.
  2. I started my career as a Visual Basic programmer.  PHP and VB are very much alike.  …
[Read more]
Seven things

Since Kore, Lars and Marcus forced me to write this:

  • Sebastian's first foreign language was Latin, for me Latin was the reason to start programming (by trying to hack the vocabulary trainer my brother wrote, so I learned Basic instead of Latin)
  • I started PHP since I was too dumb to get my Perl CGI scripts working after our home server crashed
  • I still have more Perl books than PHP books
  • Compiling PHP 4.0 on our Pentium 90 home server took a night or so - and often forgot to activate some …
[Read more]
Tell Me How The Spark Caught Flame

I want you to tell me the story of how you got started with the Net.

Tell me how your passion was sparked and why it keeps coming to full flame.

Tell me why the Net matters to you, even after all of the long days, short nights and wrecked weekends.

I’ve been writing my story because I need to understand why I care deeply for what the Net is and what it means.

I want to read your story for the same reason.

Don’t hold out on me now. I can see your data trails in my server logs: a few hundred of you trudging in from RSS subscriptions, the PHP, Mozilla and MySQL planets, Boris’

[Read more]
Hitchhiking the Information Superhighway

« Post 2 | This is the 3rd post in my MoFo Futures 2009 blog series | Post 4 »

“As for the future, your task is not to foresee it, but to enable it.”Antoine de Saint-Exupéry

I like beginnings. This is a constant. In primary school, I tried to re-invent arithmetic. My D&D characters were obsessively re-rolled and scrapped. On various computers, I’d start my games of Civilization over and over. I’d hope that if …

[Read more]
MySQL Storage Engine based on PHP

Sometimes one has weird ideas, or am I the only one? - This specific one is at least a year old, now, during the Christmas days, waiting for New Year's Eve I had the time and mood to finally try it out: MySQL 5.1 has a plugin interface to easily add storage engines. PHP can easily embedded into other applications.  So why not combine these two things? - Writing a MySQL Storage Engine which reads data by calling a PHP script.

Let's start with a simple example first:

<?phpfunction create_table($table, $data) {
    return true;
}

function open_table($table) {

[Read more]
Back to the Beginning

« Post 1 | This is the 2nd post in my MoFo Futures 2009 blog series. | Post 3 »

“When a job went wrong, you went back to the beginning. And this is where we got the job. So it’s the beginning, and I’m staying till Vizzini comes.” — Inigo Montoya, The Princess Bride Screenplay by William Goldman

Being a part of Mozilla over the last three years has been a humbling experience.

When I started with the project, I imagined great personal success. Like a happy little worker bee flitting from Free Software flower to Free Software flower, I would cross-pollinate Mozilla with PHP’s community savvy and pragmatism, MySQL’s  disruptive …

[Read more]
Settling in for a Winter's Blogfest

This is the 1st post in my MoFo Futures 2009 blog series. | Post 2 »

Christmas is nearly upon the Christian and Consumerist parts of the globe. Along much of my latitude, snow is piling up in record quantities and weather warnings abound. Even in oft-green Vancouver, there is a foot or so of the white stuff accumulated in my yard and the parking lot outside my window often echos with the sounds of snow-beached cars helplessly spinning their wheels.

Usually all these things taken together would mean a series of harrowing drives to visit family, followed by lovely hours staying warm indoors, eating comfort food, retelling old stories and enjoying the company of loved ones as the year draws to its close.

However, this year our family time is coming after the holidays and I'm left with the unexpected gift of a week or so of free time.

[Read more]
The Baden-Württemberg Brief
  • Two days in Frankfurt, two days in Munderkingen and two days in Heidelberg between December 5th and 17th. Mostly just ordinary working and travel days.
  • Visited Sandro Groganz of Init Marketing in Munderkingen. Worked from Sandro's house after a nice dinner on Sunday.
  • Caught up with (and was interviewed by) Rory MacDonald of Init Marketing while he was vacationing near Ulm. The interview was focused on Mozilla and should go online in the new year on http://www.initmarketing.tv
  • Visited Georg Richter of …
[Read more]
Creating the LAMP stack on Mac OS X 10.5 (Does that make it a MAMP stack?)

So we all know about the good old LAMP stack... Linux, Apache, MySQL, and PHP. It's a beautiful thing. I recently just started early development on a web application and instead of using Tomcat, Struts, Spring, Hibernate, or any of the Java-based frameworks that I am familiar with I've decided to take a step back to my programming past and use PHP with MySQL. Except this time, I'm using a Mac...

Let's start with my setup. I have a MacBook with OS X 10.5 (Leopard) so if you are running anything older this may not apply. Apache 2 and PHP 5 are shipped with 10.5 and I will talk about enabling them later.

The only piece we are missing is MySQL, and lucky us, they now make Mac binaries that you can find at www.mysql.com. Download the binary for the Mac (if you want to build the source get the tar.gz) and do the normal Mac install procedure. Once …

[Read more]
Wordcraft 0.6 available

I am pleased to announce the release of Wordcraft 0.6.  I have been using it for a month or so now and I am learning some things.

I had been having trouble logging in lately from multiple places.  So, instead of trying to work on the built in session handling I had written, I took my own advice (use stuff that exists) and just switched to PHP sessions.  All the cookie stuff is worked out and I can get a lot done with just a little work.  PHP sessions make me a little nervous.  If you have lots of applications installed on the same site that use them, you can get some odd behavior.  But, why reinvent the wheel right?

I have found myself wanting to save a post while working on it.  To do that before, I would have to uncheck the Published box.  To solve this, I changed the behavior of the Save …

[Read more]
Showing entries 651 to 660 of 1121
« 10 Newer Entries | 10 Older Entries »