(Russian) Яндекс.Фотки и блог – простая автоматизация
3 августа 2010 • Полезное • Комментариев нет
Sorry, this entry is only available in Russian.
Популярность: 1%
все, что я хотел сказать
3 августа 2010 • Полезное • Комментариев нет
Sorry, this entry is only available in Russian.
Популярность: 1%
2 августа 2010 • Полезное • Комментариев нет
I started to use as photohosting Yandeks.Fotki.
And immediately got a problem: for some reason does not work plug Shutter Reloaded - instead of a beautiful display photos on the background page is opening photo itself.
And all because of the fact that Yandeks.Fotki not put the extension in reference to the original photo.
Example link to the original photo:
http://img-fotki.yandex.ru/get/4803/chenadonet.4/0_3309c_421b9b56_orig
Fix: open in plugin-editor the file shutter-reloaded/shutter-reloaded.js
We find there is a piece of code verification image extensions:
if(b!=".jpg"&&b!=".png"&&b!=".gif"&&b!="jpeg"){continue}
And appends the end of "orig" in the condition:
if(b!=".jpg"&&b!=".png"&&b!=".gif"&&b!="jpeg"&&b!="orig"){continue}
Now the reference to the original Yandex.Fotki will open normally.
Популярность: 1%
9 июля 2010 • Google Analytics, Разное • 4 комментария
In the film "Loser" is a scene in which a gang of ex-commandos trying to decipher the data on the stolen media.
Phrase: "Load algorithm, and ..."
Character-programmer presses Enter ... And we see the secret information:) under the cut
Популярность: 1%
12 мая 2010 • Google Analytics • Комментариев нет
There are often cases where there is a need to add on the site the second counter of Google Analytics (usually from another account). Often seen cases where after installing a second counter first, worked before without problems, began to fail.
In this post I'll show you some things in the code, which can bring you many problems.
Популярность: 1%
11 мая 2010 • Google Analytics • Один комментарий
Not so long ago employees of SUP enabled Livejournal bloggers use their blog counter Google Analytics.
Blogger must perform two simple steps:
After that, each page of the journal will contain a standard counter code Google Analytics. More information .
Actually now the owners of blogs get from Google Analytics the same functionality as regular bloggers and site owners. Yet there are limits. On them will be discussed below.
Популярность: 1%
6 мая 2010 • Google Analytics • Комментариев нет
I am not an active user of Twitter. In recent years begun to leave its reference to the positions for promotion.
I tag links to twitter by tags of Google Analytics to see in the report how many visitors come from it.
Anyone who has worked with Google Analytics, may ask: why tag links, if traffic from twitter will be seen as a referral.
A: I mark not just a particular site, I mark distribution channel links. Link in twitter can be copied and posted on other sites. But visitors from other resources I have to see how visitors from twitter - so I can assess more efficiently twitter as a channel to promote your site.
Now I'll share my approach to the automatic creation of short-tagged links.
Популярность: 1%
5 мая 2010 • Google Analytics • 13 комментариев
Google Analytics is very pleased me, because almost all of my latest blog post about it. The interest I have not just a consumer - looking for bugs, errors, the possibility astute use..
Today I want to share found pitfall. This stone - the event onClick, which is used to tracking events, hits on external links.
A potential problem - using this event in the links you may lose some data about clicks.
Популярность: 2%
Just a week ago, for an experiment, I put on the site a second counter Google Analytics with asynchronous code. counter Google Analytics with asynchronous code.
I had my doubts about his normal work, too often does not work the counter.
It has been nearly a week, and I'm ready to show results.
Популярность: 1%
29 апреля 2010 • Google Analytics • Комментариев нет
Thanks to a recent study of asynchronous counter code Google Analytics, studying the instructions and manuals, I found a function to track events that I missed.
I am ashamed to admit - by the history of changes, events have been introduced long ago. But it's better to know about it late than never
Популярность: 1%
28 апреля 2010 • Google Analytics • Комментариев нет
In order to "be aware" decided to test the asynchronous counter code Google Analytics.
Comrades from Google is well described () and even described examples of migration ().
Популярность: 1%