For any web design rounded cornered rectangles add a touch of professionalism and beauty. Unfortunately most methods using either JavaScript or layered images do not work very well on all browsers as expected by the designer or the user. Finally there is a nice method which works very well with IE7+ and Firefox 2+ perfectly, [...]
Archive for the ‘Coding’ Category
Pan, Zoom & Rotate Images With WPF using C#
September 24th, 2009
6 Comments
WPF is a awesome tool for the person who wants his software to look good. So many effects as well as animations can be applied in WPF. Today I’m going to talk about how to have UI which will allow a user to rotate zoom and pan an image within a WPF application. Now lets [...]
Sending Mail Using C#
September 14th, 2009
Comments Off
Sending mail in PHP is pretty easy, all you need to do is check if your Linux server (if that’s what you are running) has email capability. However in .net you need SMTP server host to send mails, so here is a easy tutorial as well as source code to send mails using C#. Prerequisites [...]


