Popular Posts

Recent Posts

Characters in Midnight commander via Putty from Windows 8

Midnight Commander with unreadable characters

When I first started Putty on my Windows 8.1 x64, connected to my server and ran Midnight Commander, I saw picture like this (see drawing 1). Instead of separating lines there were unreadable characters. It wasn’t what I expected to see and the first thing came in my mind is to fix it.  Read more»

Windows

How to lock cells in Microsoft Excel 2013

Figure 1. Excel table

When you work in Excel with large tables, for example, price list, sometimes while scrolling you forget what columns you are watching. To make more comfortable work with tables you can fix position of cells (row or column) so that other cells to be scrolled and the cells with names are fixed. Read more»

Microsoft Office

Get List info by ID in SharePoint

Using PowerShell it’s rather easy to find information list. In messages about denied access (especially in custom SharePoint solutions) you can see in URL ID of denided list. To find-out where it is you can using this script:  Read more»

SharePoint

No-www redirect: www.markimarta.com to markimarta.com

Search engines don’t like some versions of site URL, even if it’s the same domain with and without "www". Sometimes search engines can ban your site because of the same content on several domains. So, if you want your site to be without "www", you need to add some rules to a web-server. For example, […] Read more»

Web server

Change table columns order via jQuery

When you have a table which you can’t edit, you think you can’t do anything with it. It may be a result of an outside procedure or web-service (usually it returns data in XML, but html-table also can be). So, for example, we have a list of Borussia Dortmund players. We know id in list, […] Read more»

React