| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
42 Articles match "Library","Web"
| Related DevelopMentor Courses | MORE | | Agile: Where's the evidence? Notice, if I was a serious researcher I would closet myself in the library for days or weeks and do the literature review myself. Web development? At this point I probably should seclude myself in the British Library for a week to research each practice. A few weeks ago I was presenting at the BCS SIGIST conference - another outing for my popular Objective Agility presentation. Someone in the audience asked: “Where is the evidence that Agile works?” My response was in two parts. It is rarely a question aimed at a rational decision. to which the answer is certainly No. Allan Kelly's Blog - Friday, March 30, 2012 Using SignalR for real time communication on the web SignalR to the resque Even if a pure Web Socket solution isn’t possible yet there are perfectly good alternatives. So if SignalR works today does it mean it doesn’t use Web Sockets? Pretty good as Web Sockets would only work on Chrome and FireFox at the moment. The firsts, jquery.signalR-0.5.2.js, points to client side library that ships with SignalR. In a previous blog post I mentioned how exited I was about WebSockets and the future with real time duplex communication over the Internet. Does that mean we can do this yet? Not quite. SignalR Chat. Submit. text(msg).prependTo( The Problem Solver - Monday, July 9, 2012 Guerrilla.NET (UK) Training Use PFx as a unifying library for all your multithreading needs. Write modern web applications that are simpler to unit test with ASP.NET MVC. Learn to write code using new.NET class libraries like PFx. How do I take advantage of the latest innovations in web development? How can I make sure people use my libraries correctly? How can I build web applications and services that use claims based authorization? ASP.NET has used server sided controls to build "web forms". Leverage new features of C# 4.0, Workflow 4, ASP.NET MVC and Silverlight. DevelopMentor Courses - Tuesday, March 1, 2011 |
51 Articles match "Library","Web"
| The Latest from DevelopMentor | MORE | | A Roundup of MongoDB Management Tools Now there is one less worry in managing your web-scale data. Can leverage utility functions from your library. Installs into your web app (provided you’re using Ruby or PHP). My take : This is a very interesting web monitoring app. Designed with security and ease of use, MMS collects statistics on all key server and hardware indicators and then presents the data in a powerful web console. 'I’ve been working with MongoDB for a long time now. Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. link]. link]. Michael C. Kennedy's Weblog - Monday, April 22, 2013 Getting started with AngularJS AngularJS is a client side framework for creating rich web applications using JavaScript and HTML. It isn’t just a library like jQuery or Knockout.js where you create the structure and call into the library as you see fit. Unlike with libraries like jQuery which we load using a similar script tag and then call the jQuery $() function whenever we want to things work a little different with AngularJS. Now there are quite a few other ones out there and I have used a number of them but AngularJS seems to be the most structured of them. The complete code listing is below. The Problem Solver - Friday, April 5, 2013 Getting started with AngularJS AngularJS is a client side framework for creating rich web applications using JavaScript and HTML. It isn’t just a library like jQuery or Knockout.js where you create the structure and call into the library as you see fit. Unlike with libraries like jQuery which we load using a similar script tag and then call the jQuery $() function whenever we want to things work a little different with AngularJS. 'One of the nicer JavaScript frameworks out there to work with must be AngularJS. And while it is really powerful it is also really easy to get started with. Sweet :-). The Problem Solver - Friday, April 5, 2013 | -
| The Best from DevelopMentor | MORE | - DotNed podcast: Client web ontwikkelingen met Steve Sanderson
In deze, tijdens de TechDays opgenomen, podcast spreekt Maurice de Beijer met Steve Sanderson over de toekomst van web development met de moderne browsers. Ze spreken ondermeer over Kockout.js, een JavaScript library die MVVM stijl databinding mogelijk maakt binnen HTML/JavaScript applicaties. Je kan de podcast hier beluisteren. Enjoy! TheProblemSolver DotNetEvents.NET ASP.NET jQTouch Podcast DotNed HTML5 Knockout The Problem Solver - Tuesday, February 21, 2012 - Using SignalR for real time communication on the web
SignalR to the resque Even if a pure Web Socket solution isn’t possible yet there are perfectly good alternatives. So if SignalR works today does it mean it doesn’t use Web Sockets? Pretty good as Web Sockets would only work on Chrome and FireFox at the moment. The firsts, jquery.signalR-0.5.2.js, points to client side library that ships with SignalR. In a previous blog post I mentioned how exited I was about WebSockets and the future with real time duplex communication over the Internet. Does that mean we can do this yet? Not quite. SignalR Chat. Submit. text(msg).prependTo( The Problem Solver - Monday, July 9, 2012 - 11 Killer Open Source Projects I Found with NuGet
It's a killer new way to find, install, maintain, and manage references to open source libraries in Visual Studio 2010. What I want to talk about is all the cool open source projects I found just by flipping through the pages of the NuGet directory in the Visual Studio "Add Library Package Reference" dialog. UI Library's YUI Compressor Java project. DotNetZip is an easy-to-use, FAST, FREE class library and toolset for manipulating zip files or folders. It's comprehensive C# API wrapper library for accessing [link] , using XML or JSON to read/write. Enjoy! Michael C. Kennedy's Weblog - Wednesday, January 19, 2011 - ASP.NET WebAPI Security 4: Examples for various Authentication Scenarios
My library contains a class that can create the Basic Authentication header value. To integrate a Web API with an existing enterprise identity provider like ADFS, you can use SAML tokens. Another possible options for integrating SAML based identity providers is to use an intermediary service that allows converting the SAML token to the more compact SWT (Simple Web Token) format. The OAuth2Client class is part of my library. When you have an identity provider that directly supports a (simple) web token, you can acquire the token directly without the conversion step. www.leastprivilege.com - Wednesday, March 14, 2012 - DotNed podcast: Peter Paul Koch over mobiel webontwikkelen, Fronteers en meer
In deze podcast spreekt Maurice de Beijer met Peter Paul Koch over zijn werk bij de Fronteers organisatie, zijn ruime ervaring met mobiel web ontwikkeling en de recente poll die hij gedaan heeft over het gebruik van JavaScript libraries. Links: Blog: [link] Library poll: [link] [link] [link] [link] [link] Responsive web design: [link] Fronteers congres: [link] Nokia loan programme: [link] Device lab opzetten: [link] Met dank aan onze sponsor RedGate. Podcast DotNed The Problem Solver - Wednesday, November 7, 2012 - Verifying JavaScript with JSLint and Visual Studio
And, no, I don’t mean my web browser—I mean cscript.exe. Mr. Crockford does have a simple, cscript-compatible version of his script on his web site. I’ve also added an option that adds the global variables defined in the Microsoft AJAX Library so that you don’t have to declare them in each of your scripts or on the command line. from the JSLint web site. Next, download jslint.wsf from this web site and put it in the same folder you put fulljslint.js finally decided to make this an almost instantaneous process. Jason Diamond - Saturday, August 9, 2008 - HTML 5 feature detection aka Modernizr
If I run the code from yesterday in Internet Explorer 9 I sill see the following error dialog: The reason is that IE 9 doesn’t support Server-Sent Events, see CanIUse.com , so it results in an Microsoft JScript runtime error: 'EventSource' is undefined exception HTML 5 Feature detection In the old days if web development we used to check the browser the client was using and make decisions based on the bowser type and version. Fortunately we don’t have to do so ourselves but we can use the excellent Modernizr JavaScript library. is feature detection. 2: // Good to go. The Problem Solver - Tuesday, November 8, 2011 %>
| | |