Trouble reading this message Read it online.

June 04, 2009

It's that time of the week once again, when I tell you about the excellent collection of articles published this week on Developer Shed's family of web sites. Before I do, though, if you're interested in smarter technology, you might want to check out Smarter Technology. This newly-launched site is devoted to high-level discussions surrounding the rapid change and evolution of technology in today's complex world. Sponsored by IBM, Smarter Technology features editorial content and analysis, community forums, videos, eSeminars, newsletters, RSS feeds, and even Facebook and Twitter integration, with more to come. Check out items on the Apple vs. RIM rivalry, how to handle IT migration tasks, whether Microsoft's Bing has a chance against Google, and more.

Speaking of smarter technology, are you wondering if it would be smart to get a certificate in using some of that technology? It might be, but as you'll see from this eWeek item, a lot depends on WHICH certification you choose. Check out the link for five certifications that still matter.

Now let's talk about the usual suspects. On Dev Shed this week you can learn all about advanced PHP form validation, magic functions in PHP 5, and how to build loader applications. ASP Free continued its series of articles on how to solve everyday problems with graphs, hitting on such classics as the Ford-Fulkerson algorithm.

Dev Articles wrapped up its series on building a web page calendar, while continuing to show you how to build a menu for all browsers and some great tricks you can do with the Blueprint CSS framework. Dev Hardware covered a great range of topics, from Blu-ray players to iPhone accessories and more. Remember, both Dev Articles and Dev Hardware publish five days a week, so you'll want to come back often to see what's new!

If you're involved in search engine optimization, you'll want to read this week's batch of articles as SEO Chat. You'll learn about website affiliates, building links, and choosing keywords. If you're new to the game, you might want to check out Dev Mechanic, too, where you'll learn some Internet marketing tactics you should try, ponder whether you can benefit from mobile advertising, and learn how to protect your passwords.

That's not all. Pop over to Web Hosters to find out why fake security is big business. Visit Codewalkers for the latest in our UNIX-related articles; this one covers shell script writing. And don't forget to check Tutorialized and Scripts for some great ideas and tips from our visitors!

As always, thanks for reading. Until next week,
Developer Shed Staff

ARTICLES
Dev Shed Web Hosters
ASP Free Scripts
Dev Articles Tutorialized
Dev Hardware White Papers
SEO Chat Weird Cool
Dev Mechanic News You Can't Use
Codewalkers    
TOOLS
Get Our Content on Your Site
with DevText!
New Articles, Right To Your E-mail
Developer Search

NEW! Download a free trial of IBM WebSphere Message Broker V6.1
Download a free trial version of WebSphere Message Broker V6.1, an Enterprise Service Bus (ESB) built for universal connectivity and transformation in heterogeneous IT environments. WebSphere Message Broker distributes information and data generated by business events in real time to people, applications, and devices throughout your extended enterprise and beyond.
Learn more.

Hello World: WebSphere Service Registry and Repository
Manage, govern, and share services across your organization by using WebSphere Service Registry and Repository. Follow the hands-on exercises to learn how to navigate the Web interface to publish, find, reuse, and update services.
Learn more
.

     

Novell Promotes the Moblin Open Source Community

By Rick Cook
Novell Inc. is making a major push toward the Moblin Open Source Project. In May, Novell announced that it would produce a product based on Moblin technology for OEMs and ODMs of netbooks.
Read the full article >

The Path to Monetization: Monetizing Mobile Applications and Services
Software Development and Device Considerations That Affect Success

By Lisa Morgan
In today's fast-paced environment, mobile devices are essential to everyday needs of business users and general market consumers. As always, there's no shortage of technological innovation, but not everyone is equally successful at monetizing emerging opportunities.
Read the full article >


Open Mobile Summit: London 09
June 10th-11th, 2009 | London, UK | WEBSITE >
The open mobile revolution is driving a fundamental shift in wireless, away from a closed value chain towards an open, internet-style ecosystem. How will you profit in the open mobile economy? Do business with c-level execs from mobile companies.

