Trouble reading this message Read it online.

Dec. 24, 2009

Happy holidays, and welcome to the latest issue of the Developer Shed newsletter! If you're looking ahead to the new year, you're probably thinking about what technologies can make your business – and your life – run more smoothly. Take a look at the article we're highlighting this week from eWeek, which covers the top 10 technologies you'll want to consider for 2010.

We published fewer articles this week due to the holidays, of course, but we've been as busy as elves making sure you get the tools you need to help you get your work done. Dev Shed readers learned how to work with foreign key constraints, and how to use static variables in PHP 5. Those focused on Microsoft-based technologies got their fill of .NET and ASP .NET articles at ASP Free.

Website designers and developers reading Dev Articles picked up some innovative ways to use the “hover” CSS pseudoclass. And whether they knew anything about the jQuery framework, they learned how to put its Quick Pagination plug-in to effective use on their web site. Dev Hardware readers enjoyed reviews of tablets, laptops, and flat panel monitors...lovely gift-giving ideas for those who love tech.

All some of you want for the holidays is high organic listings in the search engines, as many SEO professionals reading SEO Chat can attest. This week, we help you get there with articles on geotargeting in Google, statistical process control implementation in web analytics (trust me, if you're worried about the number of visitors coming to your site, you'll want to read this), and the start of a two-part piece on using Feedburner. If you're new to owning a web site, you'll want to read this week's Dev Mechanic articles; we show you how to make your content popular, and how to use Facebook and Myspace to promote yourself and your site.

That's not all. If you want to save some money on your home office, Codewalkers delivers the goods by showing you how to set up Ubuntu, a free operating system that comes with the equally free OpenOffice software suite. Webhosters also focuses on the home this holiday week with a review of the still-in-beta Norton Online Family, well worth reading if you're looking for something to help keep your kids safe while they surf the Internet. Finally, if you're looking for more useful information, check out Scripts and Tutorialized for the best content from our readers throughout the world. Whatever you choose to celebrate, enjoy the holidays!

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
   
 
 
Recently Updated
Most Popular
 

What can you do with the Sun Software Library? Find cool apps, white papers, videos and more, or publish your own.

The Solaris OS and Intel Nehalem EX
White Paper
15 page white paper covering the enterprise capabilities of Solaris OS and how it enables developers to take advantage of the features of the Intel processor known as Nehalem EX.
>> more details

Voltaire Messaging Accelerator

Voltaire Messaging Accelerator (VMA) is a dynamically-linked user-space Solaris and linux library for accelerating multicast traffic.
>> more details

Search the Sun Software Library for cool commercial and open source applications running on Java™, Solaris™, SPARC®, Netbeans™, and more. Get apps, read/write reviews, or publish your own.


Want to see more? Visit the Sun Software Library today! >> more details

 

What can you do with the Sun Software Library? Find apps or publish your own.

Acquia Drupal
Acquia Drupal is a collection of essential Drupal software, packed together to build dynamic community websites faster.
>> more details


Quercus 3.1.x
Quercus is Caucho Technology's 100% Java implementation of PHP 5 released under the Open Source GPL license. >> more details

Amanda Enterprise
With Amanda Enterprise, systems administrators can set up a master backup server

>> more details

Ubuntu 8.x
The Ubuntu developers are moving quickly to bring you the latest and greatest software the open source community has to offer. >> more details

Get the word out! Publish your commercial or open source applications running on Java™, Solaris™, x86, Netbeans™ and more, in the Sun Software Library. Add links to downloads, white papers, video clips and other collateral.


  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:

  • Jenny and the crew wish you Happy Holidays. Now where's our gifts?

    Watch the video!

   
ADVERTISEMENT
 
  top
Triggering Cascading Updates and Deletions with Foreign Key Constraints
2009-12-23

Welcome to the final installment of a series on working with foreign key constraints in MySQL. With a respectable number of code samples, this series walks you through the basics of using foreign key constraints in MySQL tables and teaches you how to use them specifically for maintaining the integrity of relational databases.
Read the full article.
Using Static Variables in PHP 5 Classes
2009-12-22

