home

Archive for July, 2007

Convert new lines to single line space when read from external file

Monday, July 9th, 2007

This is a handy code that I use very often in actionscript 1 and 2 to convert new lines to one new line as it is visible in html. Flash thinks them as double new lines \n\n instead of \r\n (return and new line). This code removes \n (new line) and leaves \r (return) in string.


function textToFlashTF(text) {
return text.split('\r\n').join('\r');
}

Bloggum Blog competition is accepting competitors

Monday, July 2nd, 2007

Bloggum Turkish blog service having competition. Blogs compete in design, content, interaction with readers and continuity. Application for competition is going on and will accept users until 8 July 2007. After, each user will have right to use 3 votes for blogs they like. Blog that collects most of the votes will be the winner.

Bloggum blog yarismasiMain prize for competition is Samsung S630 6 mega pixel digital camera. First 5 blogs will receive a handbook “Blogla pazarlama”, about how to make successful marketing blog.

Visit official bloggum blog for competition details.

© 2005-2006 veppa.com |

eXTReMe Tracker