Trouble reading this message? Read it online.

July 10, 2008

Yes, your weekly Developer Shed newsletter has arrived! We hope those of you who had a long weekend for the Independence Day holiday enjoyed yourselves. Like you, we're getting down to serious work this week, starting with the article we're highlighting for you this week from eWeek. If you're worried about the government using cell phone data to track you, you'll be pleased to hear that so are the ACLU and the Electronic Frontier Foundation and they're suing the Department of Justice for information about it. This sounds like a case worth watching.

If you're looking for something worth reading, you'll find plenty of articles that deserve your attention on our family of sites. It's not exactly light summer fare, but with all the information they contain to help you get your job done, our articles could get you to the beach that much sooner. Check out the continuing series on building a project management application on Dev Shed, or learn how to send MIME email in PHP. On ASP Free we ran a nice mix; in addition to our series on learning VB .Net through developing a text-based game, you'll find articles on making your first Active X control in Visual Basic and printing documents in WSH.

On Dev Articles, we started a series on building various database forms with HTML; we also gave you an overview of EXT JS 2.1, a cross-browser RIA framework that can help speed up the time it takes you to develop Web 2.0 applications. Over on Dev Hardware, meanwhile, we looked at the growing awareness of the importance of eco-friendly devices; reviewed two mobile devices, including one that can give Apple's iPod family a run for its money; and showed you how to create your own ringtones.

We delivered a mixed bag of goodies to the professional SEOs reading SEO Chat. We looked at the features Google just added to Google Trends, and how they can be very useful to you; wrapped up our review of Viewzi, the visual search engine; and told you some of the warning signs of an SEO client that you'd be better off avoiding. But you won't want to avoid the great tutorials we're highlighting for you this week from Tutorialized! Learn how to create some really neat effects with text, count your users, ban someone from your site, and more!

Don't forget to check out this week's articles from our other sites as well. Web Hosters featured a review of popular Firefox extensions and plug-ins. Dev Mechanic reviewed four newsletter emailing programs. And Codewalkers kicked off a four-part series on PEAR. You won't want to miss it!

You will notice below that we have highlighted the Blackberry and GPS Webcast, brought to you by devCentral and Research in Motion. It will be available free to you in the comfort of your own home on July 10th. Be sure to drop us a line and tell us what you thought. You can find more info about this great event here!

And last, but certainly not least, be sure to check out the fun and exciting SunQuest Chronicles: Ruby of Destiny choose your own adventure style book, brought to you by the good folks at Sun. Sign up to the Sun Developer Network and play the game for your chance to win one of seven Sun Spots! Play now!

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

Maintaining QoS and Process Integrity in an SOA Environment
This webcast outlines the best practices that must be instituted to gain the maximum benefit from SOA while maintaining high quality of service. Whether you are deploying new applications or managing and monitoring your existing infrastructure, learn how you can ensure high quality of services with SOA based solutions from IBM. All registrants who attend this live Web Seminar will receive complimentary access to a white paper titled "Maintaining QoS in an SOA Environment".
Learn more.

Accelerating Software Innovation with System z
Attend this launch webcast with Scott Hebner, Vice President of IBM Rational Marketing and Strategy, where he will overview Rational's new offerings and programs to help customers accelerate software innovation on System z. He will discuss how these solutions help organizations extend their core business processes toward modern architectures such as SOA and web technologies to deliver business improvements that stand the test of time.
Learn more
.

ADVERTISEMENT

[Blackberry© and GPS Webcast]

In this free webcast you will learn to build LBS applications for the Blackberry© platform. Host Brent Thornton, Channel Manager for Research in Motion, will cover the following topics:

  • Introduction to BlackBerry Device GPS Capabilities
  • Building Browser-based applications that leverage the GPS capabilities of the BlackBerry device
  • Building Java-based applications that leverage the GPS capabilities of the BlackBerry device

Those attending the seminar on July 10th, 2008 will be eligible to win one of two BlackBerry© Pearl 8110 smartphones from AT&T. So what are you waiting for?

Register now!

 
  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:
  • Can you stay awake while Jennifzzzzzzz. Ninth grade mathematics teacher does not seem affected at all; cries himself to sleep at night because those who can do and those who cannot teach. Where does that leave substitute teachers? Drunk and broke, that is where.
  • Why did Xbox Live ban the name Ben Dover? Mike Rotch and Ophelia Balls seen running in fear, cursing their parents for giving them such hilarious names.
  • What happened to Yakov this week? Vinnie put the clamps on him. And you would be wise to keep your fat yap shut, capiche?

