Horizontally scrolling websites

0
Comments

I want to create Windows 8 (Metro UI) theme for Wordpress, first of all I should put all content horizontally, and allow users to scroll this content using mouse wheel. Demo To solve this problem I have used jQuery and scrollTo jQuery plugin. First of all we should subscribe to mouse wheel event: function initScrollCapture() { var body = document.getElementById("body"); var mousewheelevt=(/Firefox/i.test(navigator.userAgent))? "DOMMouseScroll" : "mousewheel" if (bod...

Read further...

Sync-open-tabs updated

0
Comments
Sync-open-tabs updated

Hello all, New version (0.3.1) of Open Sync Tabs available for download. Bug with memory leak was fixed in the new version, so now Sync Open Tabs shouldn't harm your browser.

Read further...

[WinRT] Binding ListView to CollectionViewSource in design time

4
Comments
[WinRT] Binding ListView to CollectionViewSource in design time

It would be really useful if you could see all binded data in design time in VisualStudio or Blend. To do this you should set page DataContext in xaml: <Page.DataContext> <viewModels:MainPageViewModel /> </Page.DataContext> In this case you will use the same ViewModel for design and run time. If ViewModel require different data loading logic for design and run time you should use Windows.ApplicationModel.DesignMode.DesignModeEnabled in ViewModel constructor to determine in witc...

Read further...

Unity Lens for torrents.net.ua

1
Comments
Unity Lens for torrents.net.ua

Unity Lens для поиска релизов на терекере torrents.net.ua   Для установки нужно добавить репозиторий: sudo add-apt-repository ppa:druss/unity-lens-torrentsnetua sudo apt-get update И установить линзу: sudo apt-get install torrentsnetuasearch Для поиска по сайту линза логинится под вашей учетной записью, которую необходимо настроить. Открываем файл на редактирование: sudo nano /etc/torrentsnetuasearch.conf Указываем логин и пароль под которым вы заходите на torrents.net.ua Для активации линз...

Read further...

Быстрый поиск на torrents.net.ua в Ubuntu

0
Comments
Быстрый поиск на torrents.net.ua в Ubuntu

Я довольно часто пользуюсь поиском сериалов/фильмов на замечательном трекере torrents.net.ua. Так же, я давно использую Ubuntu в сочетании с Unity. Для запуска приложений я пользуюсь поиском через Dash (аналог меню "Пуск"). Поиск этот расширяем, и для этого предусмотрен API. В один из вечеров, родилась идея добавить поиск по torrents.net.ua в Unity Dash, так, just for fun :) Вот что получилось: Для установки нужно добавить репозиторий: sudo add-apt-repository ppa:druss/unity-lens-torrentsnetua s...

Read further...