https://www.developerfusion.com/t/javascript/tutorials/sort/popularity/ JavaScript Tutorials & Articles from Developer Fusion 2011-02-24T12:41:00.00Z http://www.developerfusion.com/article/9789/c-40-goes-dynamic-a-step-too-far/ C# 4.0 goes dynamic - a step too far? 2009-02-12T13:54:00.00Z Is C# in danger of too much change? Mike James ponders the implications of dynamic types in C Mike James http://www.developerfusion.com/article/7633/introducing-visual-studio-net-2008-top-10-features/ Introducing Visual Studio .NET 2008 - Top 10 Features 2008-03-26T20:59:00.00Z 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. Mark Smith http://www.developerfusion.com/article/92338/sharepoint-2010-for-developers-whats-new/ SharePoint 2010 for Developers - What’s New? 2011-01-14T12:31:00.00Z 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. Sahil Malik http://www.developerfusion.com/article/94426/lessons-learned-writing-ajax-applications/ Lessons learned writing AJAX applications 2011-02-02T18:35:00.00Z 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. Dino Esposito http://www.developerfusion.com/article/84524/deep-c-regular-expressions-8211-the-director8217s-cut/ Regular expressions in C# - the director's cut 2010-09-23T10:58:00.00Z If you think regular expressions are trivial and boring, Mike James reveals that in .NET they are amazing powerful and not to be missed. Mike James http://www.developerfusion.com/article/96020/improving-web-site-performance-and-scalability-while-saving-money/ Improving Web Site Performance and Scalability while saving money 2011-02-11T13:07:00.00Z Learn the tools and techniques that can dramatically improve performance for a web site, while saving money by reducing server load and bandwidth requirements. Robert Boedigheimer http://www.developerfusion.com/article/84431/slobbing-about-with-net/ SLOBbing about with .NET 2010-11-22T12:26:00.00Z Persisting objects is all about SLOB (serialized large objects), or so says Dave Wheeler who explains how it's now all so much easier. Dave Wheeler http://www.developerfusion.com/article/84433/first-class-functions/ First class functions in JavaScript 2010-11-22T12:20:00.00Z Ian Elliot continues to mine for hidden information relating to JavaScript. Ian Elliot http://www.developerfusion.com/article/112678/the-future-of-the-web-html5/ The Future of the Web: HTML5 2011-02-24T12:41:00.00Z 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. Robert Boedigheimer http://www.developerfusion.com/article/4704/implementing-ajax-in-aspnet/ Implementing AJAX in ASP.NET 2005-06-27T10:29:00.00Z 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. Karl Seguin http://www.developerfusion.com/article/8316/game-development-using-silverlight-2/ Game development using Silverlight 2 2008-10-17T18:59:00.00Z 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. Dave Wheeler http://www.developerfusion.com/article/7087/have-you-seen-the-silverlight/ Have you seen the Silverlight? 2007-09-17T20:49:00.00Z 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. Dave Wheeler http://www.developerfusion.com/article/7437/inside-aspnet-ajax-back-end-services/ Inside ASP.NET AJAX back end services 2008-01-26T13:30:00.00Z 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? Dino Esposito http://www.developerfusion.com/article/84521/prototypes/ Prototypes in JavaScript 2010-06-28T21:14:00.00Z Ian Elliot reveals another gem in the JavaScript collection, and how to use its prototype feature Ian Elliot http://www.developerfusion.com/article/7342/aop-in-javascript-using-humax-framework/ AOP in JavaScript using Humax Framework 2008-01-26T13:11:00.00Z 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". M Sheik Uduman Ali http://www.developerfusion.com/article/5381/locking-the-door-behind-you-hacker-protection-for-your-web-applications/ Locking the Door behind You: Hacker Protection for Your Web Applications 2006-02-14T20:59:00.00Z 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. Caleb Sima http://www.developerfusion.com/article/4415/creating-a-generic-sitetorss-tool/ Creating a Generic Site-To-Rss Tool 2004-02-10T07:21:00.00Z 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. Roy Osherove http://www.developerfusion.com/article/3684/introduction-to-microsofts-net-platform/ Introduction to Microsoft's .NET Platform 2003-07-01T00:00:00.00Z 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. Nakul Goyal http://www.developerfusion.com/article/2077/simple-dom-access/ Simple DOM Access 2002-02-27T14:07:00.00Z 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. David Nishimoto http://www.developerfusion.com/article/3802/extensible-markup-language-xml-tutorial/ Extensible Markup Language (XML) Tutorial 2003-06-27T15:35:00.00Z An introduction to the basics of XML, covering attributes, elements, document type definitions and XSL stylesheets. Gez Lemon