Blog

Welcome to our Blog, here you can find news and articles related to the IT industry. If you are interested in finding out more about our company, you can take a look at our portfolio or read about us.

How to parse RSS using PHP and C#

April 15, 2009

In last article I explained what is RSS feed, and how to create it, this time I will show how to parse it and display on your website using PHP and C#.

Add a comment (25) 31,684 Views Read more

How to resize an image with .NET (C#)

April 03, 2009

In last article I described how to resize an image using PHP, and somebody asked me to provide same example in .NET. So here is a sample C# code for resizing an image on he fly. Once again I want to mention that it is better to resize an image when it is being saved, so you would not have to resize it on the fly.

Add a comment (1) 9,359 Views Read more