DotGeek Certification Programme
Grok Headline matches for DotGeek Certification Programme
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.
Ethernet certification programme will
meet wider demand
Ethernet certification programme will
meet wider demand
04/13/2005 08:43 AMComputer Weekly Apr 13 2005 11:21AM GMT
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: 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.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: 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.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: 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.org: Second PHP Programming
Marathon
DotGeek.org: Second PHP Programming
Marathon
04/09/2004 04:06 PMNew from
DotGeek.org this morning
is an announcement about a widely participated in event previously - a
new PHP Programming Marathon.
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: Error Checking and Handling
DotGeek: Error Checking and Handling
01/26/2004 08:28 AMWell, it looks like
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.
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: 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: 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.
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: Free Developer PHP 5
Hosting
DotGeek.org: Free Developer PHP 5
Hosting
05/10/2004 08:41 AMDavid Costa from
DotGeek.org:
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 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: 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: 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: 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.
Programme pointers
Programme pointers
05/17/2004 12:02 PMPersonal Computer World May 17 2004 3:40PM GMT
CSC starts management programme
CSC starts management programme
08/18/2004 10:01 PMSunday Times South Africa Aug 19 2004 2:22AM GMT
Terror programme 'irresponsible'
Terror programme 'irresponsible'
05/15/2004 04:29 AMA BBC programme showing how the authorities might deal with a terror
attack is irresponsible, the government says.
Mobile video must get with the programme
Mobile video must get with the programme
06/25/2004 05:47 AMAnd as for video conferencing...
CRM Hot Topic: How to get help from the
national CRM programme
CRM Hot Topic: How to get help from the
national CRM programme
02/12/2004 04:08 AMPublicTechnology.net Feb 12 2004 8:06AM GMT
Five offers programme downloads
Five offers programme downloads
03/22/2005 04:30 PMTV channel Five is to become the first UK broadcaster to offer parts
of its shows for sale as legal downloads.
Iran offer over nuclear programme
Iran offer over nuclear programme
09/17/2004 07:41 PMA top Iranian official tells the BBC Tehran is prepared to give more
assurances over its nuclear enrichment plans.
CA joins Microsoft antivirus programme
CA joins Microsoft antivirus programme
11/19/2003 05:45 PMPersonal Computer World Nov 19 2003 4:18PM ET
ICT programme planned for developing
countries
ICT programme planned for developing
countries
05/12/2004 01:21 AMSunday Times South Africa May 12 2004 5:54AM GMT
IBM dumps computer programme agency
IBM dumps computer programme agency
10/30/2003 11:58 PMCalcutta Telegraph Oct 30 2003 11:29PM ET
Iran adamant on nuclear programme
Iran adamant on nuclear programme
09/25/2004 07:17 AMIran's foreign minister defends the right to pursue nuclear technology
for peaceful aims in a speech at the UN.
DTI kicks off GBP50m tech R&D programme
DTI kicks off GBP50m tech R&D programme
04/27/2004 06:14 AMvnunet.com Apr 27 2004 10:26AM GMT
Iran defends nuclear programme
Iran defends nuclear programme
09/12/2004 09:20 AMIran rejects a new European bid to make it abandon nuclear work but
insists it is not pursuing atomic weapons.
New programme to assist ISVs launched
New programme to assist ISVs launched
04/11/2005 07:55 AMThe Star Online Apr 11 2005 12:02PM GMT
NHS National Programme for IT gets its
own website live
NHS National Programme for IT gets its
own website live
07/06/2004 03:12 AMPublicTechnology.net Jul 6 2004 7:09AM GMT
Grok Description matches for DotGeek Certification Programme
GrokA matches for DotGeek Certification Programme
Zend PHP Certification Practice Test
Book now available for download in PDF ?
get your copy today!
Zend PHP Certification Practice Test
Book now available for download in PDF ?
get your copy today!
12/22/2004 01:55 AMThe Zend PHP Certification Training Book is now available for direct
download from our site. If you buy the print edition, while we wait
for the book to be back from the printers, you can get the PDF for
free!
Zend PHP Certification Practice Test
Book now available for preorder ? get
your copy today!
Zend PHP Certification Practice Test
Book now available for preorder ? get
your copy today!
12/19/2004 03:37 PMOver the past few months, we've been working with a few incredible
individuals to put together a new book--the first of our NanoBook
series--titled The Zend PHP Certification Practice Test Book.
The book, which was written by John Coggeshall and yours truly and
edited by Derick Rethans and Daniel Kushner, contains ...
Standardized Test Practice Engine
Standardized Test Practice Engine
05/18/2004 07:29 AMFirst release!
How to pass the ISO 9001 certification
test
How to pass the ISO 9001 certification
test
07/01/2002 08:28 AMCNET Jun 29 2002 10:16PM ET
Chris Shiflett's Webl0g: Zend PHP
Certification
Chris Shiflett's Webl0g: Zend PHP
Certification
07/19/2004 07:50 AMFrom Chris Shiflett's weblog:
Chris Shiflett's Blog: More Zend Cert
Self Test
Chris Shiflett's Blog: More Zend Cert
Self Test
04/12/2005 11:27 AMChris Shiflett's
latest
post on his blog is an update to the answers of the
Zend PHP Certification Self-Test along with some
explainations as to why the answer is what it is.
Entellium Awarded ''Buy Recommendation''
Certification by Computer Reseller News
Product Review Test Center
Entellium Awarded ''Buy Recommendation''
Certification by Computer Reseller News
Product Review Test Center
09/22/2004 06:36 AMdBusinessNews.com Sep 22 2004 10:59AM GMT
Practice safe resets: secure your
password solution
Practice safe resets: secure your
password solution
05/25/2004 07:26 PMWhat you should know about the Zend PHP
Certification
What you should know about the Zend PHP
Certification
07/20/2004 10:55 AM As you may know—if you haven’t been sidetracked by claims
that Andi and Zeev invented the Diesel engine—Zend recently
launched a PHP certification program. The launch has been very
low-key, presumably because the real splash will be made at OSCON.
Still, the cat’s out of the bag, and lots ...
DfES best practice guide: Wired-up
communities
DfES best practice guide: Wired-up
communities
11/13/2003 05:24 AMPublicTechnology.net Nov 13 2003 4:21AM ET
GBP2.3bn NHS project appoints
best-practice guide
GBP2.3bn NHS project appoints
best-practice guide
08/11/2004 12:00 PMComputer Weekly Aug 11 2004 4:12PM GMT
Zend Launches PHP Certification Program
Zend Launches PHP Certification Program
07/26/2004 07:44 PMtheWHIR Jul 26 2004 11:11PM GMT
BROWSER SECURITY TEST (free):
Automatically checks your browser for
various security problems. When the test
is finished you get a complete report
explaining the discovered
vulnerabilities, their impact and how to
eliminate them
BROWSER SECURITY TEST (free):
Automatically checks your browser for
various security problems. When the test
is finished you get a complete report
explaining the discovered
vulnerabilities, their impact and how to
eliminate them
03/13/2003 10:26 AMphp|architect launches Zend
Certification Central
php|architect launches Zend
Certification Central
07/27/2004 07:34 PMOne-stop solution for Zend Certification offers training,
certification guide and discounted exam vouchers. $100 discount until
July 31st.
Community News: Zend Certification at
OSCON
Community News: Zend Certification at
OSCON
07/27/2004 07:28 AMIn just a quick note for anyone heading to OSCON (or already there)
and wanting to try the
Zend Certification
Exam -
Vue.com and Zend
will have
a booth set up to
allow programmers to take the test.
Get Your CCNA Certification with SemSim
640-801 CCNA Exams, Guaranteed
Get Your CCNA Certification with SemSim
640-801 CCNA Exams, Guaranteed
09/23/2004 02:51 AM [PRWEB Sep 23, 2004]
TPJ Article on Perl Certification
Available for Download
TPJ Article on Perl Certification
Available for Download
01/09/2004 09:52 PMYUMPY writes "Did you miss the panel discussion on Perl Certification
at TPJ 7.0, which ended with the audience voting strongly in favor of
the development of a certification procedure for Perl programmers? Did
you miss the October article called "Is it ...
CCNA Certification Library
CCNA Certification Library
01/22/2004 02:10 AMSlashdot Jan 22 2004 2:52AM GMT
Cisco CCNA Certification: Five Things To
Do DURING The Exam
Cisco CCNA Certification: Five Things To
Do DURING The Exam
08/17/2004 03:20 PMWebDevInfo Aug 17 2004 7:24PM GMT
eBay tunes up a test of the digital
music download market
eBay tunes up a test of the digital
music download market
07/16/2004 05:17 PMInternetRetailer.com Jul 16 2004 9:32PM GMT
Best Practice Database
Best Practice Database
10/30/2003 07:04 AMBest Practice Database http://www.bestpracticedat
abase.com/The Best Practice Database offers instant
access into the minds at world-class companies, providing proven
tactics to eclipse the competition. Originating from research
conducted by Best Practices LLC, this information enables you to
maximize revenue, enhance productivity and optimize costs!
Selecting best practice for IT
Selecting best practice for IT
11/04/2003 05:16 AMSunday Times South Africa Nov 4 2003 4:21AM ET
AD forest best practice
AD forest best practice
04/16/2004 03:45 AMLast issue I told you about some presentations that I had seen
recently that varied widely in the number of Active Directory forests
deployed at an enterprise. While the number deployed will certainly
vary from organization to organization, still there should be some
rules that tend to support either a single forest or dozens.
Can The Contestants Practice First?
Can The Contestants Practice First?
05/21/2004 01:01 AMIf you think that it's shocking that Amber
might have slept her
way to win $1 million on Survivor, you haven't seen anything yet.
Here's a
reality show where you will definitely need to have sex before you
win anything.
Theory vs. Practice
Theory vs. Practice
04/15/2004 01:03 PMThe distance between theory and practice is always so much smaller in
theory than in practice. I spotted this as a sig on an email from
Christian Traue on Dave Farber's IP list recently and loved it. How
true, and how applicable to so many areas of life, as well as recent
current affairs....
Standard Practice
Standard Practice
08/15/2002 06:37 AMWebTechniques Aug 15 2002 5:48AM ET
Embracing Best Practice
Embracing Best Practice
06/11/2004 12:07 AMD. Keith Robinson is Sick of Web Standards, and to a certain extent, so am I. Like
Keith, I'm not sick of standards themselves; I've been using them for
over two years now and couldn't conceive of developing without them.
Unlike Keith, I'm not tired of advocating them - but I thoroughly
believe that it's time to extend the discussion.
As web developers and designers, we face an abundance of
challenges. Sites must be fast, accessible, usable, well designed, findable and search engine friendly, with
smart URLs, well managed communities and maybe even a sense
of humour. Most of us find ourselves taking on the role of copy editors, programmers, designers, information
architects, and much, much more. In addition, we frequently run in
to problems that have no correct answer (font sizing is a classic
example). Trade-offs have become a way of life.
It's time to extend the discussion. Web standards are a
small but vital part of a larger solution, something I like to think
of as web development best practice. Let's face it:
web standards are boring! Focusing discussions on them is like taking
cooking lessons from a chef who only ever talks about food safety;
sure they're important, but there's so much more involved in creating
a decent meal.
There are plenty of benefits of re-framing web standards
in the larger context of best practice. Firstly, discussions get a lot
more interesting - as I've just demonstrated, there are enough facets
to creating effective sites to keep us talking for years to come.
Secondly, wrapping web standards in the larger context of industry
best practices makes them a much easier pill to swallow. "Our site
doesn't validate" is a turn-off. "Let's follow industry best practice"
is far more appealing.
As a community, we need to work together to discover the
best ways of doing things. We've discovered web standards: let's move
forward to the other pieces of the puzzle.
F1: Raikkonen top in practice
F1: Raikkonen top in practice
07/09/2004 11:49 AMKimi Raikkonen sets the fastest time in second practice for the
British GP.
sharp practice
sharp practice
09/01/2004 03:26 PM
Bando is the
brutal<
/a> fighting style of
Burma.
Trouble is, its Grandmaster may be a
fantasist and
a
fraud.
Cookie Path Best Practice
Cookie Path Best Practice
07/01/2004 06:56 AM DotGeek Certification Programme