The Wayback Machine - https://web.archive.org/web/20090214112201/http://www.devarticles.com/
 
 
       Dev Articles
  Programming Help, Web Design Help, CSS Help - Hosted by Hostway
PHP PROGRAMMING

The Resource-Oriented Architecture in Action in Web Services
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-02-12
 
In this third part of a four-part article series on the resource-oriented architecture, you will learn how servers figure out which resource a client wants, the four basic things you can do to a resource online, and more. This article is excerpted from chapter four of the book RESTful Web Services, written by Leonard Richardson and Sam Ruby (O'Reilly, 2008; ISBN: 0596529260). Copyright � 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


jQuery Overview in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-02-11
 
For those of you who haven�t heard of jQuery, or have heard of it but haven�t had a chance to give it a go, this article aims to show you why it is one of the best of the plethora of JavaScript libraries available to make your life as a developer easier. Read on to find out more.


Constructing a Multi-Column Online Form with the Ext JS Framework in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-02-10
 
Welcome to the third article in a series that shows you how to build dynamic web forms with the Ext JS framework. This series walks you through the development of different dynamic online forms using the Ext JS package, so you can start including them in your own web sites.  Discuss (1)


Handling Images in a 3D Table Image Gallery in HTML
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-02-09
 
Welcome to the second part of a three-part article on building an image gallery in a 3D HTML table. With an image gallery, it is natural that viewers may want to maximize certain images for closer examination, and then restore them to their original size. This article will show you how to add this feature and others to your gallery.


Features of the Resource-Oriented Architecture in Web Services
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-02-05
 
In this second part of a four-part series on Representational State Transfer (REST), you will learn about two of the most important features of the Resource-Oriented Architecture (ROA). This article is excerpted from chapter four of the book RESTful Web Services, written by Leonard Richardson and Sam Ruby (O'Reilly, 2008; ISBN: 0596529260). Copyright � 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


Using XSL Formatting Objects in XML
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-02-04
 
If you need to format content not just for web pages, but for pages that will actually be printed out, keep reading. There is a technology called XSL Formatting Objects that can help you get the job done. In this article, we'll explain how to use it to format your content appropriately.


Grouping Field Sets on Dynamic Web Forms with the Ext JS Framework in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-02-03
 
In the first part of this series, I showed you how to build a simple dynamic web form with the Ext JS framework. The form performed basic client-side validation on some of its fields. In this second part of a five-part series, I'm going to show you how to build a more complex form with this framework, capable of more sophisticated behavior.  Discuss (1)


Building an Image Gallery in a 3D HTML Table in HTML
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2009-02-02
 
This article aims to show you how you can use an HTML three-dimensional table as a picture gallery. The HTML specification does not specify a 3D HTML table. However, you can create one, as I've discussed in a previous article. You will also need basic knowledge of database tables, HTML, DOM and JavaScript. This article is the first part of a three-part series.  Discuss (2)


The Resource-Oriented Architecture in Web Services
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-01-29
 
If you have an interest in building web sites that can be used by machines, keep reading. In this four-part article series, you'll learn about the architecture behind Representational State Transfer (REST) and how to make use of it. It is excerpted from chapter four of the book RESTful Web Services, written by Leonard Richardson and Sam Ruby (O'Reilly, 2008; ISBN: 0596529260). Copyright � 2008 O'Reilly Media, Inc. All rights reserved. Used with permission from the publisher. Available from booksellers or direct from O'Reilly Media.  Discuss (1)


Programming MSFlexGrid in MFC (VC++) in C++
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-01-28
 
Representation of data is one the central aspects of any application. Tabular representation of data is the most common method of representing given data. Each language/framework provides its own technique, in the form of controls, to present data in tabular format. MFC (Microsoft Foundation Classes) is no exception. One of the controls that it provides is the MSFlexGrid control.


Building Dynamic Web Forms with the Ext JS Framework in JavaScript
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2009-01-27
 
If you do any programming in JavaScript for the web, you've probably heard about a number of third-party libraries that can make your life a lot easier. This five-part series will introduce you to Ext JS, one of the more versatile frameworks. You'll be amazed at how much you can accomplish with it.  Discuss (1)


Finding Values and More with Web Page Dialog Boxes in HTML
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-01-26
 
In this conclusion to a five-part series, we'll wrap up our discussion of what you can do with web page dialog boxes. Among other things, we include some tips you'll need to keep in mind when you include web page dialog boxes in your commercial projects.


More Schematron Features in XML
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-01-22
 
In my last two articles, I covered the basics of Schematron�enough of it to create a basic schema with assertions, rules and patterns. However, there is more to Schematron than was covered in those articles, and some of Schematron's other features are very useful and worth mentioning. In this article, we'll take a look at more of Schematron's features, delving deeper into the Schematron schema language.


Adding Headers and Footers with DIV-Based CSS Tables in Style Sheets
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 2
2009-01-21
 
Welcome to the concluding article of a four-part series on creating DIV-based CSS tables. In previous parts, you learned how to construct some basic web page layouts made up of two and three columns with the help of CSS tables. In this article, you will learn how to add header and footer sections to these layouts.  Discuss (1)


More Tricks with Web Page Dialog Boxes in HTML
     
Rating: 5 stars5 stars5 stars5 stars5 stars / 1
2009-01-20
 
In this fourth part of a five-part series that details some of the things you can do with web page dialog boxes, you will learn how to change and add content to the immediate parent box, add a row to a parent dialog box, and much more.

DEV ARTICLES RESOURCES


TECHNEWS TV
Click Audio or Video to get Podcast
DEVELOPER SHED SPONSORS
 

Brand New IBM Developer Knowledge Center
IBM Developer Knowledge Center on Developer ShedThe Developer Shed Network is proud to announce a brand new, IBM® developerWorks™ Developer Knowledge Center. Now, you can find new resources for FREE eKits, Tutorials, Webcasts, Trial Downloads and become part of a growing network of developers. Take advantage of this new and growing resource center today!

IBM � Taking Web 2.0 to Work
You'll get answers to many questions and more from David Barnes, Lead Evangelist for IBM Emerging Internet Technologies. David will discuss aspects of Web 2.0 that bring value to corporations, academia, and government. He'll also discuss IBM's vision around Web 2.0, including the importance of remixability and consumability. The discussion will culminate with examples of various IBM Software Group solutions you can use to get ahead of the Web 2.0 adoption curve.

Be the first to hear about i5/OS V6R1!
Hold your calendar on January 30, 2008 for this free webcast on the new i5/OS. Rational's Enterprise Modernization products will be discussed at this webcast as they help to drive the application development environment for this new System i OS.
And learn how i5/OS will take you to the next step of efficient, resilient business processing. You will hear about the new i5/OS capabilities as it will be the most significant i5/OS release in years. If you cannot join the webcast on 1/30/08 you can still use this link to listen to the replay.

Read SunQuest Chronicles and Win Prizes
Book of DestinyRead and play along with our adventurer as he quests for the Ruby of Destiny in our choose-your-own-adventure style minibook- SunQuest Chronicles: Ruby of Destiny. As our brave hero faces different thrills and adventures, you control his actions and ultimately decide his fate.
Should he fool the witch or kill her? Can you make it to the end?
Or is failure your destiny...
So what are you waiting for? Come on in...if you dare.

NetBeans IDE 6.1
The Only IDE You Need
The NetBeans(TM) IDE is a free, open-source Integrated Development Environment for software developers. You get all the tools you need to create professional desktop, enterprise, web, and mobile applications with the Java language, C/C++, and Ruby. NetBeans IDE is easy to install and use straight out of the box and runs on many platforms, including Windows, Linux, Mac OS X, and Solaris.


 
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of d....

 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can....

 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates stren....

 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing....

 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. I....

 





© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway
Stay green...Green IT