.Net Web Development
55
Cutting Edge Web Development News
Curated by Davis Tan
Follow
Scooped by Davis Tan onto .Net Web Development
Scoop.it!

Javascript Is Awesome: Faster than jQuery(document).ready() - Wait Until Exists

No comment yet.
Davis Tan is also curating
MongoDB Gems Business Strategies
Discover Topics Davis Tan is following
asp.net mvc HTML5 News
Your new post is loading...
Scooped by Davis Tan
Scoop.it!

Better Blood Test Reports

Better Blood Test Reports | .Net Web Development | Scoop.it
Better design and context can clarify the results of blood tests. Wired sends the blood test out for a makeover.
Davis Tan's insight:

User friendly reports from old-style dot matrix printouts.

Also, give the user some self-help tips (What can you do?)

No comment yet.
Scooped by Davis Tan
Scoop.it!

Programming Images: Using WIC to extract metadata

Programming Images: Using WIC to extract metadata | .Net Web Development | Scoop.it
Getty Images Software Engineer Karthik Srinivasan talks about how to extract metadata from an image using Windows Imaging Components (WIC).
No comment yet.
Scooped by Davis Tan
Scoop.it!

My Workflow for Developing PhoneGap Applications

My Workflow for Developing PhoneGap Applications | .Net Web Development | Scoop.it

Applicable to web development as well.

Davis Tan's insight:

A nice list of tools that we can use to improve our productivity...

No comment yet.
Scooped by Davis Tan
Scoop.it!

IISpeed - Google PageSpeed performance optimization for Microsoft IIS

Automatic web content optimization for Microsoft IIS, based on Google's Page Speed Technology
Davis Tan's insight:

A great tool for performance in IIS and programmers can skip such implementation in their apps.

No comment yet.
Scooped by Davis Tan
Scoop.it!

Analyze your IIS Log Files - Favorite Log Parser Queries : carlosag : The Official Microsoft IIS Site

Davis Tan's insight:

Want to know which part of your web app is slow? Log Parser to the rescue

No comment yet.
Scooped by Davis Tan
Scoop.it!

AI Computer Vision: Open Source NLP in C# 3.5 using NLTK

AI Computer Vision: Open Source NLP in C# 3.5 using NLTK | .Net Web Development | Scoop.it
No comment yet.
Scooped by Davis Tan
Scoop.it!

Using controllers from an external assembly in ASP.NET Web API - StrathWeb

Using controllers from an external assembly in ASP.NET Web API - StrathWeb | .Net Web Development | Scoop.it
Davis Tan's insight:

APIControllers in external assemblies

No comment yet.
Scooped by Davis Tan
Scoop.it!

The Web API Checklist — 43 Things To Think About When Designing, Testing, and Releasing your API

Davis Tan's insight:

Test yourself whether any of the API terms are alien to you.

No comment yet.
Scooped by Davis Tan
Scoop.it!

Introducing RequireJS for ASP.NET MVC

Introducing RequireJS for ASP.NET MVC | .Net Web Development | Scoop.it
This article shows you how to integrate RequireJS in a ASP.NET MVC 4 project and structure the JavaScript code in such a manner that any...
Davis Tan's insight:

This is better than bundling and minification for javascripts.

No comment yet.
Scooped by Davis Tan
Scoop.it!

10 Reasons Why You’re Failing to Realize Your Potential as a Developer

Davis Tan's insight:

Very good points and let's take it as a wake up call!

No comment yet.
Scooped by Davis Tan
Scoop.it!

Code School - Discover DevTools

Code School - Discover DevTools | .Net Web Development | Scoop.it
Davis Tan's insight:

Developing web apps? This is a good foundation to start off with.

No comment yet.
Scooped by Davis Tan
Scoop.it!

How to lose weight (in the browser)

The definitive front-end performance guide
Davis Tan's insight:

Simple and easy to read tips!

No comment yet.
Scooped by Davis Tan
Scoop.it!

How to generate a Web API help page using ApiExplorer

How to generate a Web API help page using ApiExplorer | .Net Web Development | Scoop.it
I've been recently exploring the WEB Api to create a simple REST API and discovered that in MVC 4 Microsoft has introduced a completely new way to produce Web Services Documentation which uses the ApiExplorer class.
No comment yet.
Scooped by Davis Tan
Scoop.it!

LiveReload on Windows 8 (or "So You're Okay With Pressing the Windows Key All The Time, But Not Okay With Pressing F5 All The Time?")

