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.

PHP, allow visitor to download image that is not on your server

March 09, 2012

We posted web development guide with the information on how to save remote images from the web using PHP, and one of the web developers asked us a question on how you can allow people to download the image without saving it on the server, and here is the answer to this question.

Add a comment (10) 22,017 Views Read more

How to create CAPTCHA using PHP

October 05, 2009

In last article I explained what CAPTCHA is and why it is used (you can find that article here). Here I will provide PHP code that crates and uses CAPTCHA.

Add a comment (40) 316,471 Views Read more

How To Create A Lightbox To Display Text Or Images

May 28, 2009

Here is the most simple way to code a Lightbox, just under 55 lines of HTML and JavaScript code.

Add a comment (21) 27,059 Views Read more

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,434 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,107 Views Read more