Watch the video!

   
ADVERTISEMENT
 
  top
Sending MIME Email with PHP
by Alejandro Gervasio, 2008-07-09

One of the most common tasks that a PHP programmer has to tackle is the development of applications that send MIME email in one form or another. In simple terms, MIME email consists of an extension of traditional email technology and comes in handy for sending email messages in fancy HTML and handling file attachments in a wide variety of formats. This article is the first part of a five-part series.
Read the full article
.
Scalix: Linux Administrator`s Guide
by Barzan "Tony" Antal, 2008-07-08


Installing, configuring, and administering an e-mail and groupware server can be quite a tough job. Scalix is a remarkable open source server of this kind; it is based on HP OpenMail. Scalix can be used by beginners, but in terms of administration, it requires solid know-how. This book targets Linux administrators that intend to work with Scalix e-mail servers.
Read the full article
.
Handling Files for a Project Management Application
by David Web, 2008-07-07


In this article we will be discussing how to handle the files that a project needs. We will also be looking at how to upload files using standard PHP functions. This article is the sixth part of a seven-part tutorial that explains how to build a project management application. Be sure to check out the other articles in the series.
Read the full article
.
 
  top
Making Your First Active X Control in Visual Basic by Katie Gatto, 2008-07-09

Visual Basic is, essentially, a way for programmers to save themselves a lot of time when creating applications for computers that run on Windows. Using Visual Basic makes a lot of sense when you want to build a no fuss, no muss application. This article will introduce you to using it.
Read the full article
.
Creating and Drawing a Game Map in VB .NET
by Peyton McCullough, 2008-07-08

This is the seventh part of a nine-part article series that teaches you Visual Basic .Net through the development of a text-based PC game similar to Rogue or Nethack. In this installment, you will learn how to build the map, starting with the creation of some basic tiles. We will be dealing with arrays, entity classes and more. Let us get started.
Read the full article
.
Printing Documents in WSH
by Nilpo, 2008-07-07


Printing documents is a fairly common automation task. Perhaps you want to batch print a folder full of documents, or maybe you would like to automate report printing. In any case, WSH does not necessarily provide a straightforward method for doing this. Let us look at some different ways of printing documents in WSH.
Read the full article
.
 
ADVERTISEMENT
 
  top
Introduction to Database Forms with HTML
by Chrysanthus Forcha, 2008-07-09

This article is written for those who have basic knowledge of database programming, HTML, CSS and JavaScript. It is the first article in a 13-part series that explains how to build database forms with HTML. There are a number of advantages to this approach, which I will enumerate in the article. Let us get started.
Read the full article
.
Dijkstra`s Shunting Algorithm with STL and C++
by Gabor Bernat, 2008-07-08


In 1993 Alex Stepanov wrote the STL library. The library redefined the way people code in C/C++. Using it gradually became synonymous with elegance and speed. Later, as STL fought its way into the standards, it became even more popular and the numbers of people who used it increased exponentially. In the first two parts of this article series I presented the basics of STL; in this third part I will show you more complex code. You will also learn how to write an expression evaluator/compiler.
Read the full article
.
EXT JS 2.1 Overview
by Dan Wellman, 2008-07-07


EXT JS is a feature-packed and cross-browser RIA framework built from JavaScript and CSS that seriously reduces the development time of Web 2.0 applications. It was originally built as an extension of the popular YUI library. In this article we take a close look at its features and what you can do with it.
Read the full article
.
 
  top
HP iPAQ RX3100
by jkabaseball, 2008-07-09

I decided to bite the bullet and buy an all-in-one device. After lots of research, I decided to go with the HP iPAQ RX3100. It looks like a great addition to my computer family. It has many perks and features that make it stand out against everything else in that price range. Read on to see if it is a truly great device, or perhaps if it is one of those devices that needed a few more rounds in the software department to support the hardware.
Read the full article
.
Creative Zen Vision Review
by wubayou, 2008-07-08

