Feed on
Posts
Comments

Archive for the ‘Asp.net 2.0’ Category

Today I saw the notice of the first official release of the freely available blogengine.net. I already installed it once when it was in the alpha/bèta phase. Back then I saw the potentials and definitly the ease of customizing and integrating it. Nowadays when I look at the features list as well as the [...]

Read Full Post »

I saw the notice on Informationweek that Microsoft released a beta of the VS.net Orcas.
Find out more here.

Read Full Post »

The ajax control toolkit contains a control called ModalPopupExtender. This extender allows you to create a dialog-like interface for webpages.When you use it like it is meant to use you would set a TargetControlID and a PopupControlID. The first is the control that will trigger the popup to show while the latter is the control [...]

Read Full Post »

IE Png Transparancy fix

When I was working on the ISBNDB API wrapper website I faced the problem of having grey backgrounds on my png images that were supposed to be transparant. After searching for a bit on the all knowing google I found the following site that proposes a working fix in the form of a javascript.
URL: http://homepage.ntlworld.com/bobosola/index.htm

Read Full Post »

Hello,
I’ve been working on and off on the isbndb api wrapper. It’s a managed component that wraps around the api of isbndb.com.
I’ve created a small website that will demonstrate the functionalities of the wrapper. It is still very basic and there are already more functionalities completed that can not be tested on the website yet.
Here [...]

Read Full Post »

Today I saw on David’s blog that microsoft is offering a free e-learning course for the ASP.Net Ajax technology.
Check out David’s post about this for more information.

Read Full Post »

Yesterday we had a small problem with a project of ours. We have a reporting system that server side will process the report and if configured it will print this on a printer somewhere in the network.
When we first tried this every time we printed to a network attached printer we got an error saying [...]

Read Full Post »