Skip to main content

Home/ Coders/ Group items matching "up" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Paris Polyzos

Application Request Routing : The Official Microsoft IIS Site - 0 views

  • rules based on the URL, HTTP headers, and server variables to determine the most appropriate Web application server for each request
  • ARR enable hosting providers to route requests from clients to specific Web application servers in a server farm by creating an affinity between the client and server.
  • They can easily add or remove servers from a server farm to match demand throughput without impacting application availability
  • ...5 more annotations...
  • ARR is able to cache on disk any HTTP traffic that passes through the server
  • hierarchy of IIS Web servers running ARR, CDNs and hosting providers are able to considerably reduce the network traffic that traverses up to the origin server.
  • Health monitoring
  • Disk-based caching
  • Warming up cache mode
  •  
    enables Web server administrators, hosting providers, and Content Delivery Networks (CDNs) to increase Web application scalability and reliability through rule-based routing, client and host name affinity, load balancing of HTTP server requests, and distributed disk caching
Saqib Imran

Social Media Marketer, Strategist | iPhone App Developer | New York USA, London UK, Dubai | Saqib Imran » Blog Archive » Google Brings Push Support to their iPhone App - 0 views

  •  
    Google has updated their iPhone application and now it supports push notifications for Gmail and Google Calendar directly, right from the application which means no need to constantly check your Email account for new Email alerts or calendar for keeping up with the schedule. The push notification feature will notify you when its time.
Joel Bennett

CounterSoft Project Issue Management - 0 views

  •  
    A project management and bug-tracking tool written in C#/asp.net ... Free for up to 5 users, or for open source or not-for-profit groups.
Kevin O'Neill

In Search of Excellent Requirements - 1 views

  • Consequently, it is not reasonable to expect us to make sound business or technical decisions on behalf of the customers, or to resolve conflicting requirements supplied by different end users, or to set priorities for the many requirements that might be collected.
  • We have finally reached the state where if no project champion can be found to see that the right system is built, we cancel the project.
  • The consequence of not explicitly discussing these quality tradeoffs is a surprise upon delivery, when the customer finds that his implicit quality attribute requirements have not been achieved
  • ...3 more annotations...
  • One way to reach an appropriate middle ground in the specification process is to conduct formal inspections of the SRS. A structured document like the IEEE SRS is readily inspected by the design team, the project champions, other representative users, and other software engineers who are not directly involved with the project
    • Kevin O'Neill
       
      sadly, this is something that is always left to the end to 'clean up'. Meaning, the spec is complete when the project is delivered versus kept up to date and in sync with what we are delivering.
  • A prototype is intended to answer specific questions about functionality or interaction styles. If you don't have any questions, don't bother with a prototype
  • Even in a small software group, a focus on accurately and completely capturing, documenting, and modeling the user requirements is a major contributor to building high quality information systems
Kingdon Barrett

ClockTime/CalendarTime data in Haskell - 0 views

  •  
    So you can look up data types in Haskell using the Hoogle search engine. This is really intuitive and much easier to fineagle than sifting through JavaDoc pages.
Joel Bennett

Portable Contacts - 0 views

  •  
    The goal of Portable Contacts is to make it easier for developers to give their users a secure way to access the address books and friends lists they have built up all over the web.
Joel Bennett

Growl for Windows and a Web Notification API - 0 views

  •  
    This is (finally) a Windows-compatible PORT of Growl -- not merely a Growl-like application, like "Snarl" or "Grumble", but actually an API-compatible Growl. Oh, and it can pop up notifications from web apps, what?
Joel Bennett

TFS (VS 2008 and .NET 3.5 SP1) ... Beta - bharry's blog - 0 views

  •  
    A Preview of what's new in Team Foundation Server 2008 with SP1 ... this SP1 thing is shaping up to be a major release...
knowuh not saying

DataWorkshop, a binary data editor - 0 views

  •  
    This is the hexeditor I eventually ended up using. A bit clonky of an interface, but very extensible.
Joel Bennett

The Moth: The ABCDEFGHI of setting up Visual Studio for Demos - 0 views

  •  
    Some ideas for doing code presentations from Visual Studio
Joel Bennett

DocProject for Sandcastle - CodeProject - 0 views

  •  
    DocProject drives the Sandcastle help generation tools via MSBuild and integrates completly with Visual Studio 2005/2008. It lets you choose the project templates to build compiled help, etc., and speeds up writing and deploying project documentation using Sandcastle.
Joel Bennett