In this first part of a four-part series, I show you how the declaration and further use of a single static property inside a MySQL abstraction class can be really useful for turning this class into a Singleton. While it is fair to say that you can use different approaches for implementing this design pattern, most of them will employ a static variable.
Read the full article
.
Deleting Database Records with an Abstraction and Foreign Key Constraints
2009-12-21

In this fifth article of a six-part series, you will learn how to use foreign key constraints in MySQL to produce the deletion in cascade of rows in a child table when the related rows of the corresponding parent are deleted as well. We will use a simple MySQL abstraction class to do the trick.
Read the full article
.
   
  top
Building the Business Logic Layer
2009-12-23

If you have done any developing in .NET, you know the importance of classes. This six-part series shows how to use classes when building the business logic layer of a .NET application. It is excerpted from chapter five of the book Doing Objects in Visual Basic 2005, written by Deborah Kurata (Addison-Wesley, 2008; ISBN: 0321320492).
Read the full article.
ASP .NET DotNetNuke Installation with Visual Web Developer Express
2009-12-22


You are skilled enough with ASP .NET to construct a static website. But the Internet is all about dynamic sites, and adding content to keep visitors (and the search engines) coming back for more. You can not add all that content by hand and have time to do anything else; you need a content management system. That is where DotNetNuke comes in. This tutorial will teach you how to install it and walk you through the basics of how it works.
Read the full article
.
Using ASP .NET with a MySQL Database
2009-12-21

Because they come from such different backgrounds, ASP .NET and MySQL should go together like peanut butter and Tabasco sauce, right? Believe it or not, the proprietary application framework and the open source database work together much better than you would expect. Keep reading to see how to put this compatibility to work for you.
Read the full article
.
ADVERTISEMENT
 
  top
Creating a Drop-Down Menu with the Hover CSS Pseudoclass
2009-12-23

In this penultimate part of a four-part series, you will learn how to use the "hover" CSS pseudo-class to build a fully-functional, CSS-based drop-down menu. The process is fairly straightforward, so you should not have trouble using this technique when developing navigation bars for your own websites.
Read the full article
.
Hiding the Page Counter with the jQuery Quick Pagination Plug-in
2009-12-22


In this second article in a three-part series, I discuss how to use the Quick Pagination jQuery plug-in for paginating a group of sample HTML paragraphs. In this case, the page counter provided by default was hidden from display, which shows how easy it is to customize the plug-in's behavior by playing around with its incoming arguments.
Read the full article.
Building CSS-based Tooltips with the Hover Pseudoclass
2009-12-21


In this second installment of a four-part series, I demonstrate how easy it is to build a basic tooltip using only the functionality provided by the "hover" CSS pseudo classes. The technique you will see here will work with newer versions of IE, Firefox, Google Chrome and other browsers.
Read the full article
.
Introducing the Quick Pagination jQuery Plug-in
2009-12-18

In this first part of a three-part series, I provide you with a brief introduction to using the main features offered by the Quick Pagination jQuery plug-in. You will appreciate many of its features, particularly its flat learning curve.
Read the full article
.
 
  top
Toshiba Satellite E105-S1802 and Asus K60IJ-RBLX05
2009-12-23

Are you in need of a laptop for the holidays? If so, take a look at the following review of two retail configurations found in stores: the solid Toshiba Satellite E105-S1802 and the very affordable Asus K60IJ-RBLX05.
Read the full article
.
The ViewSonic VP2365wb and Dell UltraSharp U2410
2009-12-22

Today we will take a look at two LCD monitors aimed at graphics lovers: the 23-inch ViewSonic VP2365wb and more expensive 24-inch Dell UltraSharp U2410. Keep reading to see which one will fit into your life and your budget.
Read the full article
.
The Archos 5 Internet Tablet
2009-12-21


The Archos 5 Internet Tablet appears to be an attempt at snagging some of the market share held by popular multi-use devices such as the Zune HD and the iPod Touch. It boasts a number of qualities that make it stand out from the rest of that market. Keep reading for a closer look.
Read the full article.
Need for Speed Nitro for the Wii
2009-12-18


