| |
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.
|
6 Articles match "Web"
See all articles with
"Web"
| The Latest from Jason Diamond | MORE | | jQuery Webinar The title is “Spice Up Your Web Applications with a Dash of jQuery!. I’ll be doing a webinar for DevelopMentor tomorrow at 11 AM Pacific. I’ll be enhancing a simple MVC application so that it “feels a bit slicker for your users. If you know JavaScript and jQuery, it’s basic stuff, but the goal is really to help those who aren’t as comfortable doing that to become confident enough to dive in and start learning. I’ve been told that more people registered than we can actually have join. Sorry in advance if anybody can’t get in. DevelopMentor Courses - Thursday, August 4, 2011 A Useful Fiddler Bookmarklet Paste that (as a single line) into the URL box of a favorite in IE and you’re one click away from tracing the requests between your browser and your local development web server. IE 7 and up are hard-coded to bypass the proxy when the host is “localhost. When Fiddler is running, you can change localhost to “ipv4.fiddler to trick your browser into talking to the Fiddler proxy as documented here. replace('localhost', 'ipv4.fiddler');})(). Jason Diamond - Wednesday, January 13, 2010 Resurrecting Old Posts Chris Kapilla reminded me in a comment that the World Wide Web is made of links. When I lost all the content in my weblog, I left a bunch of dangling links out there (like those in this Verify JavaScript with JSLint during build using Nant post). So I went and found an old copy of my Verifying JavaScript with JSLint and Visual Studio post in Google’s cache and added it back (by hand!). don’t expect I’ll be doing that for all of my old posts, but since somebody found that one interesting, I thought I’d put a little bit of effort into bringing it back Jason Diamond - Wednesday, September 9, 2009 | | The Best from Jason Diamond | MORE | | 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. from the JSLint web site. Next, download jslint.wsf from this web site and put it in the same folder you put fulljslint.js If you’re confused about why it’s saying such simple things like == and ++ are errors, read Douglas’ book or at least read the documentation for JSLint and the other essays on his web site. finally decided to make this an almost instantaneous process. Jason Diamond - Saturday, August 9, 2008 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. from the JSLint web site. Next, download jslint.wsf from this web site and put it in the same folder you put fulljslint.js If you’re confused about why it’s saying such simple things like == and ++ are errors, read Douglas’ book or at least read the documentation for JSLint and the other essays on his web site. finally decided to make this an almost instantaneous process. It’s too simple, though. Jason Diamond - Saturday, August 9, 2008 jQuery Webinar The title is “Spice Up Your Web Applications with a Dash of jQuery!. I’ll be doing a webinar for DevelopMentor tomorrow at 11 AM Pacific. I’ll be enhancing a simple MVC application so that it “feels a bit slicker for your users. If you know JavaScript and jQuery, it’s basic stuff, but the goal is really to help those who aren’t as comfortable doing that to become confident enough to dive in and start learning. I’ve been told that more people registered than we can actually have join. Sorry in advance if anybody can’t get in. DevelopMentor Courses - Thursday, August 4, 2011 | - A Useful Fiddler Bookmarklet
Paste that (as a single line) into the URL box of a favorite in IE and you’re one click away from tracing the requests between your browser and your local development web server. IE 7 and up are hard-coded to bypass the proxy when the host is “localhost. When Fiddler is running, you can change localhost to “ipv4.fiddler to trick your browser into talking to the Fiddler proxy as documented here. replace('localhost', 'ipv4.fiddler');})(). Jason Diamond - Wednesday, January 13, 2010 - Resurrecting Old Posts
Chris Kapilla reminded me in a comment that the World Wide Web is made of links. When I lost all the content in my weblog, I left a bunch of dangling links out there (like those in this Verify JavaScript with JSLint during build using Nant post). So I went and found an old copy of my Verifying JavaScript with JSLint and Visual Studio post in Google’s cache and added it back (by hand!). don’t expect I’ll be doing that for all of my old posts, but since somebody found that one interesting, I thought I’d put a little bit of effort into bringing it back Jason Diamond - Wednesday, September 9, 2009 - Secret Messages
I’m not a Web designer so the battle between those who still use tables for layout and those who use CSS isn’t something I’m directly involved in, but I got a chuckle out of the stance taken by this web site: shouldiusetablesforlayout.com. Tags: CSS Web Hint: View source. Jason Diamond - Sunday, January 18, 2009 %>
398 Articles match "Web"
See all articles with
"Web"
| The Latest from DevelopMentor | MORE | | Reblogged: What should I learn to get started in.NET and web development? The question they had was: What should I learn to get started in.NET and web development? Now this question was starting from a position of “I’d like to get started with.NET and the web. To go from “ zero to web dev in.NET” I think you should start on these topics, in an iterative fashion: Fundamentals of C# (skip the advanced stuff – async, yield return, etc for now). '[ Note : I am reblogging this post which originally was posted to the LearningLine blog. Hope you all find it useful here as well]. How do I do that?” jQuery basics. Michael C. Kennedy's Weblog - Monday, May 6, 2013 Agile Clinic: Dear Allan, we have a little problem with Agile. The sender has graciously agreed to let me share the mail and my advice with you, all anonymously of course… The sender is new to the team, new to the company, they are developing a custom web app for a client, i.e. they are an ESP or consultancy. 'Consider this blog an Agile Clinic. On Friday an e-mail dropped into my mailbox asking if I could help. the Developers work in sprints, estimating tasks in JIRA as they go. Sprints last three weeks, including planning, development and testing. have been tasked to produce burndowns to keep track of how the Dev cells are doing.” Perhaps both. Allan Kelly's Blog - Sunday, April 28, 2013 A Roundup of MongoDB Management Tools Now there is one less worry in managing your web-scale data. 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. SQL Server Management Studio ). The news is good. link]. Admin GUI). Michael C. Kennedy's Weblog - Monday, April 22, 2013 | -
| The Best from DevelopMentor | MORE | - Improve perceived performance of ASP.NET MVC websites with asynchronous partial views
Now, you web app is mostly fast and responsive, but there are certain types of data that just bring the whole thing to a grind. Filed under: Articles Tagged: NET , Articles , ASP.NET , jQuery , MVC , web. Articles.NET ASP.NET jQuery MVC webImagine you’re building an ASP.NET MVC website which has some performance problems. m sure this would never actually happen to you, but imagine you’re facing this problem just for the sake of exploring the possibilities. :-). First a disclaimer / warning. m going to show you how to make your site feel faster without speeding it up. Michael C. Kennedy's Weblog - Tuesday, November 13, 2012 - Understanding Text Encoding in ASP.NET MVC (ASP.NET MVC Foundations Series)
For example, if you were writing a forum web app, you should absolutely be paranoid about what your users are typing into your site. Filed under: Articles Tagged: NET , Foundations , MVC , web. Articles.NET Foundations MVC webThis article covers the various ways in which you might handle text encoding in ASP.NET MVC. You need to be very careful about how you redisplay their input. For example, a friendly forum user might write something like: Nice post, thanks for sharing! On the other hand, they may write: <script src=”[link]. CMS app with rich text editing. Michael C. Kennedy's Weblog - Monday, October 15, 2012 - Download My Web Apps Have HotKeys Too Sample App
I recently blogged about how web apps have hotkeys too. To encourage more developers to add hotkeys to their web applications, I created a jQuery plugin called jQuery.hotKeyMap.js It’s an ASP.NET MVC 3 web app. Filed under: jQuery Tagged: NET , ASP.NET , MVC , Open Source , Plugins , web. jQuery.NET ASP.NET MVC Open Source Plugins weband a sample application. just added a download link for the source code: WebAppsHaveHotKeysTooSample-MichaelKennedy-v1.zip. Hope you find it useful! Cheers, @mkennedy. Michael C. Kennedy's Weblog - Thursday, August 30, 2012 - How Are You Scaling ASP.NET?
Cheers, @mkennedy Filed … Continue reading → Polls.NET ASP.NET MVC polls webThere are some interesting debates out there around scaling ASP.NET. How do you do it? Please fill out this poll and tell the world: Interested in a blog post on this? Take it to the comments section. - Slides and demos from DevWeek 2013
18 Ways Your Brand-New MVC Web Application Can Be Better. Filed under: Speaking Tagged: NET , ASP.NET , Cloud , Conferences , DevelopMentor , jQuery , LearningLine , Speaking , tips , web. Speaking.NET ASP.NET Cloud Conferences DevelopMentor jQuery LearningLine tips webI had a great time discussing these topics with everyone at DevWeek 2013. Thanks to all who attended my sessions. Here are the slides: Getting Serious About The Cloud For Developers. Building Rich Forms in ASP.NET MVC. Applied NoSQL in.NET. Watch this space for the demo code as well. Cheers, @mkennedy. %>
| | |