Developer Shed:  Dev Shed | ASP Free | Dev Articles | Scripts | Dev Hardware | Dev Archives | SEO Chat | Web Hosters
      Dev Shed
(Spanish) (French) (German) (Italian) (Portuguese) (English)
 
Plug in PDF Magazine
  Administration  
  Apache  
  BrainDump  
  Flash  
  Java  
  JavaScript  
  Multimedia  
  MySQL  
  Oracle  
  Perl  
  PHP  
  Practices  
  Python  
  Reviews  
  Security  
  Style-Sheets  
  Web Services  
  XML  
  Zend  
  Zope  
  Plug In PDF Mag.
  Request Media Kit
  Weekly Newsletter
   
  Blog History  
  Article Discussion  
  Games  
  Hardware  
  Law  
  Microsoft  
  Open Source  
  Security  
  SEO  
  Software  
  Web Hosting  
  Wow  
  Stay Up to Date!  
  Developer Updates
 
  Free Website Content  
  O'Reilly Books  
  O'Reilly Network  
  Apress Books  
  DSL Service  
  Business Broadband
 
  Developer Forums  
  Forums  
  Forums Archive  
  Find Web Hosting
 
  Linux Web Hosting
 
  Windows Web Hosting
 
  Small Business Hosting
 
  Reseller Web Hosting
 
  ASP Web Hosting
 
  E-Commerce Hosting  
  Virtual Private Servers
 
  Dedicated Servers
 
  Affordable Web Hosting  
  Managed Hosting  
  Shared Hosting  
  DSL  
  ASP.NET Web Hosting  

  Change Language
 

  Top Rated Authors  
  Top Rated Bloggers  
  Submit an Article  
  Site Map  
  Articles:  
Blogs:  
  Forums:  

Open Source Articles

RSS For Dev Shed Articles
Trust, Access Control, and Rights for Web Services, Part 2 in Security      
Contributed by Sams Publishing
Article Rating:starstarstarstarstar / 1
2004-10-12
 
SecurityWeb services themselves provide a powerful new approach to PKI that prevents each Web service requestor and provider from having to build their own PKI: accessing a trusted PKI as a service. XKMS aims to do just that. This is part 2 of chapter 9 from Securing Web Services with WS-Security, by Rosenberg and Remy (ISBN 0672326515, SAMS, 2004).  Discuss  (0)

Smart Cards: An Introduction in Practices      
Contributed by Digvijay Chauhan
Article Rating:starstarstarstarstar / 3
2004-10-11
 
PracticesIn this article I’m going to present you with a quick overview of the Smart Cards and then move on to exploring the ways they can be integrated to existing services in order to provide value added services or a new range of secure application.  Discuss  (2)

Kernel, Cron, and User Administration, Part 2 in Administration      
Contributed by McGraw-Hill/Osborne
Article Rating:starstarstarstarstar / 3
2004-10-06
 
AdministrationToday, continue on your path to RHCE certification. Learn about creating a new kernel the easy way, kernel sources, recompiling a kernel, and the cron and at systems. Take notes, because there's a test at the end. This comes from chapter five of Red Hat Certified Engineer Linux Study Guide (Exam RH302), fourth edition, by Michael Jang. (McGraw-Hill/Osborne, 2004, ISBN: 0-07-225365-7).  Discuss  (0)

Security Images with PHP and ImageMagick in PHP      
Contributed by David Fells
Article Rating:starstarstarstarstar / 5
2004-10-05
 
PHPThis article is intended to provide another look at Nathan Rohler's article that was recently published (the link is provided at the end of this article). His article illustrated how to use a database and PHP's image functions based on the GD library to create random security images. This article will demonstrate how to achieve the same goal (albeit with slightly different results) by using ImageMagick. I chose not to use hidden form fields and a database and instead opted for session variables, a much simpler and more efficient approach for our objective.  Discuss  (0)

Basic Concepts of Web Services Security in Security      
Contributed by Sams Publishing
Article Rating:starstarstarstarstar / 4
2004-10-04
 
SecurityToday we cover the basics of Web services and information security and the way Web services security builds on existing security technology. This is chapter 1 from Securing Web Services with WS-Security, by Rosenberg and Remy (ISBN 0672326515, Sams, 2004).  Discuss  (0)

Troubleshooting Problems with MySQL Programs in MySQL      
Contributed by Sams Publishing
Article Rating:starstarstarstarstar / 6
2004-09-29
 
MySQLThis appendix from MySQL Administrator's Guide (by MySQL AB, Sams, ISBN: 0672326345) lists some common problems and error messages that you may encounter when running MySQL programs. It describes how to determine the causes of the problems and what to do to solve them.  Discuss  (0)

Changing Table Structure in phpMyAdmin in PHP      
Contributed by Marc Delisle
Article Rating:starstarstarstarstar / 5
2004-09-28
 
