DotGeek.org: Second PHP Programming Marathon
Grok Headline matches for DotGeek.org: Second PHP Programming Marathon
DotGeek: PHP Marathon Results Posted
DotGeek: PHP Marathon Results Posted
12/02/2003 01:36 AMThe final results are in in the
DotGeek Programming Marathon
mentioned back in October - 178 programmers registered, with only 14
of them making the cut.
DotGeek.ORG
DotGeek.ORG
01/16/2004 10:59 AMhttp://www.dotgeek.org/about.php?type=certify
Learn Sumfin' every day:
About DotGeek
Dotgeek is a community, non-business driven website made by developers
for the PHP programmers community and open source community at large.
Dotgeek is an entirely self-financed project and is free from any
economically-driven initiatives.
Dotgeek depends for its exisitance and maintenance upon those
volunteers who kindly donated their time for the diffusion of
knowledge. It exists to...
Dotgeek.org: Captcha for PHP
Dotgeek.org: Captcha for PHP
03/31/2005 09:56 AMIn an effort to curb the automatic submission of forms from "web bots"
on your site, the folks over at
Dotgeek.org have posted
a CAPTCHA
script that can easily integrate with your current site.
DotGeek.org: PHP Templates? Get Smarty!
DotGeek.org: PHP Templates? Get Smarty!
02/17/2004 10:34 AMFrom
DotGeek.org this morning,
there's a new tutorial for anyone out there looking to get into using
PHP and the Smarty Templates for templating your site.
DotGeek: Database Abstraction and OOP
DotGeek: Database Abstraction and OOP
01/09/2004 10:08 PMNew from
DotGeek.org this morning
is a tutorial that will be of great interest for those out there
working with OOP and databases.
DotGeek: PHP Security - SQL Injections
DotGeek: PHP Security - SQL Injections
01/19/2004 10:39 AMMaking forms in PHP is easy, even for the novice programmer, but there
are hidden dangers that can befall you and your information if you're
not careful with how you write your code. SQL injsections are one of
the worst, and
DotGeek.org is one
your side with some new help.
DotGeek Certification Programme
DotGeek Certification Programme
01/19/2004 07:19 AMDotgeek (a community, non-business driven website made by developers
for the PHP programmers community) is glad to announce "The DotGeek
Certified PHP Programmer Certification Programme". The programme,
which is independent, open source and totally free, is based on
tutorials and code samples submission analyzed under a number of
public criteria. The certification board includes well-accomplished
professionals in their fields like David Costa, Anthony L. Faulds and
Chris Shiflett. The open nature of the programme allows PHP
professionals to join the certification board and contribute directly
to the project.
DotGeek.org: CSS/PHP and Hashing Your
Files
DotGeek.org: CSS/PHP and Hashing Your
Files
02/10/2004 02:51 AMIn two new tutorials from
DotGeek.org this morning, they cover
ground in CSS & PHP as well as some simple functions for helping you
store and retrieve information from flat files.
DotGeek: Restriction and Rotation
DotGeek: Restriction and Rotation
02/12/2004 10:10 AMIn two new tutorials from
DotGeek.org this morning, they cover
the creation of site access restriction methods, and how to simply use
the coordinates of and object's center point for positioning inside a
GD2 image.
DotGeek: Mcrypting Your Data Simply
DotGeek: Mcrypting Your Data Simply
02/19/2004 10:09 AMSome programmers out there look to PHP to provide them with all of the
web application features that they might need, including a way to
encrypt sensitive data like passwords or bank account numbers. One way
has always been to md5 it and just use that data generated, but
there's another two-way encrpytion that
DotGeek.
org is covering today.
DotGeek.org: Introduction to Regular
Expressions
DotGeek.org: Introduction to Regular
Expressions
01/09/2004 10:08 PMDotGeek.org has a new posting
this morning for everyone out there struggling with regular
expressions and might need that extra helping hand -
Introduct
ion to Regular Expressions.
DotGeek: An Intro to Templating Your
Site
DotGeek: An Intro to Templating Your
Site
01/07/2004 02:51 PMDotGeek.org has a new tutorial
posted today for those out there new to creating sites with PHP and
looking for that next step to make their sites easier to maintain.
DotGeek: PHP Certification Based on Code
DotGeek: PHP Certification Based on Code
01/05/2004 08:38 AMDotGeek.org has a new post over
on their site about a certification they are trying to offer PHP
coders all over the world.
DotGeek.org: Project K++ Package
Released
DotGeek.org: Project K++ Package
Released
06/09/2004 09:07 AMIn another very interesting posting from the
DotGeek Summer Tournament, a
package has been submitted for using
the ming library and the best
of PHP 5's class structure to explore the possibilities of
computer-generated abstract art.
DotGeek: PHP Summer Tournament Begins!
DotGeek: PHP Summer Tournament Begins!
06/02/2004 08:38 AMFrom the folks over at
DotGeek.org:
DotGeek: Dynamically Repopulating Forms
DotGeek: Dynamically Repopulating Forms
01/27/2004 09:13 AMNew from
DotGeek.org this
morning, there is a new tutorial seeking to help you dynamically fill
and update form elements without having to reload the page.
Zend: DotGeek.org PHP 5 Case Study
Zend: DotGeek.org PHP 5 Case Study
05/21/2004 11:20 AMWith more details on their PHP 5 hosting and a
Zend article to talk all about it,
DotGeek.org has
this case
study posted on
Zend.com.
DotGeek.org: Free Developer PHP 5
Hosting
DotGeek.org: Free Developer PHP 5
Hosting
05/10/2004 08:41 AMDavid Costa from
DotGeek.org
is back up and already going with new content this week, including one
of their latest dealing with error checking and handling in your PHP
scripts.
DotGeek.org: Summer Tournament Winners!
DotGeek.org: Summer Tournament Winners!
09/01/2004 08:22 AMThe Summer Tournament Results from
DotGeek.org have been
announced:
DotGeek.org: Content vs. Code &
Email Attachments
DotGeek.org: Content vs. Code &
Email Attachments
02/10/2004 02:51 AMDotGeek.org has two new pieces
from
John Coggeshall posted
this morning - different, but both very informative. These two
tutorials,
Separati
ng Content from Code and
Sending
File Attachments From PHP.
DotGeek.org: OpenGL Code Snippet Posted
DotGeek.org: OpenGL Code Snippet Posted
06/09/2004 09:08 AMIn an interesting note from the
DotGeek PHP5 programming
tournament, there has been a submission of
an OpenGL
implementation in PHP has been released by Peter 'iridium'
Waller.
DotGeek.org: Data Encapsulation and Code
Reuse
DotGeek.org: Data Encapsulation and Code
Reuse
01/09/2004 10:08 PMIn all of the code floating around out there, there's one thing that
most programmers missed - the reuse of code, be it theirs or another
coder's. Reuse of code is a skill that every programmer should master,
not just PHP coders. So,
DotGeek.org has posted a new
tutorial to help you understand why code reuse is such a good thing.
marathon note
marathon note
06/28/2004 07:55 PMQuick announcement:
Anne had lots of Marathon stuff written up (we compose everything
offline in Textedit) and the fucking computer locked up. Like a
bonehead, I'd forgotten to save it (along with some other important
stuff) so it was lost.
I tried cashing in all my computer geek points to resurrect it, but it
was DC 45, and all I got was a modified 8.
So that's been set back at least a few days. We both know how many of
you guys who supported us and Kris are looking forward to the story
wrapping up, but I hope you'll bear with us a little bit longer while
our Real Lives take up most of our attention.
Marathon pictures
Marathon pictures
07/19/2004 02:53 PMOur 2004 Rock-n-Roll Marathon pictures are online.
Marathon 0.12 released
Marathon 0.12 released
02/10/2003 10:06 AMMarathon runs gui based acceptance tests against swing applications.
It is composed of a runner, and recorder, and an editor, and its tests
scripts will be stored using a simple python based language. This
release includes bug fixes, feature enhancements and is more readily
usable (a single .JAR contains everything you need).
details at
http://sourceforge.net/project/shownotes.php?group_id=46616&release_id
=139116
Marathon of Hope
Marathon of Hope
04/12/2005 03:39 AM
"His life was just beginning, and
he
was simply a slightly nerdy, nondescript youngster sitting at a
desk in Grade
8, so short his feet didn't reach the floor." but
Terry
Fox would go on to grab the
heart
of Canadians and 25 years on,
the
world. Also seen
before.
Marathon 0.84 Released
Marathon 0.84 Released
09/22/2004 06:51 PMMarathon is a testing framework for GUI applications developed using
Java/Swing. Marathon composes of recorder, runner and editor. The
testscripts are composed of python code. Marathon version 0.84 is
released, this contains minor feature enhancement and bugfixes. The
details can be found in ChangeLog.
Marathon focuses on end-user testing. One need not know Java or Swing
to record test scripts using Marathon. Marthon is kept intentionally
simple. The aim to produce test scripts that are readable by everyone
on the project. This includes the developers, testers and the
customers. Marathon is flexible and provides facilities to extend the
functionality available through python scripts or through writing ones
own component resolvers.
You can find the latest release here:
https://sourceforge.net/project/showfiles.php?group_id=46616&package_i
d=54685
Marathon Aleph One
Marathon Aleph One
04/21/2004 11:40 PM2004-04-17 release (Mac OS X, Windows, Linux)
NYC Marathon 2005
NYC Marathon 2005
12/19/2004 03:21 PMI finished the NYRR Holiday Four Mile Run (38:31) this morning and
with it completed nine qualifying NYRR races, which means: I've got
guaranteed entry into the 2005 NYC Marathon. Yay! As I said to my
friend Adriana this morning after the race, "Obviously something's
wrong with us if we're waking up to run in 32° weather every
weekend for the purpose of gaining entry into a marathon!" Of course,
I mean "wrong" in the good sense! I've already got two marathons and
one half-marathon scheduled for 2005. Now let's hope my hip injury
heals in time.
Marathon giveaways
Marathon giveaways
04/16/2005 06:47 PMHow to tell the people on the plane who are coming into Boston to run
in the Marathon: 1. They have big LCD watches 2. They carry their
running shoes on board because they're afraid of checking them
through. 3. They are built like whippets....
Marathon Strikes 10
Marathon Strikes 10
12/27/2004 01:22 AMMarathon, a classic Mac FPS which was said to have rivaled the Doom
series, reached its tenth anniversary this week. The official game has
been long dead since Microsoft purchased Bungie, but a thriving
community has enhanced the popular title and kept it up-to-date. This
year, celebrate Marathon's tenth anniversary by playing Marathon:
Aleph One. If you don't currently own a copy of the original game,
don't forget to download the demo files as well (available on the
Aleph One page).
[Links from this story may be found on MacMerc.com. Click the title to
delve deeper.]

