Vasiliy Selivanov

  • RSS

1 of may in Copenhagen

Posted on Friday, May 2nd, 2008

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

Google 10th Birthday

Posted on Thursday, September 25th, 2008

New google page www.google.com/tenthbirthday/ On this page you could find Google Timeline. Some facts : When Larry met Sergey  – Summer 1995 Google in 10 languages – 9 May 2000 Search index: 1 billion pages – 26 June 2000 Google Image Search – 28 July 2001 Google Chrome browser – 1 September 2008 Project 10100 [...]

continue reading

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

Regular expressions!

Posted on Thursday, January 29th, 2009

Check this online tool http://gskinner.com/RegExr/.

Check you regular expressions with this amazing flex application.

ex.

Regular

Posted in: Flex.