New devices get invented fast and it is our job as developers to be able to accommodate for those changes and new devices. Learn about Responsive design.
Latest HTML Articles
Using JavaScript to Work with The Document Object Model — Part I
Discover the basics of the W3C DOM and learn how to use JavaScript to transverse the nodes within it. (Javascript)
Using Gradient Shading in Web Pages
Cascading Style Sheets have all kinds of filters that add neat effects to your Web pages. Learn how the gradient filter adds gradient coloring.
FAQ: How to Open a URL or Send an E-Mail from a VB Application
Open a URL or send an e-mail with a click of a button from within a VB application.
Write an FTP Client with VB.NET to Bridge Legacy Software
Paul Kimmel gives you all you need to write a complete implementation of an FTP client in managed code. Once you create a socket and an IPEndPoint, and decipher the data you will receive from the other end point, you are well on your way to writing connected software.
HTML Syntax Highlighting
Create a usercontrol that can be added to a form to provide HTML syntax highlighting in a RichTextBox. (Added: 2-May-1999)
Latest Developer Videos
More...Latest CodeGuru Developer Columns
Comparing the stdio and iostream C++ Libraries
It's essential to know the differences in these libraries and use them correctly. This brief tutorial will guide you.

Reading Stack Overflow Information
The Stack Overflow site has useful tools. Use C# to access them more readily.

Using SQL Common Table Expressions to Improve VB Queries
Using SQL commands through your Visual Basic programming isn't difficult once you understand the basics.

Load Testing: SLA First
Here are some guidelines to make implementing load testing easier and more likely to be well received by your team.