Look out iPod; Creative has once again outdone itself with the introduction of the Zen Vision:M, a viable competitor to the Apple collection of MP3 players which boasts a superior screen, a plethora of features, and a wide variety of colors to choose from. The Creative Zen Vision:M is compatible with most online music subscription services as well, and video subscription is on the way. Keep reading for a close look at this music player.
Read the full article
.
Green is the New Gold
by jkabaseball, 2008-07-07


The first computers took up whole rooms. It was all about size; people thought that we would have computers as big as office floors by now. After that, it was about cramming as much speed into as small of a device as possible. As you can see, tech trends change over time. Now that we have shrunk PCs into a PDA the size of your hand, what is next? It is no longer the trend to get the hottest hardware. It is all about the coolest, most energy efficient hardware.
Read the full article.
 
  top
SEO Clients to Avoid
by Terri Wells, 2008-07-09

No new business wants to turn down clients, and even older, more established businesses hate to do it. That is true in SEO as well. Unfortunately, it is sometimes necessary. In this article I will talk about the kinds of clients you should avoid - and if you are an SEO client, you will find out the kinds of behaviors you should avoid.
Read the full article
.
Viewzi`s Various Views of Search
by Terri Wells, 2008-07-08


In the first part of this article I introduced you to Viewzi, a visual search engine that takes a different approach to visual search by suiting the interface to the type of query made by the user. I only showed you a couple of the Viewzi views. In this article, I am going to show you a number of the other views, compare results with Google, and finally discuss the possible future of Viewzi.
Read the full article
.
A New Trend for Google
by Michael Lowry, 2008-07-07

After launching Google Trends in 2006 to great fanfare, Google has been busy developing additional layers that help users better view the Internet activities of the world. Google Trends for Websites is the newest tool in the shed. It lets people see just how popular individual websites are by ranking them across different geographical regions and comparing them to other related sites. This article will cover the pros and cons of the latest Google web tracker.
Read the full article
.
  top
Popular Firefox Extensions Reviewed
by Barzan 'Tony' Antal, 2008-07-09

Mozilla Firefox is the second-most popular web browser in the world, right after Microsoft Internet Explorer. One of the main reasons it has gained such a quick and steady rise in popularity is because it is very secure, fast, and fully customizable. At the moment there are more than 2,000 extensions that can be used as add-ons. In this article we are going to review the most popular ones that improve the way we surf the Web.
Read the full article
.
ICANN Decides To Expand Internet
by Michael Lowry, 2008-07-02

ICANN, the key oversight committee of the Internet, held a conference in Paris the week of June 23, 2008 and voted to allow the influx of a seemingly limitless amount of new top level domains (TLDs). They also approved a proposal that would allow for public comment on the issue of web addresses in non-English languages. The ramifications of such changes are huge and we aim to address all of them in this article.
Read the full article
.
The Grid Conquers All
by Michael Lowry, 2008-06-25

I have been saying for years that the Internet is too slow. Right now, it takes at least an hour for me to download an illegally pirated movie. I can not think of anything more backwards and unjust. So it is with great pleasure that I announce to you the coming of "The Grid," a new computer service designed to make Internet connections 10,000 times faster than broadband. Have I got your attention? Good. Come join me inside.
Read the full article
.
 

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

Hacking 101
Join us for this web seminar to learn how you can defend your web applications from attack. Learn about the 3 most common web application attacks, including how they occur and what can be done to prevent them. We'll also discuss manual versus automated approaches for scanning and identifying web application vulnerabilities and how IBM Rational AppScan, an automated vulnerability scanner, can help you automate more of what you are doing manually today.

Smart agile development within dispersed teams
Successful agile development teams have demonstrated impressive increases in team efficiency, shorter development cycles, better quality software and software that is ultimately better suited to the customer's needs. A repository that promotes asset collaboration and governance while ensuring quality can be a key cornerstone of a successful agile development strategy. Hear how IBM Rational Asset Manager can help empower distributed agile teams.

Rational Quality Management Open Beta Program Introduction
The IBM Rational Quality Management Open Beta Program is now live! Experience the v8 portfolio first hand and participate in the open beta program featuring IBM Rational Quality Manager and IBM Rational Test Lab Manager. Hear the latest information on the new beta v8 Quality Management portfolio, including Rational Quality Manager - our new business-driven software quality portal and Rational Test Lab Manager - our new end-to-end test lab management solution.

Can ClearCase and Subversion Coexist? Leveraging Both for Maximum Results
One size does not fit all! Subversion is used by many organizations for lightweight version control. But requirements don't vary just from company to company; they may be significantly different from project to project. Can you support the diverse needs of your various projects? Teams can connect heterogeneous SCM environments using tools like Subversion with an enterprise class SCM solution like Rational ClearCase providing the reliability, security, and stability necessary for the organization. Learn how Rational ClearCase and Subversion can coexist for maximum results!

Rational Build Forge Express eKit
Rational Build Forge Express Edition is an automation framework that packages the latest enterprise-grade technologies into a reliable, flexible and robust configuration designed and priced specifically for small to midsize businesses. The new Rational Build Forge Express eKit provides you with valuable resources - including a case study, podcast, demo, and articles - to help you increase staff productivity, compress development cycles and deliver better software, fast.

Build Forge Express demo: Enabling software delivery excellence for small and midsized businesses
This demonstration gives you an overview of IBM® Rational® Build Forge Express Edition, a global offering that provides a framework to automate and execute software processes. Rational Build Forge provides a software assembly line that can support all of your tools, technologies, and platforms so you can achieve a repeatable, reliable, and traceable build and release process.

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 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.

 
  top

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

Vector Effect
Quick and easy way to convert a picture in vector effect.
Read the tutorial.

Fade Text Effect
This Flash tutorial will teach you how to create a fade text effect.
Read the tutorial.

Funky Abstract Text
This tutorial will show you how to create a funky, abstract text effect. Read the tutorial.

PHP/mySQL Simple User Counter
A simple tutorial on creating a user counter.Easy to understand!
Read the tutorial.

Actionscript 3.0 Trail Effect
In this tutorial, you will learn how to create a trail effect.
Read the tutorial.

PHP/mySQL Simple IP Banning
A simple tutorial to show how to ban someone from your site.
Read the tutorial.

ADVERTISEMENT
 
 

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.

Mixblog Text Ads 1.6 Pro
Advertisements are text based and look similar to Google Adwords, but are fully customizable. Now visitors can create their own ads!
Learn more.

PHP Anti Hacker
The PHP Anti Hacker script will scan all your important public files on your server for hacker files.
Learn more.

Easy Web Site Builder
Easy Web Site Builder Features & Benefits: Manage everything from the admin panel: content, templates, ratings/comments, users, etc.
Learn more.

Advanced Multi-Player Poker
The only advanced client/server gaming software suite that is fully licensable.
Learn more.

Webmaster Marketplace
Start your very own webmaster marketplace with this script, much like SitePoint .com! Easy to use and install. PHP based and user friendly.
Learn more.

SAS E-Learning Portal
SAS E-Learning Portal is perfect educational portal system. With complete Organizations, Teachers and Student modules. Learn more.

  top
A Review of Newsletter Emailing Software
by Joe Eitel, 2008-07-09


Newsletter emailing software automates what would otherwise be a pretty tedious task: putting your newsletter together and sending it out via email to all of your subscribers. This article reviews the prices and features of four different newsletter emailing programs: iContact, Constant Contact, OnMarketer and EliteEmail. One of these packages may be right for you.
Read the full article
.
How to Add Pictures, Links and Video to Your Blog
by KC Morgan, 2008-07-02


You started a blog, and you enjoy writing, but you know you can give your readers more. The Internet is a visual medium these days, and you want to spice things up with some great images. But how do you add these and other features that readers love to your blog? Keep reading.
Read the full article
.
Get More Profit from the Traffic You Already Have
by Ivan Strouchliak, 2008-06-25


Getting more traffic and search visibility is number one on the list of all webmasters. Traffic is the lifeline of your website and SEO is the key to attaining it. In this article, we will focus on how to get more out of the traffic you already have, how to build more persuasive site structures, and how to convert more visitors into customers.
Read the full article
.
  top
The PEAR Package Tour: PEAR Basics
by Joe Eitel, 2008-07-09

If you are a PHP programmer, chances are you have either run across PEAR or could get some excellent use out of it. PEAR is an acronym for PHP Extension and Application Repository. The creators and maintainers of PEAR encourage you to pronounce it just like the fruit with the same spelling. But you will get more than fiber from PEAR, as you will learn when you read the rest of this article.
Read the full article
.
An Overview of Free Network Scanning Tools
by Joe Eitel, 2008-07-02

If you have a network, there is no question that you should be using a port scanning tool. A good port scanning tool searches your network host for open ports. It then alerts you if a hacker has illegally gained access to your network. That way, you and your networking staff can come up with a game plan, and fight back.
Read the full article
.
Information Security: A Coherent Approach
by Bruce Coker, 2008-06-25

Information security is one thing every IT department has to deal with. But how can system administrators be certain that they are tackling it in the most effective way? This article will go over the most common threats presented to system administrators and discuss the measures they need to take in order to protect themselves against attack.
Read the full article
.
  top

Contact Lens Can Detect Glaucoma

Researchers at the University of California created a prototype contact lens that can detect the pressure that builds up in the eye due to glaucoma. Hailin Cong and Tingrui Pan found a way to embed conducting circuits into the substance traditionally used to make contact lenses. To do so, they had to come up with a whole new process.

Normally, the organic polymer used for creating contact lenses and many other items (such as breast implants) is cast-molded into a simple shape. Cong and Pan added a chemical to a solution of the polymer that makes the mixture set when zapped with ultraviolet light. Putting a mask between the mixture and the UV light means only certain parts set; the parts that remain liquid can be washed away. Cong and Pan used a mask to leave the imprint of a circuit on the polymer.

To add electrical conductivity to the mix, Cong and Pan included a solution of silver. The resistance of the substance changes when it is stretched, so the modified polymer can be used for detecting changes in shape such as those that occur in the shape of an eye suffering from glaucoma. While the prototype lens has an opaque sensor, Cong and Pan are hard at work on a transparent lens that could be worn for long periods without impairing vision, to give a continuous read-out of the pressure in the eye.

Read more about this

Mercedes Preps for No-Petroleum Cars

Most auto makers feature highly efficient hybrids in their line-ups today, and are of necessity researching the use of alternative fuels. But Mercedes-Benz is taking things one step further. According to some reports, by 2015 the company plans to stop selling petroleum-powered cars, and offer automobiles powered entirely by electricity, fuel cells, and/or biofuels instead.

The company already boasts several new power trains. One test vehicle with a new power train that runs on biofuels delivers nearly the same efficiency as a diesel-powered vehicle. The vehicle is expected to be on the market sometime in 2010.

It is projected that this will be followed by the launch of a Smart electric car which is fuel and emission-free. This is consistent with other steps that Mercedes Benz has taken, such as battery improvements and the testing of 100 Smart electric cars in London. The German auto maker plans to invest around $1.4 billion in its long-term Sustainable Mobility plan by 2014. If other auto makers start to follow suit, we could all be driving much cleaner cars and breathing much cleaner air in the next ten or twenty years.

Read more about this

Nanotube Computing Gets Two Steps Closer to Reality

Carbon nanotubes boast several virtues that make them suitable for use in future computers: they are very small and could potentially replace both conductors and semiconductors in microchips. Unfortunately, to be really useful, scientists need to be able to control what kind they grow (metallic or semiconducting) and make them grow straight. This has proven to be nearly impossible if you grow nanotubes on silicon.

In a paper presented last month at the VLSI Symposium by Stanford's electrical engineering department, the knotty problem of growing straight nanotubes was untangled. As it turns out, if you grow nanotubes on crystalline quartz, and then transfer them to a silicon wafer, you all but eliminate the problem. "If you grow carbon nanotubes on silicon, you will see that the carbon nanotubes are really unruly, like a bowl of thin rice noodles," says Subhashish Mitra, one of the Stanford researchers. "If you use a quartz wafer, the nanotubes are largely aligned with each other. They still have kinks and bends and so on, but they're pretty good."

That leaves the problem of selectively growing either metallic or semiconducting nanotubes. That issue was addressed by a paper published recently in Science by Stanford and Samsung chemical engineers Melburne C. LeMieux, Mark Roberts, Soumendra Barman, Yong Wan Jin, Jong Min Kim and Zhenan Bao. The trick is to change the substrate on which the nanotubes are grown. A substrate of aromatic compounds delivers metallic nanotubes, while one composed of aminosilanes produces semiconducting nanotubes. Both of these papers provide good news for chip manufacturers, which are slowly but surely reaching the physical limits of current materials and techniques.

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.