Jun 25 2009
MeioCódigo now in Twitter
We have created a profile for MeioCódigo in Twitter. We will twitt all our blog posts and something related to the blog’s topics. If you like MeioCódigo, start following our twitter.
Jun 25 2009
We have created a profile for MeioCódigo in Twitter. We will twitt all our blog posts and something related to the blog’s topics. If you like MeioCódigo, start following our twitter.
Jun 08 2009
Juan Basso created a project hosted at github. I am unable to keep working on this behavior an he is making some updates to the code. I think github is a great tool because you can simply fork the project and make your own changes. Go check his work: http://github.com/jrbasso/MeioUpload/tree/master
May 03 2009
meioMask 1.1.1 s out!
It doesn’t change a lot of things, but i needed to realease it since there a little bug on the fixed and ‘repeat’ mask (old ‘infinite’). Basically the caret was buggy on ‘repeat’ inputs that accepts more characters than it should (i don’t know how to explain this). Fixed masks weren’t firing the onkeyup event properly, causing little bugs, but it is now ok.
Added 2 new options:
To end changes, the project is being hosted now at github, witch is kind of better than the old one.
Everyone that has 1.1 working ok is encouraged to change to 1.1.1.
v1.1.1
v1.1
You can see the plugin page here. It contains documentation and examples. Please tell me any bug, new feature, english errors on documentation…. anything! I’ll be glad to hear your feedback and make the fixes. Hope it helps you!
Apr 26 2009
No dia 24 de abril de 2009, no SENAC em Natal/RN, ocorreu o FLISOL. Neste evento, eu ministrei um mini curso de django. Então estou disponibilizando tanto os arquivos_mini_curso desenvolvido durante o curso, como os slides.
Apr 24 2009
Venho através deste convidá-los ao FLISOL/RN 2009. O Festival Latino-americano de Instalação de Software Livre do RN irá acontecer no dia 25 de abril de 2009 no SENAC em Natal.
No evento eu irei ministrar um mini-curso introdutório ao framework Django das 14:00 as 17:00 horas, cujo objetivo é formar pessoas com conhecimentos básicos acerca do framework. O mini-curso irá abordar diversos conceitos do django através do desenvolvimento de um blog.
Maiores informações sobre o evento podem ser encontradas no site.
Apr 23 2009
MXHR stands for multiple XmlHttpRequests and was created some days ago by digg.com front end engineers.
This awesome technology lets front end engineers request more than one resource in a single XmlHttpRequest. As an example you will be able, in the future (the project is in alpha release), to get a javascript file, a css and some images with only one request, meaning that you will consume less bandwidth, will get data faster and it will be ordered the way you want. Cool huh?
See more detais on digg’s blog.