Архив рубрики: Публикации

WordPress on IIS does not load/display images

The first bump I got from encountering the WordPress rake on IIS: a problem with displaying pictures. When you upload an image to the ‘media’ of WordPress, it doesn’t display and gives an error:

 

HTTP Error 500.50 – URL Rewrite Module Error

 

After searching here and there it became clear that it is a problem with the rights to the folders. The permissions in IIS are very … how shall I put it softly – unusually in comparison with crystal clear system CHMOD *nux servers.

 

IIS permissions are set via folder properties -> “security”. Everyone who sits on the windows used to watch this tab, to change something in it in the daily “local” work there is rarely a need. And so – it occurred to me that this system is actually the Windows analogue of CHMOD, and for the web server is extremely important to configure it correctly.

Читать

WordPress Voice Input

Hi all, I’m Stucco. I decided to try voice text entry via Google Docs. This article will be about voice input and texting options for your social networks or blogs. I hope I don’t have to do a lot of editing on this text. In order for your voice to be well recognized it is advisable to speak clearly. So where do you get this tool? Type “Google Docs” into a Google search, or “Google Docs” in Russian. This service is available online, you do not need to download special programs or install applications. It’s a free service from Google.

Читать

Windows 7 завис поиск обновлений

Переустановил Windows 7. В итоге, вм6есто того, чтобы подарить мне шустрость пчелы, эта собака мелкософтовая заснула, проверяя обновления. Несколько часов спала – и нифига. Комп мощный, но обновления проверяются и проверяются… проверяются и проверяются…. Убиться можно.

Проблему как только не пытался решить. И наконец удача!

Решение проблемы с обновлением Windows 7: Читать

Выбор веб-сервера для WordPress под Windows

Бывают ситуации, когда интернет-сайт должен хостится на Windows Server. Это довольно редкий случай, но со мной это недавно произошло (первый раз за дюжину лет работы с веб-серверами): нужно было организовать хостинг сайта на железяке, где уже крутились всякие сервисы.

Первый вопрос, который встает – а какой собственно веб-сервер использовать? Можно, конечно, наколупать все на чистом Apache, но вручную все устанавливать и настраивать лень, тем более для относительно небольшого проекта.

Есть дохуятро готовых сборок – от знакомого многим Денвера и Open Server до 100500 вариантов *AMP’ов. Читать

What do you program in Python? Real-world applications with library examples

When I started learning Python, I got curious about what people write in this language. If you look at it from a general perspective, it seems like Python is used everywhere – it’s such a super universal language that you can write computer games, create a social network with pictures, make a website, and whatever else you want. Just learn Python and you can program whatever you want,

anything you want. It’s like saying that it’s like an entire house is built out of plaster… it’s only covered in plaster, but it’s built with concrete, for example. Python is plaster in that sense.

Читать

Выравнивание текста по ширине WordPress

В новых версиях WordPress разработчики почему-то убрали кнопку ‘выравнивание по ширине‘ или в разметке html атрибут align=justify. При наборе текста поста бросается в глаза неаккуратность форматирования, если весь тест прижат к одному краю. Такой стиль иногда выглядит стильно, но в большинство случаев человеку привычно читать текст, выровненный по ширине страницы. Как же это сделать в Вордпресс?

Читать