Developer Shed:  Dev Shed | ASP Free | Dev Articles | Scripts | Dev Hardware | Dev Archives | SEO Chat | itsALLnet | Web Hosters
ASP Free
(Spanish) (French) (German) (Italian) (Portuguese) (English)
 
Plug in PDF Magazine
  .NET  
  ASP  
  ASP Code  
  ASP.NET  
  ASP.NET Code  
  C#  
  Code Examples  
  Database  
  Database Code  
  IIS  
  Microsoft Access  
  MS SQL Server  
  Visual Basic.NET  
  Windows Scripting  
  Windows Security  
  XML  
  Plug In PDF Mag.
  Request Media Kit
  Weekly Newsletter
   
  Blog History  
  Article Discussion  
  Games  
  Hardware  
  Law  
  Microsoft  
  Open Source  
  Security  
  SEO  
  Software  
  Wow  
  Stay Up to Date!  
  Developer Updates
 
  Free Website Content  
  Apress Books  
  DSL Service  
  Business Broadband
 
  ASP Hosting  
  ASP Hosting  
  Free ASP Hosting  
  ASP 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  
  ASP.NET Web Hosting  

  Change Language
 

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

ASP Programming

RSS For ASP Free Articles
Dynamic Link Libraries Inside-Out in Code Examples      
Contributed by Digvijay Chauhan
Article Rating:starstarstarstarstar / 3
2004-09-15
 
Code ExamplesThis article covers the advantages and disadvantages of Dynamic Link Libraries, how to write them, a discussion of the Entry point function, types of DLL linkage and more.  Discuss  (0)

Securing and Administering Access in Microsoft Access      
Contributed by McGraw-Hill/Osborne
Article Rating:starstarstarstarstar / 4
2004-09-14
 
Microsoft AccessThis chapter addresses the issue of database privacy, integrity, and security. The main purpose for database security is to prevent both inadvertent and intentional damage to the data and the database objects. Proper security measures prevent anyone who might view or edit the information from gaining unauthorized access. They also prevent anyone from making design changes without express permission to do so. You can protect both the data and the design elements with a variety of approaches. This chapter is from Microsoft Office Access 2003 QuickSteps, by Cronan, Anderson, and Anderson (McGraw-Hill/Osborne, 2004, ISBN: 0072232293).  Discuss  (0)

Applying XSLT to XML Using ASP.NET in XML      
Contributed by Jagadish Chaterjee
Article Rating:starstarstarstarstar / 8
2004-09-13
 
XMLThis article explains the basics of XSL to transform XML documents using simple examples. We will gradually focus on using ASP.NET to implement XSLT for any XML document and even to database queries. It introduces different ways of implementing XSL from browser’s perspective and server’s perspective. We will also discuss some tips to generate automated XML from database queries and then transform them to HTML using XSL transformations.  Discuss  (0)

Configuring SQL Server Express 2005 in MS SQL Server      
Contributed by Justin Cook
Article Rating:starstarstarstarstar / 5
2004-09-09
 
MS SQL ServerThe new Visual Studio Express tools are truly sweet, even though still in Beta. This holds true for SQL Server Express Edition, the free new powerful database system. The only problem with the Beta product is that there's no real graphical configuration tools, so getting the thing to actually run can prove to be a hefty task. This article will provide all the necessary instruction to get up and running happily.  Discuss  (0)

Extracting Metadata in Database      
Contributed by Apress Publishing
Article Rating:starstarstarstarstar / 6
2004-09-08
 
DatabaseThis chapter looks at the second step of code generation, extracting metadata, how to extract it from a variety of sources, especially focusing on SQL Server metadata extraction. Also introduces the intimate merge of metadata that's used to incorporate additional manual metadata information. (Code Generation in Microsoft .NET, by Kathleen Dollard, 2004, Apress, ISBN: 1590591372.)  Discuss  (0)

Longhorn, Another New Possibility in .NET      
Contributed by Michael Youssef
Article Rating:starstarstarstarstar / 5
2004-09-07
 
.NETRecently, I received over 120 email messages asking me about Longhorn and what it's all about. Because I don't have enough time to reply to all these messages (sorry folks), I thought a better idea would be to write a brief article on Longhorn and how it will change the way everyone working in IT with Microsoft technologies must think. Although this new intelligent operating system won’t be released until at least 2006, it's not a bad idea for you, as a developer, to begin mapping your mind.  Discuss  (1)

Style Case Studies: Index Tables in Code Examples      
Contributed by Addison-Wesley/Prentice Hall PTR
Article Rating:starstarstarstarstar / 8
2004-09-01
 
Code ExamplesThis book evaluates style versus structure in C++ programming, emphasizing using the C++ standard library effectively. This item on index tables focuses on how to implement them not just effectively but exceptionally. (This book excerpt is from Exceptional C++ Style by Herb Sutter, ISBN 0201760428, copyright 2005. All rights reserved. It is reprinted with permission from Addison-Wesley Professional.)  Discuss  (1)