O'Reilly OSCON
July 20-24, 2009 | San Jose Convention Center | WEBSITE >
Sustaining, Applying, and Expanding Open Source to Change the World O'Reilly Open Source Convention - OSCON - Open for Business for over a decade with a consistent vision towards the next generation of Open Source.

Open Source World
August 12th-13th, 2009 | Moscone Center, San Jose, CA | WEBSITE >
LinuxWorld Conference & Expo is expanding to become OpenSource World and is co-locating with Next Generation Data Center and CloudWorld to offer an end-to-end view of enterprise technology within the data center.

 


Moblin 2.0 Netbook beta
Introduction


Moblin 2.0 Netbook beta
Walkthrough
  top
It's edgy! It's irreverent! It's all about technology! It's News You Can't Use,
and you won't want to miss it! View this week's edition to learn the answers to these burning questions:

  • News of the Weird is back to tickle your fancy. And your not-so fancy.
  • Jenny on Games makes its debut. Will it last? No. Of course not.
  • A special guest appearance by the invisible man.

Watch the video!

   
ADVERTISEMENT
 
  top
Using Static Methods to Build Loader Apps in PHP
by Alejandro Gervasio, 2009-06-03

If you are a PHP developer who has already worked with popular third-party frameworks like Kohana and CodeIgniter, or even better, have created one all by yourself, then you're familiar with building file loading applications. The process can be tackled pretty easily, either by using a procedural approach or the object-oriented paradigm. In this eight-part series, we take a close look at building file-loading applications. This second part of the series will focus on static methods.
Read the full article
.
The Isset and Unset Magic Functions in PHP 5
by Alejandro Gervasio, 2009-06-02


Welcome to the second part of a seven-part series on the magic functions in PHP 5. In the previous article, we looked at property overloading with the get and set functions. In this one, we'll take a look at the same task using the isset and unset magic functions.
Read the full article
.
Advanced PHP Form Input Validation to Check User Inputs
by Codex-M, 2009-06-01

PHP form input validation is what separates amateur and professional PHP developers. A professional PHP developer validates data for both security and correctness of the data entered. Keep reading to learn how to validate user input to your forms.
Read the full article
.
Managing Secure Protocol in Apache-Based Websites using PHP
by Codex-M, 2009-05-28

When trying to maintain a secure protocol on an Apache-based website, you can expect to deal with certain issues, especially if you're also trying to rank well in the search engines. This article provides you with some solutions for two of the more difficult problems: duplicate content and 301 redirects.
Read the full article
.
   
We're giving you all the tools you need to develop the
coolest Moblin core, Linux based applications for
entertainment and communication MID devices.
 

Check out more of the great content Moblin has to offer!
*If your email client does not permit you to sign-up via the newsletter, please click here!

  top
Connectivity in Graphs
by Gabor Bernat, 2009-06-03

Think outside the box. This is the motto for today. Today, using graphs, we will find out how much of a threat just the elimination of a military base poses to us. For a precise calculation of this, we will use the Ford-Fulkerson algorithm and modify it for our needs by using the motto of the day. This article is the twelfth part of a thirteen-part series that shows how to use graphs and algorithms to solve everyday problems.
Read the full article.
The Ford-Fulkerson Algorithm
by Gabor Bernat, 2009-06-02

The world is full of problems. Everything around us works to cause or solve some problems for us. Solving problems is a daily necessity. Of course, we deal with problems that directly relate to us. An issue like this is the flow problem inside a flow network, so how do we solve it? The answer is "The Ford-Fulkerson algorithm," and finding out just how it works will be our goal today.
Read the full article.
Critical Paths
by Gabor Bernat, 2009-06-01


