 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
PHP-GTK Community Site: World map of PHP-GTK developers
by Chris Cornutt January 28, 2009 @ 07:55:33
The PHP-GTK Community site has launched a new service to help PHP-GTKers out there find out other developers that might be in their area - a world map (based on Google maps) of other PHP-GTK developers around the world.
I reviewed the coordinates given by existing members and noticed a good number had visibly inverted latitude and longitude; so I inverted them again to place them where it appeared to make more sense (are there really PHP-GTK devs in the middle of the pacific, or near the South pole ?). So you may want to double-check your coordinates to make sure the values are correct, because it's likely I've not found every error.
He's also asking for the Brasil PHP-GTK community to include their information in the map as well as a request for anyone out there that might want to make a "prettier" icon for showing the developers on the map.
voice your opinion now!
world map phpgtk developer location brasil latitude longitude
ElePHPant World Tour: The Elephpant World Tour 2008 is done!
by Chris Cornutt January 08, 2009 @ 13:43:14
With the passing of the end of 2008, another thing has come to a close - the contest being held for the best elePHPant photo submission at the ElePHPant World Tour. In this new post they talk about the contest and some of the prizes the winners (first, second and third places) will win.
2008 is over, which means the Elephpant World Tour is coming to an end! The contest that started in September got over 240 entries! That is a whopping 60 elephpant pictures a month. The PHPWomen, who we managed to convince to be the judges for the contest, are now going to sift through all the posts and select 3 winners
Prizes include subscriptions to php|architect magazine, a copy of Zend Studio Professional, a ticket to the Dutch PHP Conference and a license key for the Flex Builder Professional software (from Adobe).
Stay tuned for the list of winners when they're posted!
voice your opinion now!
elephpant world tour ewt08 contest prize phpwomen judge
Cal Evans' Blog: ewt08 (elePHPant World Tour 2008)
by Chris Cornutt September 09, 2008 @ 09:33:35
Cal Evans and Ivo Jansch have started up a bit of a contest for those owners of elePHPants out there - the elePHPant World Tour (ewt08):
Here's the basic premise. It seems obvious that elePHPants love to travel. Equally obvious is the fact that a lot of PHP developers love to take pictures. So, let's combine the two. If you spot an elePHPant while traveling, like near a landmark, or making it's way through the airport, snap a picture. Upload it to flickr and tag it with ewt08. Thanks in no small part to a bit of Web 2.0 magic and Wordpress, we'll steal the picture from flickr and post it on the blog.
In January of 2009 the PHP Women group will take a look at all of the photos and pick the best ones. There's multiple prizes so far including a copy of Zend Studio Professional and admission to the Dutch PHP Conference '09 (check out the about page for more).
voice your opinion now!
elephpant world tour ewt08 flickr photo travel
Hasin Hayder's Blog: WorldTimeEngine - How about making your own in PHP?
by Chris Cornutt March 10, 2008 @ 11:17:00
Hasin Hayder has posted an example of a "world time search" he's worked up that uses the geonames.org and Yahoo! developer APIs to pin down the time at any given location.
I recently came by this site WorldTimeEngine where users can search the local time of any place using the name, street address or just latitude and longitude. Since that time I was thinking how easily you can make your own. As long there are some good people over there (For Geocoding API) - its a not a big deal, you know?
His script pulls the location of the place (latitude/longitude) from the Yahoo! geocoding API and passes that back into the geonames web service to get the local time. The result is an array with the lat/long, address you submitted and the time output in a standard string.
voice your opinion now!
world time engine example yahoo api webservice geonames
Lukas Smith's Blog: Its the end of the world as we know it.
by Chris Cornutt July 26, 2007 @ 08:44:00
In a post from Lukas Smith, he gives responses to some of the questions/comments people have to say about PHP, specifically in how it's related to Java.
Whenever someone asks me why PHP is more "agile" than Java, I tell them that in PHP you can break most of the rules your comp sci course told you about and get away with it. Of course this means that you need PHP developers to constantly clean up their code.
He talks about rules for developing in PHP, one being not to change a method so make it incompatible with its parent. He recommends one way to avoid this - the E_STRICT warning to protect against possible conflicts and issues (the same kind of functionality in PHP6 is in E_FATAL though).
Please, lets get the sense back here. Lets not make things that are not fatal an E_FATAL. Lets use E_STRICT for the pedantic, lets add a E_DEPRECATED for all things deprecated. Lets not kill what makes PHP more agile than those other languages that think they know what I should be spending my time on.
voice your opinion now!
end world estrict efatal php5 php6 method parent child end world estrict efatal php5 php6 method parent child
Jacob Santos' Blog: Multitasking in PHP
by Chris Cornutt August 19, 2006 @ 15:23:43
In his latest blog post, Jacob Santos takes a look at a common request PHP developers hit after a while - is it possible to multitask processes/actions in php?
The ability to run two or more commands in parallel is totally sexy, but the Web is a different playing field and it doesn't make complete sense.
PHP loses control, once the output is sent and the connection is closed. Multithreading would probably make sense in streaming, but PHP already handles that for you where it makes sense for the function. Furthermore, mulithreading has its purpose in applications that continue to run and not something that closes and cleans up everything after the last command is issued.
He continues talking more about what multitasking is, a more real life example, the goods, the bads, and some of the issues that can come along with it. Finally, he suggests a feature to be added to the core of PHP - an "internal multitasking mechanism" to help aid these kinds of processes.
voice your opinion now!
multitasking common questions real world good bad multitasking common questions real world good bad
NewsForge: Real world control from a Web page
by Chris Cornutt May 23, 2006 @ 07:20:11
If you've ever wanted yout scripts to do something more "outside the box" and out in the real world, you might want to check out this new tutorial from NewsForge for a good start.
In "Acquiring data from the physical world" we examined how to use a microcontroller to turn physical events (such as reading a switch) into data and send that data to a Linux box via the serial line. With this capability you can do things like counting people passing through a gate or recording how the temperature changes over time in a factory process. You can then send the data to a Web page. In this article, we'll do it in reverse -- from a Web form, instruct a microcontroller to perform some actions
The concept's pretty simple - the form they build submits back to the page and writes the input out to a file. This file is then read by the controller for the LED they have connected and, with the proper input, will turn it on and off. The code for the PHP/web side of things is included, but it might take a little work to get the rest of the hardware interfaced (as the author saw as well).
voice your opinion now!
real world control web page microcontroller led light real world control web page microcontroller led light
|
Community Events
Don't see your event here? Let us know!
|