RIA & Web Sample code from Developer Fusion https://www.developerfusion.com/t/ria/code/ RIA & Web Sample code from Developer Fusion http://www.rssboard.org/rss-specification en-GB Wed, 19 Jul 2006 08:53:00 GMT Debugging client JavaScript in VS 2005 Short guide how to debug client JavaScript in VS 2005. http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ http://www.developerfusion.com/code/5918/debugging-client-javascript-in-vs-2005/ Wed, 19 Jul 2006 08:53:00 GMT Jimmy Skowronski The AJAX "Top 5" security tips 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. http://www.developerfusion.com/code/5802/the-ajax-top-5-security-tips/ http://www.developerfusion.com/code/5802/the-ajax-top-5-security-tips/ Wed, 14 Jun 2006 08:04:00 GMT Moe Tarhini Interacting with TinyPic from C# 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. http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ http://www.developerfusion.com/code/5717/interacting-with-tinypic-from-c/ Sat, 20 May 2006 02:00:00 GMT Fernando Sanchez Developing your first Visual WebGui application An introduction to Visual WebGui through a sample application. http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ http://www.developerfusion.com/code/5639/developing-your-first-visual-webgui-application/ Sat, 29 Apr 2006 15:57:00 GMT Guy Peled Visual WebGui a unique approach to AJAX development 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". http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ http://www.developerfusion.com/code/5638/visual-webgui-a-unique-approach-to-ajax-development/ Sat, 29 Apr 2006 15:45:00 GMT Guy Peled Validate Phone or Fax Number This is a small javascript function that can be used to validate a phone or fax number. http://www.developerfusion.com/code/5629/validate-phone-or-fax-number/ http://www.developerfusion.com/code/5629/validate-phone-or-fax-number/ Wed, 26 Apr 2006 14:14:00 GMT Pradip Patel Uploading Files Using ASP.NET 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. http://www.developerfusion.com/code/5449/uploading-files-using-aspnet/ http://www.developerfusion.com/code/5449/uploading-files-using-aspnet/ Mon, 27 Feb 2006 17:30:00 GMT Man from Mars CSS Positioning Within a Container 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. http://www.developerfusion.com/code/5405/css-positioning-within-a-container/ http://www.developerfusion.com/code/5405/css-positioning-within-a-container/ Sat, 18 Feb 2006 12:44:00 GMT Trenton Moss Centre Aligning a Block Element Learn how to have a fixed width layout website, and the content floated in the middle of the screen, with pre IE 6 compatability. http://www.developerfusion.com/code/5404/centre-aligning-a-block-element/ http://www.developerfusion.com/code/5404/centre-aligning-a-block-element/ Sat, 18 Feb 2006 12:41:00 GMT Trenton Moss Image replacement technique 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. http://www.developerfusion.com/code/5403/image-replacement-technique/ http://www.developerfusion.com/code/5403/image-replacement-technique/ Sat, 18 Feb 2006 12:37:00 GMT Trenton Moss CSS font shorthand rule Learn how to shorten those CSS font rules. http://www.developerfusion.com/code/5342/css-font-shorthand-rule/ http://www.developerfusion.com/code/5342/css-font-shorthand-rule/ Thu, 02 Feb 2006 16:05:00 GMT Trenton Moss Building an 'AJAX' ProgressBar in Atlas Learn how to write a basic, client-side Atlas progress bar, and download the source code. http://www.developerfusion.com/code/5340/building-an-ajax-progressbar-in-atlas/ http://www.developerfusion.com/code/5340/building-an-ajax-progressbar-in-atlas/ Thu, 02 Feb 2006 15:45:00 GMT Wilco Bauwer Url Rewriting with Regex for ASP.NET 2.0 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. http://www.developerfusion.com/code/5302/url-rewriting-with-regex-for-aspnet-20/ http://www.developerfusion.com/code/5302/url-rewriting-with-regex-for-aspnet-20/ Sun, 29 Jan 2006 11:16:00 GMT Xavier Larrea Applying XSL transformations to XML in .NET A simple demonstration of how to apply an XSL transformation to an XML file and save the output using .NET http://www.developerfusion.com/code/5247/applying-xsl-transformations-to-xml-in-net/ http://www.developerfusion.com/code/5247/applying-xsl-transformations-to-xml-in-net/ Thu, 19 Jan 2006 09:17:00 GMT Krishnan VB.NET Stylise Your Forms like you would with CSS on a webpage How to Programatically change properties of all the controls on your form. http://www.developerfusion.com/code/5246/vbnet-stylise-your-forms-like-you-would-with-css-on-a-webpage/ http://www.developerfusion.com/code/5246/vbnet-stylise-your-forms-like-you-would-with-css-on-a-webpage/ Thu, 19 Jan 2006 06:32:00 GMT phill Printing with formatting in VB.NET 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. http://www.developerfusion.com/code/5232/printing-with-formatting-in-vbnet/ http://www.developerfusion.com/code/5232/printing-with-formatting-in-vbnet/ Tue, 17 Jan 2006 21:27:00 GMT Jereme Guenther Using ASHX files to retrieve DB images Learn how to use the little-known Http Handler functionality of ASP.NET to serve images from a database. http://www.developerfusion.com/code/5223/using-ashx-files-to-retrieve-db-images/ http://www.developerfusion.com/code/5223/using-ashx-files-to-retrieve-db-images/ Sun, 15 Jan 2006 12:37:00 GMT Harry Pierson How to disable all elements on a form 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. http://www.developerfusion.com/code/5200/how-to-disable-all-elements-on-a-form/ http://www.developerfusion.com/code/5200/how-to-disable-all-elements-on-a-form/ Wed, 11 Jan 2006 23:32:00 GMT Edward Tanguay Trimming form fields 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! http://www.developerfusion.com/code/5182/trimming-form-fields/ http://www.developerfusion.com/code/5182/trimming-form-fields/ Mon, 09 Jan 2006 22:06:00 GMT Andy Clarke Generate an Image of a Web Page Demonstrates how to fetch images and thumbnails of web pages using a hidden web browser control. http://www.developerfusion.com/code/4712/generate-an-image-of-a-web-page/ http://www.developerfusion.com/code/4712/generate-an-image-of-a-web-page/ Fri, 22 Jul 2005 15:50:00 GMT Alan Dean