Keep it simple, as long as it still works. This should be the main guiding motto of everyone in the world. If you need to solve a problem that looks complicated, think of a method to simplify it, and resolve it with some simple and easy algorithm that everyone may comprehend if necessary. Thankfully, the critical path determination technique is based on this simple idea.
Read the full article
.
The Bellman-Ford and Roy-Floyd Algorithms
by Gabor Bernat, 2009-05-28

Everyone wants to get the most out of their investments. When you make a sacrifice and get yourself involved in something, then most of the time, you want in return every little drop you can stroke out of the situation. When you cannot influence this, it is time to find a way to invest/sacrifice only as much you absolutely need to. If your problem can be summed up as a graph, and the shortest path is your solution, then you came to the right place. This is the ninth article in a 13-part series on graphs and how they can be used for problem solving.
Read the full article
.

See How To Build and Deploy a Web app
In this step-by-step video demo, you will learn from the masters as they show you how to get the most out of Iron Speed Designer.
Watch It Now!>

How Modern Code Generation Works
More IT shops are facing tighter deadlines and stretched development teams. That pressure, as well as the emergence of widely accepted standards and new technologies make database applications development tools more viable today than ever before.
Read More!>



Generate .NET Web applications in minutes straight from your database. Quickly create visually stunning, feature-rich Web 2.0 applications that are easy to customize and ready to deploy. If you need an app built today, use
Iron Speed Designer!

 
  top
Functions for a Menu for All Browsers
by Chrysanthus Forcha, 2009-06-03

Welcome to the fifth part of a nine-part series that will show you how to build a browser menu. The aim of this series is to come up with a menu code that you can use with the majority, if not all, browsers without taking the particularities of a browser into consideration. We spent significant time on the previous parts on the layout; now we will get down to the code.
Read the full article
.
Using Regions with XSL Formatting Objects
by Peyton McCullough, 2009-06-02


In my last article on XSL Formatting Objects (XSL-FO), we took a look at the basics. We created a simple page master with one body region and then wrote some text onto the page. However, XSL-FO offers a lot more functionality and flexibility. In this article, we'll take a closer look at regions.
Read the full article
.
Browser Compatibility Modifications for a Web Page Calendar
by Chrysanthus Forcha, 2009-06-01


Welcome to the conclusion of an eight-part series on building a web page calendar. The layout for each month that I gave you in the previous part of the series will work very well for Internet Explorer. In this part of the series, I show you an approach that should work for most, if not all, browsers.
Read the full article
.
Building a Drop-Down Menu with Nested HTML Lists
by Alejandro Gervasio, 2009-05-29


Welcome to the third part of a three-part series that shows you how to design with nested HTML lists. Today we'll take what we've learned in the previous two parts to a logical conclusion: building a full-fledged drop-down menu. We will even make sure that this menu is compatible with older browsers, such as Internet Explorer 6.
Read the full article
.
Prepending Classes in the Blueprint CSS Framework
by Alejandro Gervasio, 2009-05-28

Welcome to the fourth installment of a series that offers a quick overview of the Blueprint CSS framework. Composed of seven parts, this series gives you numerous code samples to help explain how to utilize this popular CSS library for building professional-looking, harmonious web page designs.
Read the full article
.
 
ADVERTISEMENT

WINDOWS WEB HOSTING
Innovation, stability and support: Gate.com's World Class Windows ASP NET Platform. Windows Web Hosting solutions like no other.

Consider the bar raised

 
  top
Top Ten Productivity Apps for the iPhone and iPod Touch
by Katie Gatto, 2009-06-03

One of the great things about owning an iPhone (or an iPod Touch) is the abundance of applications that you can download onto your device. They allow you enhanced use of the device and let you use your phone as an all-in-one center for the needs of your mobile life. Keep reading for some of the handy applications you ought to try; after you do, you may wonder how you ever did without them.
Read the full article
.
Nine Popular Blu-ray Players Compared
by Bruce Coker, 2009-06-02

