How-to Fix "Http failure during parsing" Error

1
Comments
How-to Fix

In my frontend application, I was making requests to the backend API, but in some cases, I was getting the following error: Http failure during parsing for http://localhost/api/get-data. If you are facing the same problem welcome on board! In this article you will see why this error is happening and how to fix it.

Read further...

WebAssembly - The Next Step in Web Development

1
Comments
WebAssembly - The Next Step in Web Development

A long, long time ago, developers were using machine codes to program computers. It was hard to keep all of them in mind, easy to make a mistake, and almost impossible to read.  After struggling with machine codes, they created mnemonic codes to refer to machine code instructions aka Assembly language. The assembler was responsible for translating assembly language to machine codes.

Read further...

Advanced Tic Tac Toe final release

0
Comments
Advanced Tic Tac Toe final release

Сегодня состоялся последний плановый релиз замечательной стратегической игры Advanced Tic Tac Toe. В этом релизе добавлена подсветка последнего хода противника, страница описывающая правила игры и немного информации о нашей замечательной комманде ;) Но на этом мы не заканчиваем, у нас еще полно идей и желания для реализации будущих проектов. Advanced Tic Tac Toe был проектом для "разогрева" и он с ним справился. Теперь он переходит в стадию поддержки (громко сказано :-)). Спасибо всем за внимани...

Read further...

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...

Чат в Tic Tac Toe Advanced

0
Comments
Чат в Tic Tac Toe Advanced

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

Read further...

Tic Tac Toe Advanced v3.0

0
Comments
Tic Tac Toe Advanced v3.0

Продолжаем выкатывать обновления нашего детища. Сегодня в третий раз обновили Tic Tac Toe Advanced. Так получается, что мы работаем по скраму с недельными итерациями, постараемся и в будущем делать релизы раз в неделю. Скрам у нас получился довольно интересный, в роли product owner у нас выступает коллективный разум, вместо ежедневных скрам митингов, планирования и ретроспектив у нас вечерние посиделки за чашкой чай\кофе. Такой скрам мне нравиться :) В текущем релизе были пофикшены баги разметки...

Read further...

Играй с друзьями в Tic Tac Toe Advanced

0
Comments
Играй с друзьями в Tic Tac Toe Advanced

Сегодня выпущено первое обновление Tic Tac Toe Advanced - игры в крестики-нолики для продвинутых. Теперь вы можете обыгрывать ваших друзей и близких в этой увлекательно стратегической игре :) Вы можете заметить что в игре появилась возможность регистрироваться, но вход пока что не работает, в ближайшем будущем мы доделаем данный функционал и вы сможете полноценно наслаждаться игрой и следить за своей статистикой и успехами друзей. Приятной игры

Read further...

Tic Tac Toe Advanced - web edition

3
Comments
Tic Tac Toe Advanced - web edition

Доброй ночи, Не зря были прожиты два выходных дня. Рады представить вам Tic Tac Toe Advanced web edition. Теперь поиграть в увлекательную игру можно с любого девайса у которого есть доступ в интернет, нормальный браузер и включенный java script. Над первой версией js игры в альтернативные крестики нолики, не покладая рук, трудились Андрей Сташук и Иван Деревянко :) Пока что реализован базовый функционал игры. Регистрация\авторизация будет доступна в следующей версии (вы можете регистрироваться и...

Read further...

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...

Synchronize opera tabs

0
Comments
Synchronize opera tabs

Hello all, If you want to synchronize opened tabs in opera, you can notice that opera can't do this... I would like to introduce you Sync Open Tabs - extension for opera that synchronize opened tabs using Opera Link notes. You just need to install this extension, enter computer name and get opera link verifier code (see detailed instruction). This is first version, so it can contain bugs. If you find any bugs please inform me (drussilla7@gmail.com).

Read further...