robhalifax

Stories kicked by robhalifax

Logging JavaScript Errors To ASP.NET(newtonsoft.com)

submitted by gavinjoycegavinjoyce(25.7k) 6 years ago

The client exception logger comprises of three parts: a script on the client that catches the exceptions and sends them to the server, a HttpHandler on the server that receives the error details and logs them, and an ASP.NET control that links the two together. read more...

add a comment |category: |Views: 6

tags: another

Atlas Control Toolkit Refresh Now Available(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 6 years ago

"This past Friday the team delivered an update to the Toolkit. This release incorporates a bunch of community feature feedback, fixes a lot of bugs, adds support for the Safari browser, and introduces another 4 new Atlas-enabled controls to the 9 introduced with the first release." read more...

add a comment |category: |Views: 1

tags: another

New IIS7 Features and APIs(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 1 month ago

Scott Guthrie outlines the new features and APIs included in IIS7. "IIS7 is a major upgrade of IIS, and will ship in both Windows Vista as well as Windows Longhorn Server. It includes a ton of new functionality, including some very rich integration with ASP.NET." read more...

add a comment |category: |Views: 90

tags: another

Google Calendar API(code.google.com)

submitted by gavinjoycegavinjoyce(25.7k) 6 years, 1 month ago

Google Calendar allows client applications to view and update calendar events in the form of Google data API ("GData") feeds. Your client application can use the Google Calendar data API to create new events, edit or delete existing events, and query for events that match particular criteria. There are many possible uses for the Calendar data API. For example, you can create a web front end for your group's calendar that uses Google Calendar as a back end. Or you can generate a public calendar for Google Calendar to display, based on your organization's event database. Or you can search relevant calendars to display a list of upcoming events on those calendars. read more...

1 comment |category: |Views: 922

tags: another

Spell Checker for HTML and ASP.NET pages(blogs.msdn.com)

submitted by DrJazzDrJazz(50) 6 years, 1 month ago

Mikhail Arkhipov from Microsoft's Visual Studio development team has published a Visual Studio add-on that checks the spelling of text in HTML and ASP.NET pages using the dictionary in MS Word 2003. You must have Word 2003 installed to use this add-on, and it does NOT work with Visual Web Developer Express. read more...

add a comment |category: |Views: 13

tags: another

ASP.Net ClientIDs and their JavaScript companion(blog.jagregory.com)

submitted by JGregoryJGregory(375) 6 years, 1 month ago

A small component that is designed to bridge the gap between the element IDs you'd expect to use within your JavaScript and the actual IDs that are rendered by ASP.Net; providing you with the ability to program JavaScript as you always have, without having to make any extra considerations for ASP.Net's ID conflict aversion methods. read more...

add a comment |category: |Views: 12

tags: another

Continuous Integration Using Team Foundation Build(msdn.microsoft.com)

submitted by RobChappelRobChappel(2720) 6 years, 3 months ago

Team Foundation Build is the build automation tool in Visual Studio Team System. Built on top of MSBuild, Team Foundation Build integrates with other Visual Studio Team System tools like source control, work item tracking, and test execution to provide an end-to-end build process. It does not provide continuous integration out of the box, but it can be customized to easily do so. read more...

add a comment |category: |Views: 14

tags: another

Check-in Policies in Team System(blogs.msdn.com)

submitted by RobChappelRobChappel(2720) 6 years, 4 months ago

5 articles covering creating, editing, removing, enabling, disabling and configuring check-in policy in Team System read more...

add a comment |category: |Views: 4

tags: another