LiveReload on Windows 8 (or "So You're Okay With Pressing the Windows Key All The Time, But Not Okay With Pressing F5 All The Time?") | .Net Web Development | Scoop.it
I still use a "big" computer without a touchscreen monitor (or "grampa box", as the cool kids call it). It's still just too hard to code on a tablet device.  I've tried  Codeanywhere on my iPad, an...
Davis Tan's insight:

Prolonged the life of yer keyboard! Perhaps 2 monitors - one for preview and one for development is even better.

No comment yet.
Scooped by Davis Tan
Scoop.it!

scriptcs

scriptcs | .Net Web Development | Scoop.it

Write .NET apps with your favorite text editor, NuGet and the power of Roslyn!

Davis Tan's insight:

Node.C# in the making...

No comment yet.
Scooped by Davis Tan
Scoop.it!

Do’s and Don’ts in Software Development before Internationalization ( i18n )

Do’s and Don’ts in Software Development before Internationalization ( i18n ) | .Net Web Development | Scoop.it

Here are 12 internationalization (i18n) do’s and don’ts that all developers should read and apply in their work...

Davis Tan's insight:

Some good tips to follow and aware that gender and plural sensitive messages.

No comment yet.
Scooped by Davis Tan
Scoop.it!

TwitterBootstrapMvc - CodeProject

TwitterBootstrapMvc - CodeProject | .Net Web Development | Scoop.it
Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.; Author: Dmitry A. Efimenko; Updated: 30 Apr 2013; Section: ASP.NET; Chapter: Web Development; Updated: 30 Apr 2013
Davis Tan's insight:

Bootstrap helpers for Razor views

No comment yet.
Scooped by Davis Tan
Scoop.it!

Oak - Dynamics for ASP.Net MVC

Davis Tan's insight:

Frictionless development for ASP.NET MVC single page web apps. Prototypical and dynamic capabilities brought to C#.

No comment yet.
Scooped by Davis Tan
Scoop.it!

Extracting noun phrases with contextual relevance in .NET using OpenNLP

Davis Tan's insight:

There's not many options for open source NLP in .Net. This article is one person's adventure in discovering how it can be done.

No comment yet.
Scooped by Davis Tan
Scoop.it!

Building a Composite MVC3 Application with Pluggable Areas from External Projects and Assemblies

Building a Composite MVC3 Application with Pluggable Areas from External Projects and Assemblies | .Net Web Development | Scoop.it
Update: 10/25/2012 Resolved rendering issues from a Plugin, when controllers names are not unique Added support for strongly typed views for Plugin views to support Entity Framework scaffolding and...
Davis Tan's insight:

Areas with plugin assemblies

No comment yet.
Scooped by Davis Tan
Scoop.it!

C# Regular Expressions Cheat Sheet

C# Regular Expressions Cheat Sheet | .Net Web Development | Scoop.it
Cheat sheet for C# regular expressions metacharacters, operators, quantifiers etc
Davis Tan's insight:

If you're working with Regex, then this comes handy...

No comment yet.
Scooped by Davis Tan
Scoop.it!

sipML5 - The world's first open source HTML5 SIP client

HTML5 SIP client using WebRTC framework
Davis Tan's insight:

Make phone calls using javascript

Fitri Ani's curator insight, April 9, 5:02 AM

Make phone calls using javascript,,

Scooped by Davis Tan
Scoop.it!

Code School - Try jQuery

Code School - Try jQuery | .Net Web Development | Scoop.it
Ertunç Efeoğlu's curator insight, April 7, 3:24 AM
add your insight...
Scooped by Davis Tan
Scoop.it!

OOP In JavaScript: What You NEED to Know

OOP In JavaScript: What You NEED to Know | .Net Web Development | Scoop.it
(Object Oriented JavaScript: Only Two Techniques Matter) Prerequisite: JavaScript Objects in Detail JavaScript Prototype The main principle with Object Oriented Programming (OOP) is the use of Clas...
Davis Tan's insight:

Important concept to grasp for maintainable javascripts

No comment yet.
Scooped by Davis Tan
Scoop.it!

Running IIS Express from the Command Line : The Official Microsoft IIS Site

Running IIS Express from the Command Line : The Official Microsoft IIS Site | .Net Web Development | Scoop.it
IIS Express is a simple and self-contained version of IIS that is optimized for developers. This walkthrough describes how to run a site using the IIS Express command line. Prerequisites You must h...
Davis Tan's insight:

Make a shortcut on your Windows to launch it easily.

No comment yet.