Relatively unnoticed alongside the relentless advance of high definition TV, the Blu-ray format has steadily gained ground on standard DVD. This process gained significant momentum when Toshiba officially abandoned their support for the competing HD-DVD standard, leaving Blu-ray as the only game in town. In this article we briefly explain the technology, and then compare some of the best players on the market.
Read the full article
.
The GIMP 2.6 vs. Photoshop Smackdown
by Joe Eitel, 2009-06-02


Photoshop offers an awesome ability to edit your digital images and videos, at an awe-inspiring price. GIMP, on the other hand, is a free graphics editor. But does it really compete with Photoshop? In this article, we compare Adobe's offering head to head with the GNU Image Manipulation Program, to find out which one better suits the needs of the average home user.
Read the full article.
The Best iPhone Accessories
by Katie Gatto, 2009-06-01

When you got yourself a new iPhone, if you are like most people who get a new gadget, then you probably got right down to business. You made a few calls - you know, the gloating ones where you torment your less technically-gifted friends. You played with the Apps Store and maybe checked e-mail a few times. Now you feel like the fun is fading, but you are wrong. Now, you get to accessorize.
Read the full article.
InWin BL631 mATX Case
by jkabaseball, 2009-05-29

Cases come in all kinds of sizes and shapes. There is a case for just about every use of a computer. Today we are going to take a look at an InWin case meant for small areas, such as a home theater PC, for which I will be using the case.
Read the full article.
 
  top
The Lowdown on Keyword Density
by Joe Eitel, 2009-06-03

"Keyword" is a term often used by various people; however, few people actually understand what keywords have to do with websites and search engines. It may seem apparent that "search" and "engine" would be keywords for Google, but can we actually apply a definition to "keyword" in general that will help us understand it?
Read the full article
.
Article Writing for Back-Links
by Joe Eitel, 2009-06-02

There are a number of ways you can get visitors to your website. The best way, of course, is to give them a reason to visit. Since many web users search for information, if you can show them that you have the information they're interested in, you can attract more visitors. Writing articles, especially if at least one of them goes viral, can help - if you do it correctly.
Read the full article
.
Website Affiliates
by Joe Eitel, 2009-06-01

One of the more common Internet marketing techniques involves using affiliates. There are definite benefits and drawbacks to this approach, and the Internet gives it a special twist. Keep reading for a close look; maybe by becoming an affiliate - or using affiliates - you may improve your traffic, and your bottom line.
Read the full article
.
  top
Fake Security is Big Business
by Bruce Coker, 2009-06-03

When you stop to think about it, there is something deeply ironic about the fact that one of the biggest sectors of the IT industry - an industry that is supposed to make our working lives so much simpler and faster - is dedicated to protecting it from itself. And with an ever-increasing number and variety of threats to our technology, it should be no surprise that some of those threats should arrive disguised as the very tools that are supposed to provide protection. Keep reading as we take a close look at the fake security industry.
Read the full article.
Domain Names 101
by Joe Eitel, 2009-05-27

When deciding to build a website, there are many factors that come into play. Aside from the look, feel and content of your site - which is surely the bulk of the work - there is also the tricky issue of obtaining a domain name. In this article we'll discuss the purposes of a domain name, how to acquire one, why you might want to get a premium name, and how and why to use an escrow service.
Read the full article.
Webmaster Security Threats for 2009
by Katie Gatto, 2009-05-20

When you deal with the world of the web, especially when you do so professionally, it is not at all easy to forget that that you will be facing a bevy of new security challenges. After all, the Internet is a place that was founded on the principle of innovation, and it is highly unlikely that its innovation will stop any time soon. For the most part, the changes that occur are apt to be good things that help to improve sites. Some, on the other hand, turn out to be bad things done to help those trying to engage in illegal, unethical and downright destructive actions against your site.
Read the full article.
 

Check out the amazing tutorials from IBM developerWorks and see what all the buzz is about!