Second PHP Marathon announced
Second PHP Marathon announced
04/09/2004 04:02 PMDotGeek.org is proud to announce the second PHP Programming Marathon
to be held on the 24 April 2004. Instead of receiving the problems and
composing your solutions offline, it all takes place online and within
a specific timeframe. The Marathon is kindly sponsored by Zend
Technologies and will now feature a problem on PHP 5. Participation is
free of charge.
Marathon agony for Radcliffe
Marathon agony for Radcliffe
08/22/2004 01:32 PMAn exhausted Paula Radcliffe - one of Team GB's biggest Olympic hopes
- pulls out of the women's marathon.
Live: Women's marathon
Live: Women's marathon
08/22/2004 11:29 AMAll the action as it happens as Paula Radcliffe goes for gold.
Marathon GUI Test Tool 0.83
Marathon GUI Test Tool 0.83
09/01/2004 11:51 AMRecords and executes GUI-driven acceptance tests.
Marathon ships DeskMount for G5
Marathon ships DeskMount for G5
12/19/2003 01:19 PMMarathon Computer has
announced that it's shipping its G5 DeskMount. The G5 DeskMount
enables you to attach your Power Mac G5 to the underside of your desk
or work surface.
Marathon GUI Test Tool 0.81
Marathon GUI Test Tool 0.81
08/04/2004 01:22 PMRecords and executes GUI-driven acceptance tests.
AIDS marathon donations
AIDS marathon donations
08/17/2004 07:12 PMLet me tell you a bit about my childhood friend, Dylan. We were
neighbors from my baby days until I...
Grok Description matches for DotGeek.org: Second PHP Programming Marathon
GrokA matches for DotGeek.org: Second PHP Programming Marathon
Final preparations for marathon
Final preparations for marathon
04/17/2004 10:00 AMFinal preparations are made for the 33,000 runners and half a million
spectators of the London Marathon.
The very long half-marathon
The very long half-marathon
03/22/2005 03:36 PMSaturday morning I ran the Brooklyn Half-Marathon, a supposed final
"tune-up" before the Paris Marathon which looms before me on April
10th. Since I've been skiing a lot more than I should be, and running
a lot less (with the slim hope that all the skiing will be close
enough to running to "count"), I'd lowered my goal for Paris from Sub
4:30 Marathon to Just Finish and Have Fun. Judging by my performance
on Saturday, Just Finish will be a challenge, and Have Fun will be
unachievable.
Guh! Who would have thought 13.1 miles could be sooooo looooong?
Perhaps it was because I skied for nearly seven straight days, then
headed to San Diego where I barely got any rest and conferenced up a
storm, then flew the red-eye back to NY and two nights before the race
had only 4 hours sleep? Perhaps it's because I just haven't done the
work. Either way, my legs felt like lead, and I had to coax them
through the flats of Brooklyn and then plead with them through the
rolling hills of Prospect Park. Final result? 2:18:52. I'm really
beginning to dread Paris.
Thousands expected for marathon
Thousands expected for marathon
05/03/2004 03:45 AMMore than 10,000 people line up to take part in the 23rd annual
Belfast City Marathon.
Marathon: Morris set for Athens
Marathon: Morris set for Athens
04/19/2004 05:40 AMMarathon runner Tracey Morris is expected to have her Athens Olympic
spot confirmed on Monday.
Protester ruins marathon
Protester ruins marathon
08/29/2004 02:05 PMStefano Baldini's victory in the men's marathon is overshadowed after
Vanderlei de Lima is attacked by a spectator.
'April showers' for marathon day
'April showers' for marathon day
04/16/2004 11:36 AM
Rain won't stop play as a carnival atmosphere is expected for London's
33,000 marathon runners.
Classic Mac FPS Marathon Turns 10
Classic Mac FPS Marathon Turns 10
12/26/2004 07:09 PMMarathon training principles
Marathon training principles
06/17/2004 08:31 AMFrom Runner's World, common sense 10 Principles of Marathon Training:
A marathon training program can survive any challenge -- as long as
your determination remains strong. Here are 10 principles to carry you
through your training.
From my four and seven-year-old cousins when I told them I was going
to run the NYC Marathon:
Cousins: How far is a marathon?
Meg: How far do you think it is?
C: Ten miles?
M: Guess again.
C: 20 miles?
M: More than that, keep guessing.
C: 300 miles?!
M: Oh no, not 300. Only 26 miles. But still, that's like four hours of
running non-stop!
C (McKenna): Oh, that's not so bad. That's only sixty minutes. Plus
sixty minutes. Plus sixty minutes. Plus sixty minutes.
And she's right. I know I can run sixty minutes. Now I'll just do it
four times in a row.
lancearthur.com: Just Look: The Same-Sex
Marriage Marathon
lancearthur.com: Just Look: The Same-Sex
Marriage Marathon
02/17/2004 08:41 AMThe Same-Sex Marriage Marathon. (photographed in San Francisco) .. The
San Francisco St. Valentine's Day Massacre of Love .. SFO Gay
Marriages - Pictures .. Lance Arthur ..
Go
lancearthur.com/photos/valentines/index.html
track this
site | 7 links
New: Marathon 12U Equipment Rack
New: Marathon 12U Equipment Rack
09/09/2004 10:37 AMMarathon Computer released an enclosed 12U rack cabinet that is deep
enough for Xserves and tall and wide enough for two G5 PowerMacs
side-by-side.
Marathon ships 6U horizontal G5
Rackmount
Marathon ships 6U horizontal G5
Rackmount
07/14/2004 03:01 PMMarathon Computer is now shipping its
6U Horizontal
Rackmount for the Power Mac G5, the company has announced. The
solution clamps the G5 into a 19-inch rack, the same amount of space
taken up by a Power Mac G4, and rides its case on ball-bearing
slide-rails that allow easy access to the computer's interior and its
rear connectors. The rack's depth can be adjusted from 21 inches to 34
and it's constructed of lightweight aluminum and steel. Pricing is
US$250.
Marathon rolls out horizontal G5
rackmount
Marathon rolls out horizontal G5
rackmount
07/13/2004 12:17 PMMarathon Computer has announced a US$250 rackmount solution for the G5
that fits the computer in a 19-inch rack horizontally, in only 6U...
In Boston Marathon, Another Kenyan Sweep
In Boston Marathon, Another Kenyan Sweep
04/19/2004 04:36 PMThe heat meant that the Kenyans, who have dominated this classic race,
could sweep first place again, and they did.
DotGeek.org: Second PHP Programming Marathon