Need for Speed Nitro is the newest edition from the popular racing franchise for the Wii console. Although the series has garnered plenty of success in the past, this time around with the Nitro edition, Electronic Arts changed things up a bit to gear the game towards more casual gamers. Let's see what other changes the company has made to this classic game.
Read the full article.
 
  top
How to Use Feedburner for SEO
2009-12-23

Having trouble getting your new site seen by readers and ranked by the search engines? Feedburner can help. This two-part series explains how to use this popular web feed management system, and how to get the most out of it.
Read the full article
.
Statistical Process Control Implementation in Web Analytics: Key Concepts
2009-12-22

Many of you reading this article may not know what "statistical process control" or "SPC" is. It is a problem-detection technique implemented for any measurable process. Keep reading as we delve deeper into the appropriate methods and show how to apply them to SEO.
Read the full article.
Geo Targeting Techniques in Google for SEO
2009-12-21

It has been observed by the SEO community over a number of years that search engine rankings in Google are influenced by a so-called "geo-targeting" aspect of the domain (TLD and registrant's background location) and its hosting location. In this article, we will look into those factors that affect Google's geo-targeting aspects so you can put them to work on your own web site.
Read the full article.
  top
Norton Online Family: Making the Internet Child-Safe?
2009-12-23

Even a very simple, standard search on the Internet can yield dozens, even hundreds, of unwanted or inappropriate sites. Even a straightforward social networking site can lead to online interaction that is highly mature in nature. It is the kind of thing we do not want our children to see. How do we protect them from the bad things online while letting them experience the good? Norton Online Family may offer a solution.
Read the full article.
How Safe is Social Networking?
2009-12-16

Social networking is not just for teenagers, online daters or people who spend a great deal of time on the Internet. Social networking sites are extremely popular online, and they are used by a vast variety of Internet users. Who uses social networking sites? And should we be worried about their safety?
Read the full article.
Why Do You Need to Buy Multiple Domains?
2009-12-09

Sure, building a site called www(dot)fuzzygreenpair(dot)com, for your signature line of green suede shoes, sounded like a great idea. Then the organic fruit company Fuzzy Green Pear came along, and your traffic has not been the same since. Okay, so this example is fictitious, but it is very likely something similar has happened to you - or that it will. Find out why you need to buy multiple domains.
Read the full article.
  top

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

Straighten Crooked Photos
Learn how to easily straighten crooked photos in Photoshop.
Read the tutorial.

Basic Drag and Drop in Flash 8
How to create basic drag and drop with Flash 8.
Read the tutorial.

Blend Techniques With Layer Mask
Learn blending techniques by using this layer mask. Read the tutorial.

Grails Services and Google Maps
A guide to using them. Easy tutorial and simple to read. Read the tutorial.

Flash Zoom In and Zoom Out
A Flash zoom in and zoom out application with Actionscript 2.0.
Read the tutorial.

Google AdSense Split Testing
Guide to maximizing your revenue with a small PHP script.
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.

h2desk Help Desk Software
h2desk is the powerful way to provide online support to your customers. Create, manage, and overlook unlimited staff and more.
Learn more.

PHP Store Pixel Ads
PHP Store Pixel Ads comes with advanced settings including the ability to use interlaced images, and much, much more. Learn more.

Framework for WEB Development
You will be able to develop easily and really fast grids, reports, graphics, filters, forms, and more.
Learn more.

Inventory Bookkeeping
Billing accounting software generate various accounting reports including final report, stock reports, sales reports, and others. Learn more.

Time Tracking
TimeTracking is a web based time tracking application. It allows you and your team to enter time spend on different task while working.
Learn more.

Remote PC Monitoring Software
Network asset database administration freeware utility generates software auditing and management reports. Learn more.

  top
How to Use Facebook and Myspace for Online Promotions and Links
2009-12-23

We all hear these stories about how a business, or an independent professional have made it big by marketing with social networking websites. They took a Myspace account, and a couple of good friends, and turned it into an online empire. It almost seems like a magical process. Keep reading to learn how to get that "magic" working for you.
Read the full article
.
How to Make Your Content Popular
2009-12-21

Your site is about celebrity gossip, but the economy crisis is a hot topic. Think you can not marry these two ideas? You need to know how to make content popular - and still make it fit in with the rest of your site.
Read the full article
.
How to Design Content Pages
2009-12-18

Often, it is your main content pages that get the most search engine attention. It is your site's content that provides the richest base of keywords, so visitors are likely to wind up here first. What will they see when they click those links? There is a lot more to content pages than the article or blog post you are displaying. Do you know how to design them?
Read the full article
.
  top
Setting Up Ubuntu for Your Home Office
2009-12-23

Setting up a home office can be a daunting task. It can also be an expensive one if you are pricing it with all of the needed software for Windows. Of course, for every problem there is a solution. In this case your solution is a version of Linux known as Ubuntu. Today, we will look at how to set up your home office with Ubuntu. In just a few hours you will be up and running.
Read the full article
.
Installing Mint Linux
2009-12-16

Do you have an old computer you would like to bring back into service? You might want to install Linux on it. If all the stories you have heard about this open source operating system's user-unfriendliness make you pause, consider getting it in the Mint flavor. This article explains Mint's advantages and shows you how to install it on your computer system.
Read the full article
.
Crucial Traits of Awk
2009-12-09

If you are tired of the way that new programming languages often force you to learn everything all over again, you will like awk - especially if you know C. Awk borrows heavily from C, as you have no doubt realized if you have read the previous article in this series. This article wraps things up by presenting awk under GNU Linux.
Read the full article
.
  top

Someday, These Gifts Will Come

This year has been so rough on so many that rather than consider this holiday season, it might be more fun to take a peek at the future to see what we might find under the tree or near the menorah. For example, how about wrapping that expensive present in a case that protects it from drops and smashes? While you can find certain cases like that today, the U.S Department of Defense is funding research into one specifically designed to channel shock waves away from components, with the idea of making munitions safer to handle. Don't look for this before 2014.

More exciting could be the ever-full liquor flask. Take a bioreactor-on-a-chip, set it up to constantly run a fermentation and distillation process, and voila! There's no telling when this item will be ready for giving, but all of the necessary components are being developed. Do you prefer power to booze? How about a battery that lasts for at least a couple of decades? Several teams are working on batteries powered by radioactive decay. It's possible with betavoltaics, which generates current by capturing electrons from a radioactive material with a semiconducting device. It's a great idea, with just one catch: disposing of the battery once it does run out.

Or maybe you'd like to bring your gaming experience to life. There have been many versions of virtual reality, but how about one that doesn't require goggles? Burton, a Japan-based company, is working on a system that uses a laser projector to generate streams of precisely-focused pulses that create point-flashes of light. These light flashes can be used to build virtual 3D objects. We could see a demo as early as 2011.

Read more about this

Even While Stuck, Mars Rover Makes Discovery

Despite being stuck for months in the Martian sand, unable to move, NASA rover Spirit continues to make important discoveries. Its latest one promises to give scientists a better understanding of the history of water on the red planet. It turns out spinning one's wheels can be productive after all.

The rover has been doing just that – literally spinning its wheels – since April in an effort to escape a patch of loose soil at the edge of a crater. As the wheels spun, they broke through an inch-thick reddish-brown crust to expose some sandy material with “a higher concentration of sulfite than seen anywhere else on Mars,” according to geologist Ray Arvidson. Sulfates are usually formed in steam vents or hydrothermal pools; their existence in a higher concentration on Mars could indicate that the area once supported life.

Arvidson explained that the deposits are evidence of water-charged volcanism. The red planet's modern water cycle, scientists now believe, is very different. The soil layering turned up by Spirit leads them to think that water from the poles shifts to the equator during warmer times, melts and trickles into the soil at the equator, reaching the sulfates; the water-soluble iron sulfates dissolve, and the remaining white calcium sulfates form a crust. That's some good thinking for months of work and measurements – but it's time to move on, and NASA may get a mobile Spirit for the holidays. Its right front wheel, jammed since 2006, just “almost magically turned on a few days ago after we ran some voltage through it,” Arvidson noted.

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.