IBM Rational Project and Portfolio Management certification training e-kit
Get free PMI training in the IBM Rational Project and Portfolio Management certification training e-kit. As a member of the Project Management Institute's (PMI's) corporate council, IBM has more than 12,000 PMI-certified project managers and has been honored for its educational programs. Now, you can learn more about the difference that IBM's project management curriculum makes with six free courses based on IBM's best-practices processes and tools.

Download the updated IBM Web 2.0 Developer eKit today!
Take advantage of open, flexible Web 2.0 technologies, like social software and mash-ups. The IBM Web 2.0 Developer eKit has been updated with the latest best practices & technologies from IBM. The eKit is available at no charge and provides resources to help you effectively build and apply Web 2.0 technologies to gain a competitive advantage. This eKit includes podcasts, developerWorks articles, demos, webcasts, case studies and alphaWorks emerging technologies.

Rational Asset Manager eKit
Learn how to do more with your reusable assets with the free Rational Asset Manager eKit. The eKit includes demos on how Rational Asset Manager tracks and audits your assets in order to utilize them for reuse. Plus you'll find white papers and a Webcast that discuss the challenges of a Service Oriented Architecture and how Rational Asset Manager can provide quick and effective solutions.

IBM Rational ClearCase Innovator Series
Learn from the best! Find out how developers use Rational ClearCase to be more flexible, innovative and deliver higher quality code in the Rational ClearCase Power Users eKit. This complimentary eKit provides a collection of materials, like articles, whitepapers, and demos that can help you become a power user of Rational ClearCase.

Download the free Web Application Security eKit
Discover how IBM Rational AppScan Standard Edition can help you detext vulnerabilities in your web applications in the Web Application Security eKit. IBM Rational AppScan is a leading suite of automated web application security solutions that scan and test for common Web application vulnerabilities. The new Web Application Security eKit provides you with valuable resources, including white papers, demos, and additional information on the benefits of testing your Web applications.

IBM Rational Systems Development Solution eKit
With IBM Rational Systems Development Solution, you can deliver products faster with higher quality. Within this kit, Read the "Model Driven Systems Development" white paper to see how to improve product quality and communication. Then check out the rest of the e-Kit to learn more about important topics that can affect the success of any software project through customer examples, tutorials, informative Webcasts, and best practices for designing, building and managing systems. From start to finish, at every stage in your projects, Rational Systems Development Solution can help your company reach its full potential.

Download a free trial of Lotus Quickr 8.0
Visit IBM developerWorks to download a free trial version of Lotus Quickr 8.0, which enables collaboration by transforming the way everyday business content such as documents, rich media, photos, and video can be shared. Lotus Quickr makes it faster and easier to share content of all types (not just documents) within virtual teams. It is designed to make it easier to collaborate across organizational boundaries, while continuing to work within the context of familiar desktop applications.

Evaluate IBM Lotus Sametime Standard V8.0
Visit IBM developerWorks to download a free trial of the latest release of IBM Lotus Sametime Standard V8.0. Lotus Sametime Standard V8.0 is a platform for unified communications and collaboration that combines security features with an extensible, open solution including integrated Voice over IP, geographic location awareness, mobile clients, and a robust Business Partner community offering telephony and video integration.

 
  top

Tutorialized is dedicated to programming, designing, and many other
tech related tutorials.

Change Eye Color in Photoshop
In this video tutorial, you will learn how to change eye color using Photoshop CS3.
Read the tutorial.

Creating a Pong Game - Part 1
This tutorial will teach how to Create a Pong Game in Flash ActionScript.
Read the tutorial.

Basic Outlining and Coloring
Color your illustrations in just minutes using these simple techniques with Illustrator.
Read the tutorial.

Create a Simple Flash Movie
In this video tutorial, you will learn how to create a simple Flash movie.
Read the tutorial.