Who is this Whidbey Guy? in ASP.NET      
Contributed by Justin Cook
Article Rating:starstarstarstarstar / 3
2004-08-31
 
ASP.NETFor many of us, ASP.Net has signified a new era of application development. The more we learn and experience the power and productivity of ASP.Net, the more impressive it continues to be. But Microsoft has already identified areas where improvements can be made, and common routines can be 'componentized'. These improvements have been made and will be available to the world of developers in the next version of ASP.Net, code-named "Whidbey". There are some truly exciting developments coming our way, and this article is an introduction to few of them!  Discuss  (0)

Threading in Delphi for .NET in .NET      
Contributed by Xavier Pacheco
Article Rating:starstarstarstarstar / 3
2004-08-30
 
.NETSee these building blocks for writing applications that respond to user input during process-intensive tasks. Rick Ross of PILLAR Technology Group covers processes, threading, AppDomain, user interface issues and more. (From Delphi for .NET Developer's Guide by Xavier Pacheco, Sams, ISBN: 0-672-32443-1, 2004).  Discuss  (0)

Hardening Wireless LAN Connections, Part 2 in Windows Security      
Contributed by McGraw-Hill/Osborne
Article Rating:starstarstarstarstar / 5
2004-08-25
 
Windows SecurityThis part of the article "Hardening Wireless LAN Connections" covers four main wireless connection methods and how to configure them: WEP, WPA, WPA using RADIUS and VPNs. Also covered is how to harden Windows XP wireless clients. (From the book Hardening Network Infrastructure, by Wesley Noonan (McGraw-Hill/Osborne, ISBN 0072255021.)  Discuss  (0)

Introduction to ASP.NET in ASP.NET      
Contributed by O'Reilly Media
Article Rating:starstarstarstarstar / 13
2004-08-24
 
ASP.NETThis book in the Nutshell series covers the basics of the .NET development platform and new features in ASP.NET 1.1. The second edition includes bonus Visual Studio .NET add-in. This chapter is from the book, ASP.NET in a Nutshell, by G. Andrew Duthie and Matthew MacDonald, O'Reilly Media, 2004, ISBN: 0596005202.  Discuss  (0)

Game Development of .Nettrix: GDI+ and Collision Detection in .NET      
Contributed by Apress Publishing
Article Rating:starstarstarstarstar / 4
2004-08-23
 
.NETThis chapter introduces the basic concepts of GDI+, the extended library for native graphic operations on Windows systems, and discuss one of the most important aspects of game development: collision detection algorithms. (From the book Beginning .NET Game Programming in C# by David Weller, et al., Apress, 2004, ISBN: 1590593197.)  Discuss  (1)

Blog Corner

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

FireFox use nears 17 percent of browser use

By: J.C (Knight)
Posted: Yesterday @ 04:00 pm EST
Rating: starstarstarstarstar
Open Source

Amazing! Before a full release has even been reached, 1 out 6 of technical users have already switched! More  (0)
How Many Music Stores Can the 'Net Hold?

By: DMOS (Plant Food)
Posted: Yesterday @ 03:00 pm EST
Rating: starstarstarstarstar
Software

With the addition of both Microsoft and XM Radio to a list that includes Apple, Real, Napster, as well as Yahoo (through their purchase of MusicMatch), Walmart, buy.com... how are all of these going to survive? More  (1)
Theres a price on spammers heads

By: Rich (The BLOG Father)
Posted: Yesterday @ 02:00 pm EST
Rating: starstarstarstarstar
Law

What would it take to get someone to turn in one of those spammers who send millions of unwanted e-mails? At least $100,000, the Federal Trade Commission figures. More  (1)
Hearing without using your ears

By: Rich (The BLOG Father)
Posted: Yesterday @ 01:00 pm EST
Rating: starstarstarstarstar
Wow

Bone-conduction technology has long been used in hearing aids and other products for the hearing impaired, as well as in military headsets. Recently, several commercial companies have embraced it for products aimed at the general public. More  (0)
OLED on the way

By: DMOS (Plant Food)
Posted: Yesterday @ 12:00 pm EST
Rating: starstarstarstarstar
Hardware

I think I mentioned this way back when, but LCD isn't the be all and end all of flat panel displays. More  (4)
Graphical Instant Messaging

By: Rich (The BLOG Father)
Posted: Yesterday @ 11:00 am EST
Rating: starstarstarstarstar
Software

Two new services aim to change the way we currently view instant messaging. One being an actual three-dimensional chatroom (IMVU), and the second being AOL Instant Messenger's 3D SuperBuddy Icons. More  (0)
Spinach May Soon Power Mobile Devices

By: Neutron (Plant Food)
Posted: Yesterday @ 10:00 am EST
Rating: starstarstarstarstar
Wow

For the first time, MIT researchers have incorporated a plant's ability to convert sunlight to energy into a solid-state electronic "spinach sandwich" device that may one day power laptops and cell phones. More  (1)
Instant weight-loss, guaranteed!

By: J.C (Knight)
Posted: Yesterday @ 09:17 am EST
Rating: starstarstarstarstar
Wow

Got $3G kickin around? You may just be able to buy yourself a small amount of weightlessness. More  (0)
Blogs Clog the Net

By: Gnorb (Resident of Valhalla)
Posted: 09-16-04 @ 05:00 pm EST
Rating: starstarstarstarstar
SEO

RSS feeds are at the center of a battle between MSDN and bloggers. The problem? Net congestion. The solution? Neglected portions of the good ol' HTTP. How is RSS affecting you? Does it kill your network bandwidth? More  (0)
People on Mars in 30 Years

By: Gnorb (Resident of Valhalla)
Posted: 09-16-04 @ 04:00 pm EST
Rating: starstarstarstarstar
Wow

That is, of couse, if our little Java-powered rovers can find water. Then there's the problem of the mutation inducing deadly radiation, but we'll cross that bridge when we get there. More  (0)
Microsoft Might Sue OpenOffice Users

By: Gnorb (Resident of Valhalla)
Posted: 09-16-04 @ 03:00 pm EST
Rating: starstarstarstarstar
Law

Patent infringements? That's what the buzz is in the Microsoft camp when it comes to OpenOffice. MS can't sue Sun for this, as part of their recent kiss and make up session, but Sun has to help MS bring "justice" to OpenOffice licensees. More  (2)
Passwords on a Chip

By: Gnorb (Resident of Valhalla)
Posted: 09-16-04 @ 02:00 pm EST
Rating: starstarstarstarstar
Security

IBM will start to ship notebooks that keep passwords on silicon chips. Is supposed to be for security, but why is this more secure? More  (0)
Bush Manipulating Science?

By: Gnorb (Resident of Valhalla)
Posted: 09-16-04 @ 01:00 pm EST
Rating: starstarstarstarstar
Wow

That's just one of the questions tackled by "Nature" in a recent set of articles detailing where Bush and Kerry stand on certain issues. You can also see their answers to 15 questions given to each. More  (0)
School Recants Filters

By: Gnorb (Resident of Valhalla)
Posted: 09-16-04 @ 12:00 pm EST
Rating: starstarstarstarstar
Wow

The University of Texas has dropped filters they've had up and running preventing the viewing of porn. "People do study pornography for academic purposes." More  (1)
Torvalds Wins Economic Innovation Award

By: Gnorb (Resident of Valhalla)
Posted: 09-16-04 @ 11:00 am EST
Rating: starstarstarstarstar
Open Source

"He recently described his role within Linux as similar to a shepherd, but herding cats rather than sheep." Ouch. At least he's helped re-create the economics of software. Not bad for your first 40 years on this planet. More  (0)


Click here for details!
Scripts.com
ASP Free - Your Source For ASP Source Code and More...
Web Hosting
 
» Dynamic Link Libraries Inside-Out in: Code Examples
 
» Securing and Administering Access in: Microsoft Access
 
» Applying XSLT to XML Using ASP.NET in: XML
 
 
Get This For Your Site!
Dev Shed - The Open Source Web Development Site
$2.99 Web Hosting
 
» Building a Complete Website using the Template Toolkit in: Perl
 
» Connect Lotus Domino Server through Standalone Application with CORBA in: Administration
 
» Common Attacks in Apache in: Apache
 
 
Get This For Your Site!
Dev Articles - Your Multi-Platform Development Source
#1 BEST WEB HOSTING 2004
 
» Photoshop Tricks, Part 2 in: Photoshop
 
» Start Your Own Internet TV Show in: Web Authoring
 
» An Introduction to XML in: XML
 
 
Get This For Your Site!
Dev Hardware - Your Home for Hardware Resources
Domains Web Hosting
 
» Arctic Cooling ATI and NV Silencers in: Cooling
 
» Gainward Hollywood@Home SoundXplosion Pack Review in: Sound Cards
 
» Extending the Blackberry in: Handhelds
 
 
Get This For Your Site!
SEO Chat - Search Engine Optimization
DEDICATED HOSTING
 
» Blogs as Excellent Public Relations Tools in: Promotion
 
» Trim the Fat: Maintain Your Website's Focus in: Promotion
 
» Locking In on Keywords in: Choosing Keywords
 
 
Get This For Your Site!
Developer Shed Blog - Technical Professionals Discuss Todays Topics...
Recommended ASP/.NET Host
 
» FireFox use nears 17 percent of browser use - Discuss
 
» How Many Music Stores Can the `Net Hold? - Discuss
 
» Theres a price on spammers heads - 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) ASP Free hosted by HostwaySupport