Call WCF service method from javascript (jQuery)

0
Comments

In Advanced Tic Tac Toe we have created WCF backend service and web-based frontend application. Our web application written in javascript, so we want to call WCF service methods through jQuery. There is a small instruction how-to call WCF service from javascript code. First of all you should decorate your service interface with WebInvoke attribute [OperationContract] [WebInvoke(UriTemplate = "Start", RequestFormat = WebMessageFormat.Json, ResponseFormat = WebMessageFormat.Json, Method...

Read further...

[Fix] Error during installing Windows 7 from USB (Setup was unable to create a system partition or locate an existing partition.)

192
Comments

When you try to install Windows 7 from USB flash drive you may get following error message: "Setup was unable to create a system partition or locate an existing partition." This happens when you have more than one partition on your drive. In google you could find many solutions which require manipulations with your disk (formating, changing partition structure, etc.), but I have found one tricky solution: When you see the error - remove the flash drive from the computer Press exit (red cross in...

Read further...

Host WCF service library in ASP.NET MVC 4 application

4
Comments

If you have existed WCF service library and want to host this WCF serivce in your ASP.NET MVC4 application I have prepared this short how-to. For example you have WCF service located in FooWCF assebly and  MVC4 application located in BarWeb project. Open BarWeb project and add reference to FooWCF assebly. Now, add testService.svc WCF Service file in to BarWeb project, remove ItestService.cs and testService.svc.cs files from project. Open testService.svc and replace <%@ ServiceHost Language=...

Read further...

Deploy ASP.NET MVC 4 application + WCF service to the free AppHarbor cloud

0
Comments
Deploy ASP.NET MVC 4 application + WCF service to the free AppHarbor cloud

This article is a step by step instruction to deploy your ASP.NET MVC 4 application that hosts WCF service to the free AppHarbor cloud hosting with MS SQL server and NewRelic monitoring functionality. Configure AppHarbor You need to register an account on https://appharbor.com/, then go to "Your Applications" and create the new one. For example we will create application with name "testForBlock". Then you should add SQL server add-on to your site. Go to "add-on catalog", select "SQL Server" and...

Read further...

Run noVNC with websockify on Windows [Server disconnected (code: 1006) fixed]

4
Comments

To use noVNC with existing UltraVNC server you need to do some simple steps. When you launch js vnc client, it will connect to websockify - websockect to tcp proxy, which will connect to your vnc server. Here are these steps: Step 1. Configure vnc server You should install and configure UltraVNC server on your destination machine. For example: install vnc server on Windows 7 machine with IP: 192.168.1.100 and configure them to listen on 5555 port. Now you can connect to 192.168.1.100:5555 using...

Read further...

Чат в Tic Tac Toe Advanced

0
Comments
Чат в Tic Tac Toe Advanced

Сегодня состоялся 4-й релиз увлекательной стратегической игры в крестики-нолики. В Tic Tac Toe Adnvanced появился компактный чат. Теперь можно обмениваться впечатлениями с соперником во время игры. Вы сможете прокомментировать ход противника не переключаясь на другую вкладку. Но даже если вы покинули игру, например во время ожидания хода противника, Tic Tac Toe напомнит вам о необходимости сделать ход миганием иконки вкладки. В дальнейшем планируем добавить индикацию последних ходов игрока и про...

Read further...

[Аккорды] Ваня Воробей - Умирает моя страна

0
Comments

Ваня Воробей - Умирает моя страна Видео на youtube.com Еще один вариант со стандартным строем гитары Все аккорды играть на баре A#m D#m Меня разрывает злоба каждую минуту, куда же катиться наша страна? G# C# F В Йобурге поставили памятник Гене Букину, скоро в мавзолей положат ведущего Дом-2 A#m D#m Красной площади имя дадут "площадь Фриски Жанны" G# C# F A собор Василия Блаженного назовут "собором Джамшута и Равшана" Припев D#m A#m А поколение пепси сменилось поколением ягуар...

Read further...

Оптимизации в WPF MultiDataTrigger

0
Comments

Использовал я однажды MultiDataTrigger в WPF приложении, и стало мне интересно а применяется ли для условий оптимизация на подобии оператора && в C#, когда второй операнд вычисляется только если первый равен true. Напомню, для того что бы сработал MultiDataTrigger необходиом выполнение всех условий заданных в блоке Conditions: <Style TargetType="Grid"> <Setter Property="Background" Value="MediumAquamarine" /> <Style.Triggers> <MultiDataT...

Read further...

4 года блогу, статистика

0
Comments
4 года блогу, статистика

Всем привет. Сегодня наткнулся на страницу свое блога в интернетах. И начал листать первые статьи. Как оказалось блог я начал вести 6 сентября 2009 года, чуть более 4-х лет назад. Почитал старые записи, посмеялся над ними, особенно порадовала запись о силе свободного ПО. Очень интересно читать записи 4-х летней давности, понимать что мировоззрение изменилось (и не только в радикальном отношении к СПО). Читая старые, бредовые записи (хотя на тот момент они казались мне вполне уместными. И возможн...

Read further...