Building a 3D album with FIVe3D and TweenLite
In this tutorial I will show you how to build a simple 3D photo album.
Read the tutorial.

Simple XML/RSS Parser
XML parser designed to parse most valid news and blog feeds.
Read the tutorial.

 

Want to Earn Cash & Fame Writing
for ASP Free

Developer Shed is actively seeking fresh, new writing talents for our Microsoft Windows technology site. We're looking for Windows programmers, system administrators, and more to provide our readers with the latest, up-to-date techniques and strategies.

Here's your chance to earn some cash, gain some exposure, and beef up your resume! If you would like to join our team, email your name, a description of your qualifications, and the topic areas you would like to cover to contact_editor@developershed.com.

 
  top

Scripts is dedicated to developer and programming related scripts both commercial and free, and for all OS platforms.

Sitemile Freelancer Clone
This script will let you run a freelancer website hands-free. Written using PHP code.
Learn more.

Zee Lyrics V3
Zee Lyrics lets you search lyrics by artists, song, albums/movies, and more.
Learn more.

Fox Audio Recorder
Transfer tapes, LPs, live performances, TV and more to your hard drive with no loss of quality.
Learn more.

VideoIsland
VideoIsland allows you to create your own online professional video management system using your existing web site! Learn more.

Flash Analogue Clock
An all-vector, scalable Flash countdown clock movie. Counts down based on the computer clock.
Learn more.

Random Rotator
Random web page rotators that cannot pick the same item twice in a row making these the best random rotators anywhere. Learn more.

  top
