Archive for the ‘Coding’ Category

CSS Rounded Corners That Really Work in IE and Firefox

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, [...]

Pan, Zoom & Rotate Images With WPF using C#

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#

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 [...]