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

Zend Studio for Eclipse V6.1

Posted on Thursday, September 25th, 2008

  Some new features and main FIXED BUG with "Building workspace"!   download http://www.zend.com/en/products/studio/downloads 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

Cool clock site

Posted on Monday, March 31st, 2008

If you go to this link http://billychasen.com/clock/ you will see smth like this 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

Vector graphics in browser

Posted on Tuesday, April 8th, 2008

from gwt.org.ua

First of all look at the demo:

http://gwt.org.ua/demos/gwt-dojo-drawdemo/DojoSimpleDemo.html

if you are interested – download project archive for Eclipse. For correct work with project under Eclipse you need to configure variable GWT_HOME as described in previous publication.

Demo:

Vector demo

Posted in: Technology, Website.