If you want use VCE Modile on your Android device but don't want to pay you could install cracked VCE Moble Lite. Download and install Important: Don't forget to enable installation of non-Market apps in your device settings.
[sevennet.org] Идея заработка в интернете
Решил я заработать деньжат в интернете, но вестись на разводы "легкого заработка в интернете" я не собирался. Подумав немного на чем в интернетах можно сделать денег, была выбрана реклама. Но для заработка на рекламе нужны посетители и сайт на который они будет заходить. Для заходов нужно появляться в поисковой выдаче, а что бы быть не в самом конце списка желателен уникальный контент. [caption id="" align="alignright" width="330"] КДПВ[/caption] Но где брать уникальный контент? Тут то мне и при...
[WPF] ContextMenu Commnad binding issue fixed
If there is no focused element in the window's main focus scope, the CanExecute routing will stop at the ContextMenu, so it will not reach to the CommandBinding on the Window, one workaround is to bind MenuItem's CommandTarget to the main window. <ContextMenu > <ContextMenu.Items> <MenuItem Command="ApplicationCommands.Open" CommandTarget="{Binding Path=PlacementTarget,RelativeSource={RelativeSource AncestorType={x:Type ContextMenu}}}"/> </ContextMenu.Ite...
[Аккорды] Владимир Соколы (ВВС) - "Street Workout" - Твой Рай (Как Минин Денис)
Аккорды песни Владимир Соколы (ВВС) - "Street Workout" - Твой Рай (Как Минин Денис) http://www.youtube.com/watch?v=S7KO5CeIV0k Проигрыш: Am G Am G Am G Русь пробудилась мы видим сами, C G Am Русь прирастает богатырями Всем сильным духом неведом страх, Проводим время на турниках Припев C Dm Качай бицуху, качай грудак, F C Качай как Минин Денис "вот так!" Am Dm Зимой и летом всегда качай C G Am И Street Workout - твой рай Проигрыш Workout - сила, Workout - мощь, Неважно солнце мороз иль...
[Fixed] "CARTRIDGE_VERSION_2: line 1: 2: command not found" OpenShift application push error
After pushing updated version of my wordpress blog to OpenShift git repository, I have got "CARTRIDGE_VERSION_2: line 1: 2: command not found" error. You could see this error if you are pushing your changes in Drupal, Wordpress, Rails, Spring, Django, Reveal.js, CakePHP, or Dancer applications. To fix this error go to OpenShift applications repository and get the latest version of your app (wordpress-example): git clone https://github.com/openshift/wordpress-example.git Then copy and replace .o...
Synchronize OpenShift application after update
For this blog I am using OpenShift cloud (started plan). After updating wordpress engine through admin panel, updated files are not available in application git repository because they were not commited to git on remote server. To synchronize your OpenShift application with git repository you should perform following steps: Install and configure rhc command line tool as described here Connect to your application through ssh Go to OpenShift application page. Copy ssh connection string (lik...
Game over
Так и не осилил я тридцатидневный блогомарафон :( Было опубликовано 23-и статьи, на 24-й день я засмотрелся сериал "Восьмидесятые" и просто забыл написать статью. Сегодня думал написать две, но так и не смог придумать о чем писать. Это и есть основной причиной остановки блогомарафона - нет идей. Где-то в районе 15-го дня у меня уже не получалось так просто выбирать тему для публикации, иногда по пол часа сидел перед пустой страницей "Add New Post". Вывод: стоит писать только когда есть о чем пис...
[WPF] Auto Scroll Behavior for ListBox
If you want scroll ListBox to the end automatically when new item added in ItemsSource collection you could use following attached behavior. This approach perfectly suit for MVVM way. ListBoxBehavior.cs: using System.Windows; namespace ListBoxBehavior { /// <summary> /// ListBox AutoScroll attached properties /// </summary> public static class ListBoxBehavior { public static readonly DependencyProperty AutoScrollProperty = DependencyProperty.RegisterAttached( "AutoScroll",...
Darwin Descriptor GUID Converter
If you don't know what is Darwin Descritor you should read this article first. To show you what it is and where you could find it here: Also you could read about Darwin Descriptor structure here . I have wrote simple C# implementation of DarwingDescriptors GUID converter. Assembly: DarwinDecriptor.dll Namespace: DarwinDecriptor .Net Framework: 4.0 Convert Darwing Descriptor GUID to System.Guid: var converter = new GuidConverter(); var encodedDarwinDescriptorGuid = "ykG^V5!!!!4!!!!MKKSk...
Воспоминания о былом. Колхоз-моддинг клавиатуры
Продолжу серию статей на тему былого колхоз-моддинга. Крутому 16-ти летнему кулхаЦкеру нужно что? Правильно, крутая кулхаЦкерская клавиатура с подсветкой. Сказано - сделано: Подсветку сделал светодиодную, питание подключил от ps/2 к которому и подключена клавиатура. Ссади на клавиатуре есть маленький выключатель. Светодиоды были засунуты в полупрозрачные трубки и прикрепленны двухсторонним скотчем к пластиковому П-образному профилю. Сам профиль прикручен по краям шурупами, которые находятся в та...