<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel>
	<title>pagination</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/pagination/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>pagination</description>
	<pubDate>Sat, 13 Mar 2010 06:09:39+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Rails to connect at the next SQL Server 2005 Pagination</title>
		<link>http://www.codeweblog.com/rails-to-connect-at-the-next-sql-server-2005-pagination/</link>
		<comments>http://www.codeweblog.com/rails-to-connect-at-the-next-sql-server-2005-pagination/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 07:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[implementation]]></category>
<category><![CDATA[databases]]></category>
<category><![CDATA[job]]></category>
<category><![CDATA[match]]></category>
<category><![CDATA[blog]]></category>
<category><![CDATA[microsoft]]></category>
<category><![CDATA[monkey]]></category>
<category><![CDATA[pagination]]></category>
<category><![CDATA[sql server 2000]]></category>
<category><![CDATA[paginate]]></category>
<category><![CDATA[convoluted syntax]]></category>
<category><![CDATA[sql server 2005]]></category>
<category><![CDATA[custom queries]]></category>
<category><![CDATA[pain in the butt]]></category>
<category><![CDATA[plugin works]]></category>
<category><![CDATA[limit options]]></category>
<category><![CDATA[server adapter]]></category>
<category><![CDATA[older versions]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/rails-to-connect-at-the-next-sql-server-2005-pagination/</guid>
		<description><![CDATA[For a Rails / SQLServer application I&#39;m working on, I had to deal with pagination with custom queries because of the different joins. The mislav-will_paginate plugin works great for MySQL, but for ...]]></description>
		<content:encoded><![CDATA[For a Rails / SQLServer application I&#39;m working on, I had to deal with pagination with custom queries because of the different joins. The mislav-will_paginate plugin works great for MySQL, but for ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/rails-to-connect-at-the-next-sql-server-2005-pagination/</wfw:commentRss>
	</item>
		<item>
		<title>JavaScript Practice - AJAX Pagination</title>
		<link>http://www.codeweblog.com/javascript-practice-ajax-pagination/</link>
		<comments>http://www.codeweblog.com/javascript-practice-ajax-pagination/#comments</comments>
		<pubDate>Sun, 24 May 2009 02:25:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt xml]]></category>
<category><![CDATA[hql]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[pagination]]></category>
<category><![CDATA[stringbuffer]]></category>
<category><![CDATA[formatdate]]></category>
<category><![CDATA[buytime]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-practice-ajax-pagination/</guid>
		<description><![CDATA[Writing an AJAX today pagination, to organize some ideas.]]></description>
		<content:encoded><![CDATA[Writing an AJAX today pagination, to organize some ideas.				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/the-ejb3-persistence/" title="The EJB3 Persistence">The EJB3 Persistence</a> 2009-02-27 10:00:26</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/servlet-brief-introduction/" title="Servlet brief introduction">Servlet brief introduction</a> 2009-02-27 09:46:20</li>
					<li><a href="http://www.codeweblog.com/spring2-0-hibernate3-1-log4j-mysql-demo/" title="Spring2.0 + hibernate3.1 + log4j + mysql demo">Spring2.0 + hibernate3.1 + log4j + mysql demo</a> 2009-02-27 09:45:51</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-practice-ajax-pagination/</wfw:commentRss>
	</item>
		<item>
		<title>JavaScript to control the page printing and Print Settings</title>
		<link>http://www.codeweblog.com/javascript-to-control-the-page-printing-and-print-settings/</link>
		<comments>http://www.codeweblog.com/javascript-to-control-the-page-printing-and-print-settings/#comments</comments>
		<pubDate>Mon, 04 May 2009 03:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[amp]]></category>
<category><![CDATA[parameters]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[current user]]></category>
<category><![CDATA[script language]]></category>
<category><![CDATA[scope]]></category>
<category><![CDATA[new activexobject]]></category>
<category><![CDATA[internet explorer]]></category>
<category><![CDATA[shell]]></category>
<category><![CDATA[paragraph]]></category>
<category><![CDATA[pagination]]></category>
<category><![CDATA[header footer]]></category>
<category><![CDATA[page footer]]></category>
<category><![CDATA[default function]]></category>
<category><![CDATA[default print]]></category>
<category><![CDATA[page printing]]></category>
<category><![CDATA[style media]]></category>
<category><![CDATA[page break]]></category>
<category><![CDATA[software microsoft]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/javascript-to-control-the-page-printing-and-print-settings/</guid>
		<description><![CDATA[Control of the page print normally have two options, a set is to use free of charge ie default print, and the other is developed using a third-party print components, following the introduction is to  ...]]></description>
		<content:encoded><![CDATA[Control of the page print normally have two options, a set is to use free of charge ie default print, and the other is developed using a third-party print components, following the introduction is to  ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/javascript-to-control-the-page-printing-and-print-settings/</wfw:commentRss>
	</item>
		<item>
		<title>Pagination in Ruby on Rails</title>
		<link>http://www.codeweblog.com/pagination-in-ruby-on-rails/</link>
		<comments>http://www.codeweblog.com/pagination-in-ruby-on-rails/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 09:30:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[lt]]></category>
<category><![CDATA[ruby on rails]]></category>
<category><![CDATA[rb]]></category>
<category><![CDATA[pagination]]></category>
<category><![CDATA[desc]]></category>
<category><![CDATA[controller area]]></category>
<category><![CDATA[poems]]></category>
<category><![CDATA[poem]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/pagination-in-ruby-on-rails/</guid>
		<description><![CDATA[In-situ: http://www.sajithmr.com/pagination-in-ruby-on-rails/ @ user_pages, @ users = paginate (: users,: order =&gt; &#39;name&#39;) end But in new version of rails, they removed the pagination optio ...]]></description>
		<content:encoded><![CDATA[In-situ: http://www.sajithmr.com/pagination-in-ruby-on-rails/ @ user_pages, @ users = paginate (: users,: order =&gt; &#39;name&#39;) end But in new version of rails, they removed the pagination optio ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-connection-pool-configuration/" title="Hibernate connection pool configuration">Hibernate connection pool configuration</a> 2009-02-27 10:01:35</li>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/pagination-in-ruby-on-rails/</wfw:commentRss>
	</item>
		<item>
		<title>About AJAX paging</title>
		<link>http://www.codeweblog.com/about-ajax-paging/</link>
		<comments>http://www.codeweblog.com/about-ajax-paging/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 20:30:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[amp]]></category>
<category><![CDATA[lt 1]]></category>
<category><![CDATA[ajax]]></category>
<category><![CDATA[default options]]></category>
<category><![CDATA[anchors]]></category>
<category><![CDATA[gt options]]></category>
<category><![CDATA[window options]]></category>
<category><![CDATA[options window]]></category>
<category><![CDATA[pagination]]></category>
<category><![CDATA[table html]]></category>
<category><![CDATA[search query]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/about-ajax-paging/</guid>
		<description><![CDATA[Want to organize what to do with AJAX page methods Page generated at view link call periodically_call_remote link_to_remote Will_paginate simple description http://dev.nozav.org/rails_ajax_table.html]]></description>
		<content:encoded><![CDATA[Want to organize what to do with AJAX page methods Page generated at view link call periodically_call_remote link_to_remote Will_paginate simple description http://dev.nozav.org/rails_ajax_table.html				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/js-charts-extjs-implementation-tools-can-be-combined/" title="JS charts extjs implementation tools can be combined">JS charts extjs implementation tools can be combined</a> 2009-02-27 20:55:02</li>
					<li><a href="http://www.codeweblog.com/a-common-javascript-page/" title="A common JavaScript page">A common JavaScript page</a> 2009-02-27 19:55:03</li>
					<li><a href="http://www.codeweblog.com/oracle-instant-clent-for-ruby-rails-on-cygwin/" title="Oracle instant clent for ruby / rails on cygwin">Oracle instant clent for ruby / rails on cygwin</a> 2009-02-27 11:35:03</li>
					<li><a href="http://www.codeweblog.com/can-not-be-represented-as-java-sql-timestamp/" title="can not be represented as java.sql.Timestamp">can not be represented as java.sql.Timestamp</a> 2009-02-27 09:46:14</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/about-ajax-paging/</wfw:commentRss>
	</item>
	</channel>
</rss>
