Tuesday, November 25, 2014

WordPress redirect loop

If your blog is working fine when you include the "www" in the url, but you get a "This webpage has a riderect loop" message when you omit the "www" here's a quick and dirty solution for your problem.

Saturday, November 15, 2014

Set up a custom email address for free

If you have a website with a custom domain you can start sending and receiving email using a custom address like you@yourdomain.com.

Friday, October 11, 2013

Simple Console Application in D

D is looking like the next big thing. Let's write a simple console application to become familiar with it.

Monday, September 30, 2013

Installing Ubuntu on the pcDuino

pcduino
There are several methods of installing Ubuntu on the pcDuino. All of them are simple... or are they?

Sunday, February 5, 2012

Image resize filter for xupload in Yii framework

I was recently testing a wonderful AJAX upload widget xupload for Yii framework and decided that I want to resize the picture after it was uploaded. I found another extension Image that did the trick perfectly, but one question remained: where should I put image resize code, so that I wouldn't have to change the xupload code?