Oomph - A Microformats Toolkit - CodePlex - 0 views

  •  
    Making Microformats more accessible for users, developers and designers: * An Internet Explorer Add-in that lights up Microformats on pages * A cross-browser DHTML overlay built using JQuery that aggregates Microformats * A set of beautiful CSS styles for Microformats * A Windows Live Writer Plug-in written in WinForms for inserting hCards
Joel Bennett

SharedView - Microsoft Connect - 0 views

  • Anyone can share, and the person sharing can give control to anyone else.
  • To start a session using this program, you must sign in using a Windows Live ID
  •  
    Like Netmeeting: share, review, and update documents with multiple people in real-time. Anyone can share, and the person sharing can give control to anyone else.
  •  
    A fast, easy way to share your screen or collaborate on documents with small (up to 15) groups of friends or coworkers...
Joel Bennett

File and File Container Wrapper - Home - 0 views

  •  
    A set of interfaces to wrap up ... things which are not files, to act like they are.
Joel Bennett

T4 Templates for ASP.NET MVC v1.0 - CodePlex - 0 views

  •  
    The new T4 Templates for ASP.NET MVC have been released on CodePlex now ... http://blogs.msdn.com/davidebb/archive/2009/06/26/the-mvc-t4-template-is-now-up-on-codeplex-and-it-does-change-your-code-a-bit.aspx
Joel Bennett

Microsoft released beta of Windows Vista compatibility Update - 0 views

  •  
    The Platform Update is a set of runtime libraries which bring Vista largely Up to par with Windows 7 in terms of the: Windows Ribbon control; Automation Manager Library; DirectX Updates for hardware acceleration; DirectCompute for hardware-accelerated parallel computing sUpport; the XPS printing library; the Windows Automation API; and the Windows Portable Devices Platform, which standardizes data transfers across apps and portable devices.
Leandro Ardissone

Developer Color Picker - 0 views

  •  
    A custom color picker designed specifically for developers. Makes getting colors out of Photoshop/Acorn mock-ups quick and easy. Currently supports NSColor, UIColor, CGColorRef, CSS and HTML styles.
Fabien Cadet

MIT's Introduction to Algorithms, Lectures 22 and 23: Cache Oblivious Algorithms - good coders code, great reuse - 0 views

  • Cache-oblivious algorithms should not be confused with cache-aware algorithms. Cache-aware algorithms and data structures explicitly depend on various hardware configuration parameters, such as the cache size. Cache-oblivious algorithms do not depend on any hardware parameters.
  • An example of cache-aware (not cache-oblivious) data structure is a B-Tree that has the explicit parameter B, the size of a node. The main disadvantage of cache-aware algorithms is that they are based on the knowledge of the memory structure and size, which makes it difficult to move implementations from one architecture to another.
  •  
    « Cache-oblivious algorithms take into account something that has been ignored in all the lectures so far, particularly, the multilevel memory hierarchy of modern computers. Retrieving items from various levels of memory and cache make up a dominant factor of running time, so for speed it is crucial to minimize these costs. The main idea of cache-oblivious algorithms is to achieve optimal use of caches on all levels of a memory hierarchy without knowledge of their size. »
Joel Bennett

xVal - CodePlex - 0 views

  •  
    xVal is a validation framework for ASP.NET MVC applications. It makes it easy to link up your choice of server-side validation mechanism with your choice of client-side validation library, neatly fitting both into ASP.NET MVC architecture and conventions.
David Corking

Dr. Dobb's Update : Editor's Note What's One More Operating System, More or Less? - 0 views

  • In this regard, SymbianOS may have a leg up on Apple's App Store and even Nokia's Ovi Store, in that the "Symbian Application Inventory" will be free for developers. That's what you call "incentive," but is it enough?
    • David Corking
       
      Before it attracts app developers, it has to attract hardware integrators. There is plenty of hardware out there, but isn't this selling in far lower volumes than Linux or the proprietary smartphone OSes. As far as I can tell, it has attention from the biggest smartphone integrator of them all: Nokia, who, as far as I can tell, uses it in the best selling N95 family. This ratchets up the competion with Apple and RIM another notch.
  •  
    This Symbian system (aka Psion and Nokia S60) was well loved for its well though out personal organizer or PIM applications. Now, smartphone users seems more interested in e-mail, music and games. I am interested to see if Symbian OS still has a profitable niche. Symbian is a market leader in the new market.
« First ‹ Previous 81 - 100 of 377 Next › Last »
Showing 20 items per page