rsrobbins

Stories kicked by rsrobbins

6 Ways To Work With Dates In JavaScript(williamsportwebdeveloper.com)

submitted by rsrobbinsrsrobbins(490) 2 years, 9 months ago

After struggling with dates once too often in JavaScript I finally created a cheat sheet to document various date string formats and coversion methods. This was written from the perspective of an AJAX developer who needs to convert dates supplied in various formats within XML and JSON. read more...

add a comment |category: |Views: 7

tags: another

How To Create A JSON Web Service In ASP.NET(williamsportwebdeveloper.com)

submitted by rsrobbinsrsrobbins(490) 2 years, 9 months ago

Describes how to create an ASP.NET web service which returns JSON data from a MySQL database. Also demonstrates how to call the web service using jQuery. read more...

add a comment |category: |Views: 91

tags: another

Crazy Expression Web Bug(west-wind.com)

submitted by rsrobbinsrsrobbins(490) 3 years ago

Just ran into this stupid problem today. Microsoft Expression Web really sucks! This blog post deserves a kick for explaining the problem. read more...

add a comment |category: |Views: 15

tags: another

Sad Way To Do Business(ayende.com)

submitted by HEskandariHEskandari(194) 3 years, 3 months ago

how to make a bad impression with poor support and bad atitude and throw away thousands potential customers. read more...

2 comments |category: |Views: 499

tags: another

Saving Time Through the Command Prompt Explorer Bar(randomactsofcoding.blogspot.com)

submitted by JamesEggersJamesEggers(1250) 3 years, 3 months ago

A brief tutorial of using the Command Prompt Explorer Bar to assist in command line tools and operations from with in Windows Explorer. read more...

add a comment |category: |Views: 10

tags: another

Slow Http client calls from ASP.NET 2.0? Make sure you check your Prox(west-wind.com)

submitted by rsrobbinsrsrobbins(490) 3 years, 4 months ago

Useful information about how your proxy settings could slow down your web client calls. read more...

add a comment |category: |Views: 24

tags: another

jQuery and Microsoft(weblogs.asp.net)

submitted by mosessaurmosessaur(5424) 3 years, 7 months ago

ScottGu announce that Microsoft will be shipping jQuery with Visual Studio going forward. We will distribute the jQuery JavaScript library as-is, and will not be forking or changing the source from the main jQuery branch. The files will continue to use and ship under the existing jQuery MIT license. read more...

1 comment |category: |Views: 380

tags: another

30 Common String Operations in C# and VB.NET – Part II(dotnetcurry.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 9 months ago

In the previous article, 30 Common String Operations in C# and VB.NET – Part I, we explored 15 common String operations while working with the String class. In Part II of the article, we will continue with the series and cover 15 more. read more...

add a comment |category: |Views: 461

tags: another

Visual Studio Tip: Split Views(kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 3 years, 9 months ago

There are a couple of ways to get a split view in Visual Studio. Both are incredible time savers that I use daily. The first is one that most developers will be aware of, but the second seems to be one that many do not seem to know about. read more...

3 comments |category: |Views: 810

tags: another

ASP.NET gets no Respect(west-wind.com)

submitted by pstathopstatho(670) 3 years, 9 months ago

Poor ASP.NET! Is it really that bad? I say No! read more...

10 comments |category: |Views: 837

tags: another

ASP.NET Browsers Filter!!(weblogs.asp.net)

submitted by djsoliddjsolid(429) 3 years, 9 months ago

Yesterday .NET SP1 released and many new features for ASP.NET where added. But yesterday i also discovered a feature that ASP.NET has from version 2.0 Let's say we have a button. We can decide what value will the properties have for different browsers!!! And we can do that with this way... read more...

1 comment |category: |Views: 364

tags: another

ASP.NET Themes Don’t Like IE8’s X-UA-Compatible header; Neither Do I(weblogs.asp.net)

submitted by JemmJemm(9604) 3 years, 9 months ago

"I ran into an interesting issue a few months ago with IE8 support on sites which use ASP.NET Themes. I’ll talk about the issue and how to fix it. More important, though, I’ll talk about how this small example fits into the whole IE8 / X-UA-Compatible thing, and why I think the way that turned out was bad for everyone." read more...

add a comment |category: |Views: 144

tags: another

JSON Serializers in .NET - not there yet(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 9 months ago

.NET Framework 3.5 provides a couple of choices for JSON Serialization and Deserialization. Find out how you can use them and also some of the problems that both of these tools impose. read more...

add a comment |category: |Views: 257

tags: another

Launch Firefox Instead Of Internet Explorer When Debugging(codebetter.com)

submitted by rsrobbinsrsrobbins(490) 3 years, 10 months ago

This article tells you how to launch Firefox instead of Intenet Explorer when running an ASP.NET web application in debug mode. This is something I needed to troubleshoot a project that presented a problem only in Firefox. read more...

add a comment |category: |Views: 228

tags: another

Web developers. You suck.(objectreference.net)

submitted by Vort3XVort3X(1335) 3 years, 10 months ago

Well, JavaScript developers, specifically. In order to aid in development of my own websites, I enabled JavaScript debugging in Internet Explorer a few weeks back. To my horror, I have quickly experienced what seems to be complete disregard for serving syntactically correct JavaScript on the open internet. No, I’m not just talking about a few niche websites, run by amateur programmers. I am talking about industry-leading nerd-friendly powerhouse websites that should know better. read more...

4 comments |category: |Views: 654

tags: another

Open Source ASP.NET 3.5 AJAX Portal - new and improved(msmvps.com)

submitted by oazabiroazabir(1805) 3 years, 10 months ago

A new release of Dropthings, open source ASP.NET 3.5 AJAX portal. Features many performance and scalability techniques and a new design. Showcases: - 10 ASP.NET Performance and Scalability Secrets. - Fast ASP.NET page rendering by deferred script loading. - Load large amount of Javascripts in batch and thus load AJAX sites a lot faster. - Fast Streaming AJAX proxy that solves double downloading problems and continuously streams content from external domain. - Making best use of cache for high performance website. - On-demand UI loading on AJAX websites. read more...

add a comment |category: |Views: 589

tags: another