PHPThis chapter explores editing table definitions and using special column types. When developing Web applications (or any application), requirements often change because of new or modified needs. Developers must accommodate these changes through judicious table-structure editing. This is chapter six of Mastering phpMyAdmin for Effective MySQL Management by Marc Delisle (Packt Publishing, April 2004, ISBN 1904811035).  Discuss  (0)

Database Independent Development in C in Practices      
Contributed by Clay Dowling
Article Rating:starstarstarstarstar / 6
2004-09-27
 
PracticesThe libdbi library provides a feature for C programmers that has long been missing. The interface is clean and the framework for adding new drivers is relatively straightforward.  Discuss  (0)

Practical XML Data Design and Manipulation for Voting Systems in XML      
Contributed by developerWorks
Article Rating:starstarstarstarstar / 5
2004-09-22
 
XMLEVM2003 brings XML to the democratic process: In this article, David Mertz discusses his practical experiences developing interrelated XML data formats for the EVM2003 Free Software project to develop voting machines that produce voter-verifiable paper ballots. Some design principles of format subsetting emerge. In addition, David looks at how an application-specific meaning for XML document equivalence can be programmed, and why canonicalization is insufficient. (This intermediate-level article was first published by IBM developerWorks, 28 Jun 2004, at http://www.ibm.com/developerWorks.)  Discuss  (0)

Developing an Object Oriented Credit Card Transaction Processor in Practices      
Contributed by David Fells
Article Rating:starstarstarstarstar / 4
2004-09-21
 
PracticesThis article will walk readers through the process of outlining a flexible Object Oriented design that will facilitate adding Merchant Services and Payment Methods in the future without affecting the client code.  Discuss  (0)

Best PHP Practices in PHP      
Contributed by James Murray
Article Rating:starstarstarstarstar / 106
2004-09-20
 
PHPOne of the things I hear from people and my friends is questions about the best way to work with PHP. They always want to know how to get started on a project, what software to use, how to plan it successfully, and so on. In this article I plan on revealing the “magical secrets” about how I do my PHP programming so quickly with so few bugs.  Discuss  (7)

Building a Complete Website using the Template Toolkit in Perl      
Contributed by O'Reilly Media
Article Rating:starstarstarstarstar / 9
2004-09-15
 
PerlSee how the Template Toolkit simplifies the process of building and managing web site content. Examples illustrate the use of template variables and template components that allow web content to be constructed in a modular fashion. Other topics include managing the site structure, generating menus and other navigation components, and defining and using complex data. (From Perl Template Toolkit, Darren Chamberlain, Dave Cross, and Andy Wardley, O'Reilly Media, 2004, ISBN: 0596004761.)  Discuss  (0)

Blog Banter

RSS For Developer Shed Blog
  USERNAME PASSWORD >>> SIGN UP!  
   Lost Password?  

Name Game Gets Upgrade

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 05:00 pm EST
Rating: starstarstarstarstar
Wow

Recently a Swiss woman was denied the right to name her baby "Superman" (although "Batman" was OK'd). Now, a Chinese man has been denied the right to name his child "@". More  (0)
iPod Your Movies?

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 04:00 pm EST
Rating: starstarstarstarstar
Hardware

The rumor mill is churning at Apple-watcher sites. The latest? A 60GB, color screen version of the iPod is about to come out. MP3s and MPEGs? YES! Now, if we can extend the battery life... More  (0)
From Spam King to Spy Master?

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 03:00 pm EST
Rating: starstarstarstarstar
Law

If you know the name "Sanford Wallace", then you probably also know them as the kings of spam. Turns out the company's turned a new leaf, and has just recently been sued by the FTC for turning into a spyware agency. More  (0)
PayPal Glitch Means You're S.O.L

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 02:00 pm EST
Rating: starstarstarstarstar
Software

A glitch after an upgrade means that numerous users of the PayPal service are locked out of their accounts. Have you been affected? More  (0)
Holes on Top of Holes

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 01:00 pm EST
Rating: starstarstarstarstar
Microsoft

I think I'll start writing a segment called "YAIESH" - Yet Another Internet Explorer Security Hole. This time it's with a hole that was fixed two years ago. Turns out the hole's back. More  (0)
SGI to Ship Linux Workstation

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 12:00 pm EST
Rating: starstarstarstarstar
Hardware

It won't do Doom 3 very well, but if you want to see two galaxies collide, then boy have we got your box: Sixteen 1.6Ghz Itanium processors and four ATI FireGL graphics cards. Oh, the folding... More  (0)
Was Bush Wired?

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 11:00 am EST
Rating: starstarstarstarstar
Wow

Recent photos and a careful study of the last debate's text lead some to believe that President Bush was actually getting help via Wi-Fi transmitter during the last debate. More  (7)
When the FBI Strikes...

By: Gnorb (Resident of Valhalla)
Posted: Yesterday @ 10:00 am EST
Rating: starstarstarstarstar
Web Hosting

Indymedia got a nice surprise recently when FBI agents went to their hosting provider (Rackspace Managed Hosting) looking to seize their servers. Turns out they were hosting the type of pictures the FBI doesn't really like to see. More  (0)
How Much Does AMD Want to Confuse Its Buyers?

By: DMOS (Plant Food)
Posted: Yesterday @ 09:00 am EST
Rating: starstarstarstarstar
Hardware

It's like this is some kind of game for them. I don't know if I could ever think of a more messed up lineup... More  (3)
Dell Recalls 1 Million Laptop Power Adapters

By: A.T (Plant Food)
Posted: 10-11-04 @ 05:30 pm EST
Rating: starstarstarstarstar
Hardware

If you have an Inspiron, Latitude, or Precision notebook, then a recall is in effect for your power supply. More  (7)
Scammers Scammed

By: A.T (Plant Food)
Posted: 10-11-04 @ 05:30 pm EST
Rating: starstarstarstarstar
Software

Scam baiters are turning the tables on conmen who solicit for money over the Internet. More  (1)
MySQL to use Microsoft Open Source Toolset

By: Gnorb (Resident of Valhalla)
Posted: 10-11-04 @ 05:00 pm EST
Rating: starstarstarstarstar
Open Source

"The next release of the MyQSL database server will include a Windows installer based on an open-source toolset released by Microsoft earlier this year." Nothing major for MySQL, but this might be the beginning of a Microsoft-led open source coup. More  (0)
Downloadable Everything?

By: Gnorb (Resident of Valhalla)
Posted: 10-11-04 @ 04:00 pm EST
Rating: starstarstarstarstar
Software

Here's a question for our readers: How many of you would rather download all your software than go out to the store and buy it? And I'm talking about paying for the download, none of this "eDonkey" stuff. Sure, it would probably save time, but is that enough? More  (3)
More Than the Sum of Your Parts

By: Gnorb (Resident of Valhalla)
Posted: 10-11-04 @ 03:00 pm EST
Rating: starstarstarstarstar
Wow

So, what are you? A human? Think again. According to some British scientists, people are a super-organism, a conglomerate of 500 different species who work together to develop one big eco-system, and one people. Good way to look at it? Sound off! More  (2)
The Day the Music Store Died

By: Gnorb (Resident of Valhalla)
Posted: 10-11-04 @ 02:00 pm EST
Rating: starstarstarstarstar
Law

95% of South Korean music stores went out of business in the last 5 years, something attributed to the growing numbers of downloaders in the country. Their broadband usage is three times that of the US and five times that of Europe. Are they just at a tipping point? More  (0)


Click here for details!
Scripts.com
Dev Shed - The Open Source Web Development Site
$2.99 Web Hosting
 
» Trust, Access Control, and Rights for Web Services, Part 2 in: Security
 
» Smart Cards: An Introduction in: Practices
 
» Kernel, Cron, and User Administration, Part 2 in: Administration
 
 
Get This For Your Site!
ASP Free - Your Source For ASP Source Code and More...
Domains Web Hosting
 
» Building an MSI File: Visual Studio and Orca in: Visual Basic.NET
 
» Windows Server 2003 Technology Primer in: MS SQL Server
 
» Hardening Communications in: Windows Security
 
 
Get This For Your Site!
Dev Articles - Your Multi-Platform Development Source
Dedicated Servers
 
» Flash Hack A Custom Color Transform Class in: Flash
 
» HTML Tutorial in: HTML
 
» Create a Flash Speech Synthesizer in: Flash
 
 
Get This For Your Site!
Dev Hardware - Your Home for Hardware Resources
Reseller Web Hosting
 
» Gainward TV2GO Review in: Video Cards
 
» Controlling Games with the Keyboard and Mouse in: Games
 
» Creative Labs: The Microsoft of Sound in: Sound Cards
 
 
Get This For Your Site!
SEO Chat - Search Engine Optimization
Web Hosting
 
» Spider Guts in: Spiders
 
» Google News: How Can It Make Money? in: Google
 
» How Getting Interviewed Can Publicize Your Site in: Promotion
 
 
Get This For Your Site!
Web Hosters - Find Webhosting Now!
Cheap Web Hosting
 
» I’ve Got 99 Problems, but a Host Ain’t One in: Web Hosting Articles
 
» Developer Shed Re-launches Webhosters.com in: Web Hosting News
 
» What is Load-balancing and Do I Need It? in: Web Hosting Articles
 
 
Get This For Your Site!
Developer Shed Blog - Technical Professionals Discuss Todays Topics...
 
» Name Game Gets Upgrade - Discuss
 
» iPod Your Movies? - Discuss
 
» From Spam King to Spy Master? - Discuss
 
 
Get This For Your Site!
 
Dev Shed Forums | ASP Free Forums | Dev Articles Forums | Dev Hardware Forums | SEO Chat Forums
 
 
© 2001-2004. All rights reserved. (Privacy Policy) Dev Shed hosted by HostwaySupport