Michael Sync - Crisp, minimal personal blog
Michael Sync

Michael Sync

Crisp, minimal personal blog

10 Oct 2006

JavaScript: Changing the image at runtime.

Do you need to change the image from Javascript? Here is the tip.
13 Jul 2006

Bugfix for CMotion Image Gallery (Javascript)

Here is my bug fix for the issue that I got when there are more than one image container in the page
30 Jun 2006

Maintain Scroll Position of DIV using JavaScript – ASP.NET 2.0

Some people have some problems in maintaining the position of the DIV. Initially, The most of people are using htc for solving this problem. but there are so many disadvantages of using htc such as it works only in Internet Explorer, it doesn't work properly with Visual Studio 2005 and so on. Here is the solution I got for solving this problem.
14 Jun 2006

JavaScript – Working with Database

Not the recommended way. but this is the most popular question.
01 Jan 1

ASP.NET MVC – Multiple Files Upload Bug or by-design issue?

The issue is that when you http-post the request that contains a file html element then you got 1 for files.Count() but null for files.First().