cruster

Stories kicked by cruster

Displaying math in web applications and font embedding(blog.ondrejsv.com)

submitted by crustercruster(20) 1 year, 8 months ago

Discusses jsMath library as a way to embed mathematic formulas in html markup. read more...

add a comment |category: |Views: 2

tags: another

Audio recorder Silverlight 4 sample(blog.ondrejsv.com)

submitted by marty44marty44(45) 2 years, 5 months ago

Audio Recorder sample written in Silverlight 4 which demonstrates recording audio using the AudioCaptureDevice and CaptureSource classes, and saving it using an AudioSink object, access to local folders on the computer, simple commanding model using the new Command properties and ICommand interface, and changing appearance of a standard control (button) using its visual states. read more...

add a comment |category: |Views: 344

tags: another

Team System on Twitter(platinumbay.com)

submitted by crustercruster(20) 3 years, 3 months ago

A list of all the Visual Studio and Team System influentials. read more...

add a comment |category: |Views: 7

tags: another

Recovering a Project with ASP.NET MVC and Agile (devlicio.us)

submitted by LordLord(3737) 3 years, 9 months ago

"I recently got brought on board to a new client where, true to form, a project was in a state of failure - everybody sort of knew it, but nobody would say it out loud." read more...

add a comment |category: |Views: 26

tags: another

The Future of ASP.NET AJAX(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 10 months ago

My analysis of the ASP.NET Team's tentative road map for ASP.NET AJAX v.Next and beyond, followed by a few additional recommendations. read more...

add a comment |category: |Views: 421

tags: another

Visual Studio #regions are a code smell (morten.lyhr.dk)

submitted by LyhrLyhr(315) 3 years, 10 months ago

Offers the why's and hows... read more...

add a comment |category: |Views: 31

tags: another

Overview about Adobe Air vs Silverlight(blog.vuscode.com)

submitted by armenczarmencz(220) 3 years, 11 months ago

Nikola Malovic attended presentation "Adobe Air 2008" organized in Prague with purpose to get information about what Silverlight competitor “Adobe Air” offers to developers. I am recommending this blog post to people who would like to have a picture about how upcoming Adobe Air product compares to Silverlight. read more...

add a comment |category: |Views: 45

tags: another

MVC Facebook == Wonderful Development Platform(coderjournal.com)

submitted by zigamorphzigamorph(3319) 3 years, 11 months ago

ust recently I started experimenting with the ASP.NET MVC Framework and the Facebook Development Platform, it has been a very bumpy road, but I have ironed out some major issues that I would like to share with you today. I will start with a little history of what I am trying to do. For about a month and a half I have had one of my IdeaPipe interns, Dimitry, experimenting with creating a FBML (Facebook Meta Language) Application with MVC. MVC is an ideal platform for FBML because with MVC you have total control over your markup which is needed to have a lean FBML application. I am not going to go in to the differences of developing an FBML vs IFrame Facebook Application, because that information is easily found with a Google Search. What I am going to talk about is the hurdles I overcame and the custom software I had to develop to get MVC working smoothly with Facebook. One of the problems I ran into was creating a Facebook Session from my Action Method. To remedy this issue I created a FacebookAttribute that is an ActionFilterAttribute and a FacebookWebSession based off of the work done on Facebook.NET. read more...

add a comment |category: |Views: 37

tags: another

Visual Studio 2008 and .NET Framework 3.5 Service Pack 1 Beta(weblogs.asp.net)

submitted by mosesmoses(295) 4 years ago

public beta of upcoming .NET 3.5 SP1 and VS 2008 SP1 releases is published read more...

1 comment |category: |Views: 130

tags: another

ASP.NET MVC - Using Post, Redirect, Get Pattern(blog.eworldui.net)

submitted by mhawleymhawley(1125) 4 years ago

Moving away from the postback mindset and utilizing the Post, Redirect, Get pattern within ASP.NET MVC to achieve true separation and less chance of reposting form information. read more...

1 comment |category: |Views: 386

tags: another

47 ASP.NET MVC Resources to Rock Your Development(polymorphicpodcast.com)

submitted by craigshoemakercraigshoemaker(835) 4 years, 1 month ago

Get the grand tour of today's best ASP.NET MVC resources read more...

add a comment |category: |Views: 24

tags: another

Beware of the mysterious params in C#!(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

The 'params' keyword may behave different than you might think it should! This one is a must for every C# developer out there! read more...

add a comment |category: |Views: 38

tags: another

ASP.NET MVC Framework - ScottGu's Blog (weblogs.asp.net)

submitted by ashmindashmind(775) 4 years, 7 months ago

ASP.NET MVC Framework described by ScottGu. read more...

7 comments |category: |Views: 85

tags: another

The easiest way to refresh an UpdatePanel with JavaScript(encosia.com)

submitted by gt1329agt1329a(7849) 4 years, 10 months ago

A quick, easy way to refresh an UpdatePanel, from client script. No hidden button or other kludge necessary. read more...

add a comment |category: |Views: 207

tags: another