JavaScript Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/javascript/tutorials/sort/popularity/ JavaScript Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Thu, 24 Feb 2011 12:41:00 GMT C# 4.0 goes dynamic - a step too far? Is C# in danger of too much change? Mike James ponders the implications of dynamic types in C http://www.developerfusion.com/article/9789/c-40-goes-dynamic-a-step-too-far/ http://www.developerfusion.com/article/9789/c-40-goes-dynamic-a-step-too-far/ Thu, 12 Feb 2009 13:54:00 GMT Mike James Introducing Visual Studio .NET 2008 - Top 10 Features After a long beta period, Visual Studio .NET 2008 is finally on general release. There are a ton of new features and enhancements in this release that make it almost a no-brainer to upgrade - I thought I’d take a moment and list my top ten favorites in no particular order. http://www.developerfusion.com/article/7633/introducing-visual-studio-net-2008-top-10-features/ http://www.developerfusion.com/article/7633/introducing-visual-studio-net-2008-top-10-features/ Wed, 26 Mar 2008 20:59:00 GMT Mark Smith SharePoint 2010 for Developers - What’s New? ASP.NET 2.0 came to SharePoint in 2007 but the development story left us wanting more. Sahil reports on the improvements in SharePoint 2010. http://www.developerfusion.com/article/92338/sharepoint-2010-for-developers-whats-new/ http://www.developerfusion.com/article/92338/sharepoint-2010-for-developers-whats-new/ Fri, 14 Jan 2011 12:31:00 GMT Sahil Malik Lessons learned writing AJAX applications We’re all familiar these days with the Ajax buzz word – but while it’s relatively simple to use these browser technologies to implement a specific feature in an individual page, it is much more complex to build an entire application according to the Ajax paradigm. This article offers a brief overview of a few aspects you might want to take into account for building successful applications. http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ Wed, 02 Feb 2011 18:35:00 GMT Dino Esposito Regular expressions in C# - the director's cut If you think regular expressions are trivial and boring, Mike James reveals that in .NET they are amazing powerful and not to be missed. http://www.developerfusion.com/article/84524/deep-c-regular-expressions-8211-the-director8217s-cut/ http://www.developerfusion.com/article/84524/deep-c-regular-expressions-8211-the-director8217s-cut/ Thu, 23 Sep 2010 10:58:00 GMT Mike James Improving Web Site Performance and Scalability while saving money Learn the tools and techniques that can dramatically improve performance for a web site, while saving money by reducing server load and bandwidth requirements. http://www.developerfusion.com/article/96020/improving-web-site-performance-and-scalability-while-saving-money/ http://www.developerfusion.com/article/96020/improving-web-site-performance-and-scalability-while-saving-money/ Fri, 11 Feb 2011 13:07:00 GMT Robert Boedigheimer SLOBbing about with .NET Persisting objects is all about SLOB (serialized large objects), or so says Dave Wheeler who explains how it's now all so much easier. http://www.developerfusion.com/article/84431/slobbing-about-with-net/ http://www.developerfusion.com/article/84431/slobbing-about-with-net/ Mon, 22 Nov 2010 12:26:00 GMT Dave Wheeler First class functions in JavaScript Ian Elliot continues to mine for hidden information relating to JavaScript. http://www.developerfusion.com/article/84433/first-class-functions/ http://www.developerfusion.com/article/84433/first-class-functions/ Mon, 22 Nov 2010 12:20:00 GMT Ian Elliot The Future of the Web: HTML5 Let’s get this one cleared up in the first sentence, no you don’t have to wait until 2022 to start using HTML 5! None of that really matters to web developers, what should matter to us is when our users’ browsers support a given feature we are interested in utilizing. http://www.developerfusion.com/article/112678/the-future-of-the-web-html5/ http://www.developerfusion.com/article/112678/the-future-of-the-web-html5/ Thu, 24 Feb 2011 12:41:00 GMT Robert Boedigheimer Implementing AJAX in ASP.NET Asynchronous JavaScript and XML (AJAX) has recently become the craze thanks, in no small part, to Google’s usage of it in Google Suggest as well as Google Maps. Karl looks at how it works, and how we can implement it in ASP.NET using a free AJAX.NET wrapper. http://www.developerfusion.com/article/4704/implementing-ajax-in-aspnet/ http://www.developerfusion.com/article/4704/implementing-ajax-in-aspnet/ Mon, 27 Jun 2005 10:29:00 GMT Karl Seguin Game development using Silverlight 2 Implementing a game using Silverlight is a good way to learn its more advanced aspects. Dave Wheeler shows us how, and has some fun on the way. http://www.developerfusion.com/article/8316/game-development-using-silverlight-2/ http://www.developerfusion.com/article/8316/game-development-using-silverlight-2/ Fri, 17 Oct 2008 18:59:00 GMT Dave Wheeler Have you seen the Silverlight? So you want fancy, sexy streaming media in the UI? And you want cool animations, fancy glow-in-the-dark buttons and decent, scalable vector graphics? And you want to run your application in a browser on both Windows and Mac OSX? If you’re already reaching for your copy of How to Wow with Flash, stop. There’s a new kid muscling onto the somewhat crowded Rich Interactive Application (RIA) block, and it’s coming from Microsoft. http://www.developerfusion.com/article/7087/have-you-seen-the-silverlight/ http://www.developerfusion.com/article/7087/have-you-seen-the-silverlight/ Mon, 17 Sep 2007 20:49:00 GMT Dave Wheeler Inside ASP.NET AJAX back end services Most of the emphasis with AJAX is on how to perform an asynchronous update at the client. Dino Esposito considers the other end of the connection – how exactly does the server provide the data that the client needs? http://www.developerfusion.com/article/7437/inside-aspnet-ajax-back-end-services/ http://www.developerfusion.com/article/7437/inside-aspnet-ajax-back-end-services/ Sat, 26 Jan 2008 13:30:00 GMT Dino Esposito Prototypes in JavaScript Ian Elliot reveals another gem in the JavaScript collection, and how to use its prototype feature http://www.developerfusion.com/article/84521/prototypes/ http://www.developerfusion.com/article/84521/prototypes/ Mon, 28 Jun 2010 21:14:00 GMT Ian Elliot AOP in JavaScript using Humax Framework In this article, I've explained how can we design our client side application with aspect-oriented approach along with object-oriented approach using the open source web framework "Humax". http://www.developerfusion.com/article/7342/aop-in-javascript-using-humax-framework/ http://www.developerfusion.com/article/7342/aop-in-javascript-using-humax-framework/ Sat, 26 Jan 2008 13:11:00 GMT M Sheik Uduman Ali Locking the Door behind You: Hacker Protection for Your Web Applications Your Web applications can be the most important and most vulnerable entry point into your organization, and, as such, ensuring adequate hacker protection in your Web applications can be critical. This article discusses some of the issues. http://www.developerfusion.com/article/5381/locking-the-door-behind-you-hacker-protection-for-your-web-applications/ http://www.developerfusion.com/article/5381/locking-the-door-behind-you-hacker-protection-for-your-web-applications/ Tue, 14 Feb 2006 20:59:00 GMT Caleb Sima Creating a Generic Site-To-Rss Tool I’ll show how to use regular expressions to parse a Web page’s HTML text into manageable chunks of data. That data will be converted and written as an RSS feed for the whole world to consume. Finally, I’ll show how to create a generic tool that enables you to automatically generate an RSS feed from any website, given a small group of parameters. http://www.developerfusion.com/article/4415/creating-a-generic-sitetorss-tool/ http://www.developerfusion.com/article/4415/creating-a-generic-sitetorss-tool/ Tue, 10 Feb 2004 07:21:00 GMT Roy Osherove Introduction to Microsoft's .NET Platform ASP.NET is not just another upgrade or the next version of ASP. It is a unified web development platform that provides necessary services for developers to build Enterprise Web based Applications. ASP.NET allows you to use a full featured programming language such as C# or VB.NET to build web applications easily. http://www.developerfusion.com/article/3684/introduction-to-microsofts-net-platform/ http://www.developerfusion.com/article/3684/introduction-to-microsofts-net-platform/ Tue, 01 Jul 2003 00:00:00 GMT Nakul Goyal Simple DOM Access The Simple DOM Access (SDA) provide a very abstract perspective for interacting with an xml structure. In this tutorial, David demonstrates how to use the Microsoft XMLDOM ActiveX object and JavaScript to provide simple DOM access to an XML document. http://www.developerfusion.com/article/2077/simple-dom-access/ http://www.developerfusion.com/article/2077/simple-dom-access/ Wed, 27 Feb 2002 14:07:00 GMT David Nishimoto Extensible Markup Language (XML) Tutorial An introduction to the basics of XML, covering attributes, elements, document type definitions and XSL stylesheets. http://www.developerfusion.com/article/3802/extensible-markup-language-xml-tutorial/ http://www.developerfusion.com/article/3802/extensible-markup-language-xml-tutorial/ Fri, 27 Jun 2003 15:35:00 GMT Gez Lemon