Vasiliy Selivanov

  • RSS

Clearfix

Posted on Monday, September 8th, 2008

I want to share with you great css feature called clearfix. So use it instead of clear:both, and you will be happy. Many times this feature help me in my projects Using is pretty simple 1  <div class="clearfix">     <div style="float:left;"></div>     <div style="float:right;"></div> </div> Clearfix class is: 1<br /><span style="font-family: Courier New;">.clearfix:after {<br />&nbsp;&nbsp;&nbsp;&nbsp;content: [...]

continue reading

Reinhold Weber – 40 Tips for optimizing your php code

Posted on Friday, April 4th, 2008

If a method can be static, declare it static. Speed improvement is by a factor of 4. echo is faster than print. Use echo’s multiple parameters instead of string concatenation. Set the maxvalue for your for-loops before and not in the loop. Unset your variables to free memory, especially large arrays. Avoid magic like __get, [...]

continue reading

Windows vista source :)

Posted on Tuesday, April 8th, 2008

from: http://habrahabr.ru/   Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post

continue reading

Amazing game advertise!!

Posted on Wednesday, September 24th, 2008

Go to this link: fr.youtube.com/experiencewii and look video to the end. Very cool idea!!

 

Posted in: games.