https://www.developerfusion.com/t/ria/code/ RIA & Web Sample code from Developer Fusion 2006-07-19T08:53:00.00Z http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ Debugging client JavaScript in VS 2005 2006-07-19T08:53:00.00Z Short guide how to debug client JavaScript in VS 2005. Jimmy Skowronski http://www.developerfusion.com/code/5802/the-ajax-top-5-security-tips/ The AJAX "Top 5" security tips 2006-06-14T08:04:00.00Z There is no doubt that AJAX and AJAX-style technologies are the way forward for web design. Developers can create true "applications" on the web like never before - however care needs to be taken with AJAX, in order to keep web sites secure. Moe Tarhini http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ Interacting with TinyPic from C# 2006-05-20T02:00:00.00Z The following tutorial will demonstrate how to interact with http://tinypic.com, an image mirroring service, directly from a C# application using the WebRobot component. Fernando Sanchez http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Developing your first Visual WebGui application 2006-04-29T15:57:00.00Z An introduction to Visual WebGui through a sample application. Guy Peled http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ Visual WebGui a unique approach to AJAX development 2006-04-29T15:45:00.00Z Visual WebGui is not just another AJAX framework but rather a different approach to web application development, specially designed to simplify building highly complex applications like Outlook Web Access (OWA). Visual WebGui makes it possible for developers to create applications that were previously developed only by the "big guys". Guy Peled http://www.developerfusion.com/code/5629/validate-phone-or-fax-number/ Validate Phone or Fax Number 2006-04-26T14:14:00.00Z This is a small javascript function that can be used to validate a phone or fax number. Pradip Patel http://www.developerfusion.com/code/5449/uploading-files-using-aspnet/ Uploading Files Using ASP.NET 2006-02-27T17:30:00.00Z No need of third party components to upload your files. It is so easy to upload files in ASP.NET using just 3 lines of code. Man from Mars http://www.developerfusion.com/code/5405/css-positioning-within-a-container/ CSS Positioning Within a Container 2006-02-18T12:44:00.00Z One of the best things about CSS is that you can position an object absolutely anywhere you want in the document. It's also possible (and often desirable) to position objects within a container. It's simple to do too. Trenton Moss http://www.developerfusion.com/code/5404/centre-aligning-a-block-element/ Centre Aligning a Block Element 2006-02-18T12:41:00.00Z Learn how to have a fixed width layout website, and the content floated in the middle of the screen, with pre IE 6 compatability. Trenton Moss http://www.developerfusion.com/code/5403/image-replacement-technique/ Image replacement technique 2006-02-18T12:37:00.00Z It's always advisable to use regular HTML markup to display text, as opposed to an image. Doing so allows for a faster download speed and has accessibility benefits. However, if you've absolutely got your heart set on using a certain font and your site visitors are unlikely to have that font on their computers, then really you've got no choice but to use an image. Trenton Moss http://www.developerfusion.com/code/5342/css-font-shorthand-rule/ CSS font shorthand rule 2006-02-02T16:05:00.00Z Learn how to shorten those CSS font rules. Trenton Moss http://www.developerfusion.com/code/5340/building-an-ajax-progressbar-in-atlas/ Building an 'AJAX' ProgressBar in Atlas 2006-02-02T15:45:00.00Z Learn how to write a basic, client-side Atlas progress bar, and download the source code. Wilco Bauwer http://www.developerfusion.com/code/5302/url-rewriting-with-regex-for-aspnet-20/ Url Rewriting with Regex for ASP.NET 2.0 2006-01-29T11:16:00.00Z A new feature in ASP.NET 2.0 is it's built-in url rewriting support. When i looked into this new feature I found that it lacked regular expressions support, which is really the point of an Url Mapper. So, this code demonstrates how to create a Url Rewriting Module with Regex support in ASP.NET. Xavier Larrea http://www.developerfusion.com/code/5247/applying-xsl-transformations-to-xml-in-net/ Applying XSL transformations to XML in .NET 2006-01-19T09:17:00.00Z A simple demonstration of how to apply an XSL transformation to an XML file and save the output using .NET Krishnan http://www.developerfusion.com/code/5246/vbnet-stylise-your-forms-like-you-would-with-css-on-a-webpage/ VB.NET Stylise Your Forms like you would with CSS on a webpage 2006-01-19T06:32:00.00Z How to Programatically change properties of all the controls on your form. phill http://www.developerfusion.com/code/5232/printing-with-formatting-in-vbnet/ Printing with formatting in VB.NET 2006-01-17T21:27:00.00Z This code demonstrates how to print formatted text using VB.NET, with a a printing class which allows text to be formatted at the character level. Jereme Guenther http://www.developerfusion.com/code/5223/using-ashx-files-to-retrieve-db-images/ Using ASHX files to retrieve DB images 2006-01-15T12:37:00.00Z Learn how to use the little-known Http Handler functionality of ASP.NET to serve images from a database. Harry Pierson http://www.developerfusion.com/code/5200/how-to-disable-all-elements-on-a-form/ How to disable all elements on a form 2006-01-11T23:32:00.00Z You almost always want to have your form to be disabled as soon as the user pressed the submit button so that the user doesn't accidently submit the form twice. Here's how. Edward Tanguay http://www.developerfusion.com/code/5182/trimming-form-fields/ Trimming form fields 2006-01-09T22:06:00.00Z Web forms often ask visitors for non-essential information, but long and complicated forms can seriously hinder the e-commerce sales process. Wouldn't it be cool to give users the option to hide these optional fields at their own discretion, and with a clever use of Javascript, the DOM and some CSS we can! Andy Clarke http://www.developerfusion.com/code/4712/generate-an-image-of-a-web-page/ Generate an Image of a Web Page 2005-07-22T15:50:00.00Z Demonstrates how to fetch images and thumbnails of web pages using a hidden web browser control. Alan Dean