Sign in
Marcelo's WebLog
Improving the world one entity at a time (now tweeting on @mlrdev)
Common Tasks
Blog Home
Email Blog Author
About
OK
RSS for comments
RSS for posts
Atom
Search Form
Tag Cloud
ADO.NET Data Services
Astoria
Azure
datajs
Design
Development
Entities
MIX10
MIX11
OData
Office
Pages
PDC05
Performance
Phone
Security
Silverlight
SQL
VBA
Velocity
WCF Data Services
Web
Windows
WPF
XML
Monthly Archives
Archives
April 2012
(2)
November 2011
(1)
September 2011
(1)
July 2011
(4)
June 2011
(7)
May 2011
(6)
April 2011
(10)
March 2011
(10)
February 2011
(9)
January 2011
(8)
December 2010
(2)
November 2010
(1)
October 2010
(1)
September 2010
(7)
August 2010
(2)
July 2010
(17)
June 2010
(11)
May 2010
(6)
April 2010
(28)
March 2010
(21)
February 2010
(14)
January 2010
(1)
December 2009
(11)
November 2009
(4)
October 2009
(2)
September 2009
(1)
August 2009
(2)
July 2009
(1)
June 2009
(11)
May 2009
(3)
April 2009
(10)
March 2009
(17)
February 2009
(9)
January 2009
(1)
December 2008
(3)
November 2008
(19)
October 2008
(14)
September 2008
(11)
August 2008
(18)
July 2008
(8)
June 2008
(6)
May 2008
(5)
April 2008
(9)
March 2008
(5)
February 2008
(5)
January 2008
(11)
December 2007
(3)
October 2007
(7)
September 2007
(3)
August 2007
(1)
July 2007
(5)
June 2007
(2)
May 2007
(1)
April 2007
(2)
March 2007
(5)
February 2007
(4)
January 2007
(6)
December 2006
(3)
November 2006
(3)
October 2006
(3)
September 2006
(2)
July 2006
(2)
May 2006
(1)
March 2006
(9)
January 2006
(1)
November 2005
(1)
October 2005
(1)
September 2005
(10)
August 2005
(5)
July 2005
(6)
June 2005
(4)
May 2005
(4)
April 2005
(8)
March 2005
(2)
February 2005
(1)
January 2005
(3)
December 2004
(6)
November 2004
(1)
Browse by Tags
MSDN Blogs
>
Marcelo's WebLog
>
All Tags
>
development
Tagged Content List
Blog Post:
Network capture with Internet Explorer
Marcelo Lopez Ruiz - MSFT
Here is a handy video showing how you can quickly try something out with datajs and get a network capture (even if you don't have a functioning website!). Of course it's easier if you do, simply enable capturing and run your repro steps through your app. You can download the video here . Enjoy...
on
15 Jun 2011
Blog Post:
Populating a combo box from the cache with datajs
Marcelo Lopez Ruiz - MSFT
A new documentation topic is up on CodePlex with a sample page demonstrating how to populate a combo box from a datajs cache . If the browser doesn't support any storage API or if the user's storage quota is full, it still works as intended. There is also some very simple code to disable and re...
on
8 Jun 2011
Blog Post:
Latest datajs changes - changeset 8334
Marcelo Lopez Ruiz - MSFT
Yesterday we uploaded the changeset 8334 to datajs , which includes a pretty extensive list of improvements. These haven't made it into a release yet, but you can build and play with the sources - here's what's new. Adds support for configuring cache sizes . The options argument to datajs.cacheSize...
on
7 Jun 2011
Blog Post:
Cool tricks with Internet Explorer Developer Tools and datajs
Marcelo Lopez Ruiz - MSFT
Today I want to show you how the Internet Explorer Developer Tools and datajs make it easy for developers to experiment with code and data. Just follow along in another Internet Explorer window and enjoy. First, we'll want to start with a page, let's say http://www.bing.com/ . As always, we're greeted...
on
6 Jun 2011
Blog Post:
More datajs on Twitter
Marcelo Lopez Ruiz - MSFT
These days, I'm using #datajs when I tweet about small updates like minor code fixes or improvements to the CodePlex site. Enjoy!
on
19 May 2011
Blog Post:
Windows Azure Storage Emulator returning 503 - Service Unavailable
Marcelo Lopez Ruiz - MSFT
Today's post is the result of about four hours of tracking down a tricky problem, so hopefully this will help others. My problem began when I was testing an Azure project with the storage emulator . The code that was supposed to work with the blob service would fail any request with a "503 - Service...
on
6 May 2011
Blog Post:
Must-have resource for Azure developers
Marcelo Lopez Ruiz - MSFT
Lately I've been looking into writing Azure applications. I already know the .NET platform, so it's a very familiar development experience for me: all the libraries I know and love are there. There are two aspects however that are new to me. The first is how to build systems that can scale up...
on
5 May 2011
Blog Post:
datajs intro video now online
Marcelo Lopez Ruiz - MSFT
The MIX11 session on datajs is now online - enjoy!
on
18 Apr 2011
Blog Post:
OData and TFS and yes, CodePlex
Marcelo Lopez Ruiz - MSFT
The beta of the OData Service for Team Foundation Service 2010 was announced yesterday, and of course as a TFS user I find this tremendously exciting. TFS ends up having a lot of data about my day-to-day work, and now thanks to OData it's easily unlocked and programmable! For extra awesome points...
on
8 Apr 2011
Blog Post:
Testing datajs with multiple browsers
Marcelo Lopez Ruiz - MSFT
When contacting the localhost machine, Chrome and Firefox can suffer very serious slowdowns depending on your operating system, adding somewhere around one to two seconds per connection. If you build and run tests for datajs , you are very likely to run into this problem. There is a configuration change...
on
7 Apr 2011
Blog Post:
Getting Results
Marcelo Lopez Ruiz - MSFT
J D. Meier is an excellent writer whose work I've referenced in the past . I've also been a fan of the Blue Books in general, many of which I still have on my bookshelf. How does he get so much high-caliber work done? Well, he's put up the book online at http://gettingresults.com/ , definitely worth...
on
5 Apr 2011
Blog Post:
datajs goodies - build system
Marcelo Lopez Ruiz - MSFT
The datajs source code includes not only the files for the library itself, but also the files to build from the multiple source files and to run a series of basic tests on them. The main goals we wanted for our project were the following: Ability to produce an efficient, minified codebase. ...
on
16 Mar 2011
Blog Post:
Failing Fast and Windows Azure
Marcelo Lopez Ruiz - MSFT
Last week we were talking in a team meeting about how cool it is that we can fail fast with datajs. The library is by design very focused and avoids entangling itself with multiple components and dependencies, and so we have the ability to experiment with the codebase and try things out. This gives...
on
15 Mar 2011
Blog Post:
datajs goodies - test logger
Marcelo Lopez Ruiz - MSFT
Today I'd like to talk about one of the extra goodies you can find in the datajs project. The TestLogger.svc file under JSLib\tests\common contains a small WCF service that accepts messages from the test page and records test results, and the test driver is then able to ask for them and figure out...
on
14 Mar 2011
Blog Post:
Uplevel NuGet
Marcelo Lopez Ruiz - MSFT
In the wake of the recent datajs on NuGet announcement , it's very much worth noting that you can significantly uplevel your experience - just take a look at Scott's post on this . Enjoy!
on
10 Mar 2011
Blog Post:
datajs formats for OData flavored with simplicity
Marcelo Lopez Ruiz - MSFT
Alex has just uploaded the intermediate formats on the datajs CodePlex Wiki . These describe the shape of results provided by reading OData as well as the expected format to send data back to the server. Like I mentioned before , these values do not have any classes or prototypes associated with them...
on
9 Mar 2011
Blog Post:
datajs now available on NuGet
Marcelo Lopez Ruiz - MSFT
Beth has just uploaded the datajs NuGet package , so now it's easier than ever to get going with datajs. In case you missed it, NuGet is an extension for Visual Studio that makes it ridiculously simple to install and update open source libraries in your projects. You can install the extension by searching...
on
8 Mar 2011
Blog Post:
Debugging Extensions
Marcelo Lopez Ruiz - MSFT
When working with native code and when working with crash dumps, the Debugging Tools for Windows are an incredibly useful asset. One of the rarely-used but incredibly-useful capabilities is the support for extensions. There are all sorts of things you can do with these extensions - you have an enormous...
on
4 Mar 2011
Blog Post:
Math is hard, let's go shopping
Marcelo Lopez Ruiz - MSFT
For better or for worse, the phrase "Math is hard, let's go shopping" is one that I use every now and then during design meetings. There are typically two situations that will prompt this. We're about to do something hard to implement that's not worth it. Sometimes adding just a bit more of...
on
3 Mar 2011
Blog Post:
A bit about how datajs is run
Marcelo Lopez Ruiz - MSFT
Today's post simply discusses a bit how the datajs project is run, and why we think it makes sense. The landscape for web developers is changing pretty fast. Browsers improve and introduce new capabilities, cloud systems bring new posibilities for products and business, user expectations change every...
on
14 Feb 2011
Blog Post:
Portable Library CTP Available
Marcelo Lopez Ruiz - MSFT
The Portable Library Tools CTP was announced! If you write code that targets multiple platforms, you'll find this pretty neat, as you'll get guidance from the tools as to which APIs you can use safely across different platforms: .NET, Silverlight, Windows Phone and XBOX 360. This turns out to be very...
on
20 Jan 2011
Blog Post:
New Releases for Web Developers
Marcelo Lopez Ruiz - MSFT
In case you missed it last week, we've had an insane amount of goodness coming out for web developers. Check out ScottGu's post here for details. And of course, in case you were wondering whether these technologies are being put to use at all, you can see them all work together by clicking View Source...
on
18 Jan 2011
Blog Post:
HTML5 features, browsers, prototypes
Marcelo Lopez Ruiz - MSFT
In case you were out on vacation or enjoying the holidays, late last month there were two very interesting blog posts that I think are worth following. The first one is on Interoperability @ Microsoft, Prototyping Early W3C HTML5 Specifications . This is very cool, as both WebSockets and IndexedDB...
on
13 Jan 2011
Blog Post:
Windows Phone 7 available in the US
Marcelo Lopez Ruiz - MSFT
Ah, some really, really exciting opportunities ahead. My favorite thing is having a modern phone that I can program with .NET and Silverlight - the Visual Studio and Blend toolset is awesome, and it's easy to get started and get productive in a very short time. Read all about the US availability here...
on
8 Nov 2010
Blog Post:
Troubleshooting 'code not updating' problems
Marcelo Lopez Ruiz - MSFT
Sometimes when working on a projects where files get copied around like in web projects or when you have a solution with multiple assemblies, you may find that the code that's running appears to be "old" - it may not working as you expect after you modified it. Usually this is a problem with the wrong...
on
17 Sep 2010
Page 1 of 6 (133 items)
1
2
3
4
5
»