-rw-r--r-- 1.2K Apr 17, 2012 · 26E6420 · ~1 min

Samyang 8mm f/3.5 Canon EF-S lens, test shots

объективы samyang

I bought myself a new toy yesterday. I had wanted a fisheye for a long time. Test shots are below the cut. Today's dreary rainy St. Petersburg weather made the photos extra gloomy, but it didn't reduce the fisheye effect.

[↵] open page ob-ektiv-samyang-8mm-f-3-5-canon-ef-s-testovye-snimki.md
-rw-r--r-- 821B Apr 2, 2012 · 1C8BCE9 · ~1 min

Est Est Est at the Kitaysky Lyotchik Jao Da club on March 31, 2012, audio

концерты аудио бутлеги zoom h4n есть есть есть

On Saturday we went to an Est Est Est concert at the Kitaysky Lyotchik Jao Da club. I recorded the whole concert on a Zoom, putting it on the sound engineer’s table at the last moment. It turned out better than what we could hear ourselves. Several new songs. I want to try recording bootlegs at concerts. A first attempt.

Есть Есть Есть в клубе Китайский лётчик Джао Да 31 марта 2012

Tracklist:

  1. Reflection
  2. Pasta
  3. Olympiad
  4. Winter
  5. Lisbon
  6. Palette
  7. Painter Duck
  8. Résumé
  9. Spring
  10. Autumn
  11. Fantastika (without trumpet)
  12. Squirrel Island
  13. Parfyonovtsy
  14. Victory Day
  15. Udelochnaya
  16. Fantastika (with trumpet)

Download (mp3, 320 kbps, 206 MB)

[↵] open page est-est--est--v-klube-kitajskij-lyotchik-dzhao-da-31-marta-2012--audio.md
-rw-r--r-- 1.2K Mar 28, 2012 · 64007C0 · ~1 min

Script for pinning a block while scrolling

jQuery Sticky Scroller javascript скрипты полезное

I had wanted to make something like this for a long time, so that when the page is scrolled some block would scroll together with the page up to a certain point and then stick. Today I found a plugin called jQuery Sticky Scroller

You can download it here.

It is connected quite simply:

var scroller = new StickyScroller("#menu",
{
    start: 270,
    end: 50800,
    interval: 200,
    range: 100,
    margin: 0
});

As the parameter name suggests, when scrolling goes more than 270 pixels past the top edge of the page, the #menu element is fixed on the page, that is, it gets the CSS property position: fixed;. The end parameter is responsible for the lower bound of scroll tracking, in case the fixed element should not stay fixed all the time. The margin parameter defines how far from the top edge of the browser window the element will be positioned.

The plugin also has several public methods; I do not see much point in describing them here, the description is available on the plugin page.

[↵] open page skript-dlya-fiksirovaniya-bloka-pri-skrolle.md
makoni@arm1:~/blog$ cd ../page-30/ // ← previous cd ./page-32/ // more posts →