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...
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.
[WinRT] Binding ListView to CollectionViewSource in design time
![[WinRT] Binding ListView to CollectionViewSource in design time [WinRT] Binding ListView to CollectionViewSource in design time](http://www.logodesignlove.com/images/evolution/windows-8-logo.jpg)
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...
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 Для активации линз...
Быстрый поиск на 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...
[Аккорды] Ваня Воробей - ЗОЖ
Аккорды песни Вани Воробья - ЗОЖ Видео на vk.com Am G F Em Сделаю подход, потом еще подход, я сам росту и масса тела моего растет Я с тренировки не уйду - останусь здесь я жить, уж лучше буду здесь потеть чем по подъездам пить А школьники все пьют ягуар в подвале, а я на тренировке, здесь, в тренажерном зале Штырики проколы считают на руках, а я весь вечер во дворе, на турниках Припев Dm E Am С Давай разок, потом еще разок, браток сначала брусья, потом на турничек Dm E Am F Я не курю и не пью ни...
urlHandler or how to open url in the right browser
Hi All Problem: Due to certain habits I use the Opera browser, but unfortunately Opera does not work properly with SharePoint portals, and when I receive links to our corporate portal (in Skype, Outlook, etc...), I open it in Internet Explorer. Regular ctrl+c, ctrl+v make me sad, so I realized that I should solve this problem. Task: Write a little program, that will track clicks on the link in the applications (Skype, Outlook, etc...) and for specific links launch Internet Explorer instead of...
urlHandler или как открыть ссылку в нужном браузере
Всем привет. Проблема: В силу определенных привычек я пользуюсь браузером Opera, но к сожалению Opera не очень хорошо дружит с SharePoint порталами, и поэтому когда я получаю ссылки на наш корпоративный портал (через Skype, Outlook, etc...), то открываю их в Internet Explorer. Постоянный ctrl+c, ctrl+v меня удручал, вот и надумал я решить эту проблему. Задача: Написать приложение, которое будет отслеживать клик на ссылку в приложениях (Skype, Outlook, etc...) и для определенных адресов...
Yet another Raspberry Pi custom case

Hello all, I have made some modifications on my raspberry pi. First of all I added radiators on processor, Ethernet-controller and voltage regulator. The second one, I cut the custom case for raspberry. At home I had only 9mm compressed paper. So I took an office knife and a ruler and started to measuring and cutting. This case consists of three layers (like a pie): which holds raspberry pi and one part which is used to attach raspberry to the VESA on my TV Then I painted case in black color. Th...
Ubuntu mono dark Psi/Psi+ roster iconset

Hello all, My friend SADM and me have made a Psi/Psi+ ubuntu mono dark(Ambiance)-styled roster icons. This icons based on "stellar" iconset. Download (stellar-mono-dark.jisp.zip) Sources (stellar-mono-dark-src.zip) How to add icons to Psi/Psi+ in Ubuntu: 1. Download iconset: cd ~ && wget /wp-content/uploads/2012/11/stellar-mono-dark.jisp_.zip 2. Copy to psi iconsets folder: sudo cp ~/stellar-mono-dark.jisp_.zip /usr/share/psi-plus/iconsets/roster/stellar-mono-dark.jisp 3. Restart...