<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Комментарии на запись: Paginator 3000: постраничная навигация будущего</title>
	<link>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/</link>
	<description></description>
	<pubDate>Wed, 10 Mar 2010 22:59:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>От: Jonas Erlandsson</title>
		<link>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-845</link>
		<author>Jonas Erlandsson</author>
		<pubDate>Wed, 10 Mar 2010 14:19:34 +0000</pubDate>
		<guid>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-845</guid>
		<description>Hi there.

I don't know if you still use this script? But if you still maintain it I made a fix or two to the "projection" of the page span slider ... Ehrm, it's a bit involved but here we go (example with 25 pages, 10 page span):

In the original code you had the effect that the slider was well outside of the current page mark before the pages actually moved (actually it was  half the width of the current page marker outside). Conversly you had the problem that in the end, when approacing 25, you would get to the place where the "border" of element 24 was on the slider (that is where you knew it was just going to show 24 as the last page in the list) and then it jumped to the end, hugging the wall.

Both problems were fixed with these changes to drawPages() (I only put the changed rows here):

var percentFromLeft = (this.html.scrollThumb.xPos+(this.html.pageCurrentMark.widthActual/2))/(this.html.table.offsetWidth);
/* The addition of half of the current page mark width solves the problem in the beginning */
var cellFirstValue = Math.round(percentFromLeft * (this.inputData.pagesTotal+1));
/* Simulating an extra page here takes care of one half of the other problem */
...
} else if(cellFirstValue &#62;= (this.inputData.pagesTotal+1 - this.inputData.pagesSpan)) {
/* Here two we simulate an extra page to make the passing from 23 to 24-25 work */

You can see these changes in effect on my homepage: http://www.alajv.se/gotlands/ near the bottom ... Also in your demo .html in the rar the 50 page example says 25 but is 50 ;o)

Thank you for a very nice script! Also, please hit me back by mail if you can ...</description>
		<content:encoded><![CDATA[<p>Hi there.</p>
<p>I don&#039;t know if you still use this script? But if you still maintain it I made a fix or two to the &#034;projection&#034; of the page span slider &#8230; Ehrm, it&#039;s a bit involved but here we go (example with 25 pages, 10 page span):</p>
<p>In the original code you had the effect that the slider was well outside of the current page mark before the pages actually moved (actually it was  half the width of the current page marker outside). Conversly you had the problem that in the end, when approacing 25, you would get to the place where the &#034;border&#034; of element 24 was on the slider (that is where you knew it was just going to show 24 as the last page in the list) and then it jumped to the end, hugging the wall.</p>
<p>Both problems were fixed with these changes to drawPages() (I only put the changed rows here):</p>
<p>var percentFromLeft = (this.html.scrollThumb.xPos+(this.html.pageCurrentMark.widthActual/2))/(this.html.table.offsetWidth);<br />
/* The addition of half of the current page mark width solves the problem in the beginning */<br />
var cellFirstValue = Math.round(percentFromLeft * (this.inputData.pagesTotal+1));<br />
/* Simulating an extra page here takes care of one half of the other problem */<br />
&#8230;<br />
} else if(cellFirstValue &gt;= (this.inputData.pagesTotal+1 - this.inputData.pagesSpan)) {<br />
/* Here two we simulate an extra page to make the passing from 23 to 24-25 work */</p>
<p>You can see these changes in effect on my homepage: <a href="http://www.alajv.se/gotlands/" rel="nofollow">http://www.alajv.se/gotlands/</a> near the bottom &#8230; Also in your demo .html in the rar the 50 page example says 25 but is 50 ;o)</p>
<p>Thank you for a very nice script! Also, please hit me back by mail if you can &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Игорь</title>
		<link>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-832</link>
		<author>Игорь</author>
		<pubDate>Tue, 02 Mar 2010 11:49:34 +0000</pubDate>
		<guid>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-832</guid>
		<description>а реально сделать вместо номеров страниц - буквы алфавита а-я?</description>
		<content:encoded><![CDATA[<p>а реально сделать вместо номеров страниц - буквы алфавита а-я?</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Олег</title>
		<link>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-824</link>
		<author>Олег</author>
		<pubDate>Fri, 19 Feb 2010 12:56:49 +0000</pubDate>
		<guid>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-824</guid>
		<description>Привет всем. 
Уважаемый карабоз, здесь везде говорится об (обычный статичный пагинатор)
как его вообще установить в html.
Будьте так любезны, опишите один раз, что куда и как ставить, чтобы работал обычный статичный пагинатор. 
Именно для html
Ваш устанавливаю всё работает а вот с обычным не могу нигде найти везде по запросу выдаёт
только php/mysql
Сайт ещё не выложен, только верстаю.
Есть на некоторых сайтах, написано, но всё урывками, ничего не понятно для начинающего.
Помогите безграмотному, плиз.</description>
		<content:encoded><![CDATA[<p>Привет всем.<br />
Уважаемый карабоз, здесь везде говорится об (обычный статичный пагинатор)<br />
как его вообще установить в html.<br />
Будьте так любезны, опишите один раз, что куда и как ставить, чтобы работал обычный статичный пагинатор.<br />
Именно для html<br />
Ваш устанавливаю всё работает а вот с обычным не могу нигде найти везде по запросу выдаёт<br />
только php/mysql<br />
Сайт ещё не выложен, только верстаю.<br />
Есть на некоторых сайтах, написано, но всё урывками, ничего не понятно для начинающего.<br />
Помогите безграмотному, плиз.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: karaboz</title>
		<link>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-817</link>
		<author>karaboz</author>
		<pubDate>Sun, 14 Feb 2010 14:02:25 +0000</pubDate>
		<guid>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-817</guid>
		<description>Deap, я порсмотрел на код указаной вами страницы. Изначально там в html вставляется обычный статичный пагинатор, что очень правильно, и очем мы говорили &lt;a href="#comment-156" rel="nofollow"&gt;чуть выше&lt;/a&gt;. Причем для каждой страницы выводится свой диапазон ближайших страниц. Всё это очень верно, и я не вижу причин, по которым поисковик может не индексировать данный сайт.</description>
		<content:encoded><![CDATA[<p>Deap, я порсмотрел на код указаной вами страницы. Изначально там в html вставляется обычный статичный пагинатор, что очень правильно, и очем мы говорили <a href="#comment-156" rel="nofollow">чуть выше</a>. Причем для каждой страницы выводится свой диапазон ближайших страниц. Всё это очень верно, и я не вижу причин, по которым поисковик может не индексировать данный сайт.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: deap</title>
		<link>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-816</link>
		<author>deap</author>
		<pubDate>Sat, 13 Feb 2010 11:35:43 +0000</pubDate>
		<guid>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-816</guid>
		<description>Добрый день, люди установил пагинатор, но не индексируются страницы в гугле, очнеь прошу! Подскажите как исправить ситуацию. вот тут пагинатор http://rave.by/news/news_417.html

Буду благодарен если ответите на е-мейл или тут.

Спасибо!</description>
		<content:encoded><![CDATA[<p>Добрый день, люди установил пагинатор, но не индексируются страницы в гугле, очнеь прошу! Подскажите как исправить ситуацию. вот тут пагинатор <a href="http://rave.by/news/news_417.html" rel="nofollow">http://rave.by/news/news_417.html</a></p>
<p>Буду благодарен если ответите на е-мейл или тут.</p>
<p>Спасибо!</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Aleks</title>
		<link>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-813</link>
		<author>Aleks</author>
		<pubDate>Tue, 02 Feb 2010 14:46:00 +0000</pubDate>
		<guid>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-813</guid>
		<description>возникла проблема в ИЕ 6, в том что когда ползунок двигаю то он момнетально после сдвига возвращается на исходную позицию.</description>
		<content:encoded><![CDATA[<p>возникла проблема в ИЕ 6, в том что когда ползунок двигаю то он момнетально после сдвига возвращается на исходную позицию.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: antohabio</title>
		<link>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-792</link>
		<author>antohabio</author>
		<pubDate>Wed, 20 Jan 2010 15:56:11 +0000</pubDate>
		<guid>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-792</guid>
		<description>Скажите, а как перевести pages (там где общее число страниц). Не могу нигде найти!!!
Заранее благодарен.</description>
		<content:encoded><![CDATA[<p>Скажите, а как перевести pages (там где общее число страниц). Не могу нигде найти!!!<br />
Заранее благодарен.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: Attalib</title>
		<link>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-789</link>
		<author>Attalib</author>
		<pubDate>Sat, 16 Jan 2010 20:16:43 +0000</pubDate>
		<guid>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-789</guid>
		<description>Hello
thanks so much for this plugin .
but the issue is how making the slide working from right to left?
hope you ll answer me sooner 
thnx</description>
		<content:encoded><![CDATA[<p>Hello<br />
thanks so much for this plugin .<br />
but the issue is how making the slide working from right to left?<br />
hope you ll answer me sooner<br />
thnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: newuser</title>
		<link>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-782</link>
		<author>newuser</author>
		<pubDate>Mon, 11 Jan 2010 19:07:31 +0000</pubDate>
		<guid>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-782</guid>
		<description>Реально автору респект! БД и Лепрозорий невозможно представить без этого плагина. А я то думал что это придумал Йован.</description>
		<content:encoded><![CDATA[<p>Реально автору респект! БД и Лепрозорий невозможно представить без этого плагина. А я то думал что это придумал Йован.</p>
]]></content:encoded>
	</item>
	<item>
		<title>От: dimasafo</title>
		<link>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-781</link>
		<author>dimasafo</author>
		<pubDate>Mon, 11 Jan 2010 18:06:44 +0000</pubDate>
		<guid>http://karaboz.ru/2007/11/19/paginator-3000-postranichnaya-navigaciya-budushhego/#comment-781</guid>
		<description>Это, наверное, самый удобный постраничник, что я видел. Спасибо автору! Возможно, буду использовать...</description>
		<content:encoded><![CDATA[<p>Это, наверное, самый удобный постраничник, что я видел. Спасибо автору! Возможно, буду использовать&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
