Vasiliy Selivanov

  • RSS

21 Awesome (But Lesser-Known) Open-Source Applications for Windows

Posted on Sunday, April 13th, 2008

Unless you’ve been hiding under a rock in Madagascar for the last few years, you undoubtedly already know about the All-Star open-source applications for Windows. I’m talking about applications such as Firefox, Thunderbird, GIMP, OpenOffice, and VLC. However, there are hundreds of lesser-known but highly-useful open-source applications available for Windows. A few of my favorites [...]

continue reading

Adobe CS5 – Flash and Photoshop CS5 preview

Posted on Tuesday, September 22nd, 2009

Some new information about Adobe CS5 FLASH CS5 Known issues Code Samples panel TLF text XML-based file format Live preview video component Adobe Media Encoder Screenshots video Adobe Flash CS5 Viper presented on FOTB 2009! – www.CS5.org from Adobe CS5 on Vimeo.   more PHOTOSHOP CS5 video more   from: http://cs5.org http://www.adobe.com Bookmark on Delicious [...]

continue reading

Adobe Photoshop Lightroom 2.0 Beta

Posted on Wednesday, April 2nd, 2008

Today released Adobe Photoshop Lightroom 2.0 Beta. So whats new: Localized corrections — Enhance specific areas of an image for unsurpassed nondestructive flexibility and control reminiscent of the traditional darkroom dodge and burn experience. Improved organizational tools — Find the images you need quickly and easily. Multiple monitor support — Add an additional monitor to [...]

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: &quot;.&quot;;<br />&nbsp;&nbsp;&nbsp;&nbsp;display: block;<br />&nbsp;&nbsp;&nbsp;&nbsp;clear: both;<br />&nbsp;&nbsp;&nbsp;&nbsp;visibility: hidden;<br />&nbsp;&nbsp;&nbsp;&nbsp;line-height: 0;<br />&nbsp;&nbsp;&nbsp;&nbsp;height: 0;<br />}<br /><br />.clearfix {<br />&nbsp;&nbsp;&nbsp;&nbsp;display: inline-block;<br />}<br /><br />html[xmlns] .clearfix {<br />&nbsp;&nbsp;&nbsp;&nbsp;display: block;<br />}<br /><br />* html .clearfix {<br />&nbsp;&nbsp;&nbsp;&nbsp;height: 1%;<br />}</span><br />

 

Posted in: css.