Mobile Advertising: What`s it Worth?
by KC Morgan, 2009-06-03


By some estimates, there are two cell phones for every single person on the globe. When you really think about how large that number is, you are probably immediately thinking of something else: marketing opportunities. Television is big, the Internet is huge and cell phones - well, they give advertisers the biggest market out there. But is mobile advertising a viable solution for your business?
Read the full article
.
Internet Marketing Tactics You Should Try
by KC Morgan, 2009-06-01

Internet World Stats estimates that, of the 337,000,000 plus people living in North America, more than 248,000,000 use the Internet. Any way you look at it, that's a pretty huge market - and let's not forget that the Internet's power extends all over the world. You may already know that the World Wide Web is a plum market, a great place to spread the word about your business, services or products. But do you know all the Internet marketing tactics you should try?
Read the full article
.
Build Domain Authority by Choosing the Right Domain Name
by Codex-M, 2009-05-29

The ultimate goal of any website business owner or blog author is to earn authority in their niche. This authority is a very important goal of any website or blog. In my experience, domain authority is one of the important ranking factors in Google, and it is often overlooked. Domain authority in your specific niche means you are the best source of information; thus, Google will trust you, which could translate into high traffic to your site.
Read the full article
.
ADVERTISEMENT
Free White Papers




 
  top
Shell Script Writing
by Gabor Bernat, 2009-06-03

Shell scripts are designed to automate tasks that you would otherwise need to do manually, one step after another. This allows you to build up a sequence and a structure of commands that will take these steps instead of you. For this, you can use the tools present in the repertoire of the UNIX shell and its control mechanism. Exactly how this will come together to make a complete system is the subject of today's article.
Read the full article
.
Loops in the UNIX Shell Loops in the UNIX Shell
by Gabor Bernat, 2009-05-27

History is repeating itself. How many times have you heard this? Unless you live isolated inside of a cave on a mountain top, with no information source around, you've probably heard this countless times. But never mind history; you've probably found that it would be convenient to make your computer repeat the same tasks over and over. Within a programming language, we refer to this structure as a loop.
Read the full article
.
The Test in the UNIX Shell
by Gabor Bernat, 2009-05-20

Tests occur on a daily basis in our life, from seeing if you can get up early enough to get to your job to seeing how good you are at passing tests. When you start to do shell programming, tests will be just as important. You want to test files, expressions, variables, strings and more for certain traits. To make this easier, a command was introduced, which we will learn how to use today.
Read the full article
.
  top

Controlling Games Without a Controller

Microsoft revealed its answer to the Nintendo Wii and its innovative Wiimote at its annual E3 press conference. Dubbed Project Natal, it does away with controllers entirely, allowing the user to interact with the game simply by moving his or her body. Users don't even touch any hardware. Analysts have speculated that the project owes its existence to Microsoft's acquisition of Israeli start-up 3DV Systems.

The technology features both a motion-sensitive camera and microphones to allow voice commands. Microsoft's demo included two games. One, patterned after Breakout, lets users propel balls at a wall to break blocks by throwing or kicking them at the target; harder throws or kicks give the balls more energy. In action, it looked as if the game could provide a real full-body workout. The second game showed the technology's more artistic side, allowing users to paint a scene with hand gestures and voice commands, and even to combine in poses to create shapes that would then be filtered onto the completed masterpiece.

So when can we expect to see this innovative technology in our homes? Microsoft just released the software development kit, so expect it to be a while yet. Even then, analysts think that the new control system, which the software giant has said would be compatible with all Xboxes, will cost nearly $100. But the system has wider applications; one part of the demo showed how one could use it to page through menus and make selections. Someday, perhaps even ordinary computers (as opposed to gaming systems) may be equipped with such a system, eliminating the need for a hard mouse or keyboard.

Read more about this

Bouncing Off the Moon

It's been 40 years since man first set foot on the moon, and an average person still can't go there...but a human voice can travel there and back. And now, a major project is underway to send lots of human voices there and back. Dubbed Echoes of Apollo and launching on June 26 and 27, the project links parabolic antennas around the world in a great global moon bounce. A signal will be sent from one location on earth, bounced off the moon, and received at another location on the planet.

The World Moon Bounce Day might even see more radio dishes pointed at the moon at once than during Apollo 11's historic mission. Participating dishes located in the US, Australia, and Europe will stop their regular space work to track the moon. Voices being bounced from the earth will make the round trip in less than three seconds.

Bouncing human voices off the moon isn't new; ham radio operators have done it, and so did President Eisenhower in 1959, to send a congratulatory message to Canada when that country opened the Prince Albert Radar Laboratory. But larger dishes offer better reception and few ham operators can match the 150-foot dish at the Stanford Research Institute in California, one of the project's participants. If you're interested in being heard, you might want to check with Wired; the site has secured a transmission spot for a single 140-character message. So perhaps an average person still can't visit the moon, but at least we can tweet it.

Read more about this

Using the Internet to Monitor Life on Earth

You may have heard of the Encyclopedia of Life and its project to describe all of the world's species online. The Smithsonian-based organization just kicked off another project: linking thousands of computer databases and web sites containing nature-based observations. The EOL hopes the system, when complete, will serve as a guide for everything from the effects of climate change to the locations of crop-damaging pests.

James Edwards, head of the EOL, anticipates the project will take ten years to complete. The organization has its work cut out for it; the problem won't be finding the data, but sorting and organizing it. People throughout the world already log their observations of nature online, including rare bird sightings and the dates when plants bloom in the spring.

To help the project get off to a good start, about 400 biology and technology experts from 50 countries met in London at a conference organized by the Encyclopedia of Life for the purpose of discussing its plans. Importantly, as with the original EOL, this project will remain free rather like Wikipedia, it will allow everyone to access and contribute to its data. Wide-ranging benefits of this system, when complete, could include early warnings of the arrival of crop-destroying pests, tracking shifts in the range of malaria-causing mosquitoes, averting plane accidents by getting a better handle on bird migration routes, and more.

Read more about this

Advertising
If you wish to advertise in our newsletter, please contact us.

Unsubscribe
If you don't want to receive our emails, please unsubscribe.
An email will be sent with additional instructions to confirm your unsubscription.