Tag Archives: Development

Falkor, a social network completely hosted in Github

I have been waiting for a long time for a social network that doesn’t belongs to a corporation. I would like to see something open and libre, like Wikipedia but as a social network. But I also believe that social networks … Continue reading

Posted in Off topic | Tagged , | Leave a comment

.htaccess redirect to a new domain

I post this little snippet because isn’t easy for me to found it. Here is. [plain]RewriteEngine on RewriteCond %{HTTP_HOST} ^([^.:]+\.)*oldwebsite\.com\.?(:[0-9]*)?$ [NC] RewriteRule ^(.*)$ http://www.preferredwebsite.net/$1 [R=301,L][/plain] Thanks Wikipedia!

Posted in Snippets | Tagged , , | Leave a comment

Ajax logins: why?

I’m starting this new blog with this little suggestion: avoid ajax logins. Ajax it’s really cool and handy, I know, but for a login page only can be useful in very particular cases. In the rest, only helps to save time … Continue reading

Posted in Development | Tagged , , , , | Leave a comment