<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/cursor</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 17:59:22 GMT</pubDate>
<item>
<title>(Java) Iterating through cursor - noloman</title>
<link>http://snipplr.com/view/70435/iterating-through-cursor/</link>
<description><![CDATA[ <p>Iterating through cursor</p> ]]></description>
<pubDate>Fri, 15 Mar 2013 19:59:26 GMT</pubDate>
<guid>http://snipplr.com/view/70435/iterating-through-cursor/</guid>
</item>
<item>
<title>(SQL) Iterating through wihle loop in sql server like cursor - hairajeshk</title>
<link>http://snipplr.com/view/67673/iterating-through-wihle-loop-in-sql-server-like-cursor/</link>
<description><![CDATA[ <p>http://support.microsoft.com/kb/111401</p> ]]></description>
<pubDate>Wed, 10 Oct 2012 16:05:25 GMT</pubDate>
<guid>http://snipplr.com/view/67673/iterating-through-wihle-loop-in-sql-server-like-cursor/</guid>
</item>
<item>
<title>(jQuery) Custom Cursor Message - RobertHegeraad</title>
<link>http://snipplr.com/view/62488/custom-cursor-message/</link>
<description><![CDATA[ <p>With this plugin you can create a custom cursor message e.g. Call this plugin before your jquery function to show the user a message like 'Loading...' and then simply remove the message after the function is done loading. You can expand this easily by adding more options like: border-radius or even give it a background image.</p> ]]></description>
<pubDate>Thu, 12 Jan 2012 00:27:10 GMT</pubDate>
<guid>http://snipplr.com/view/62488/custom-cursor-message/</guid>
</item>
<item>
<title>(PL/SQL) MSSQL Cursor - simi23</title>
<link>http://snipplr.com/view/62482/mssql-cursor/</link>
<description><![CDATA[ <p>basic definition for a cursor in MSSQL</p> ]]></description>
<pubDate>Wed, 11 Jan 2012 22:52:59 GMT</pubDate>
<guid>http://snipplr.com/view/62482/mssql-cursor/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Left and Right Cursor Key Presses - adrianparr</title>
<link>http://snipplr.com/view/60223/as3-left-and-right-cursor-key-presses/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 27 Oct 2011 01:19:34 GMT</pubDate>
<guid>http://snipplr.com/view/60223/as3-left-and-right-cursor-key-presses/</guid>
</item>
<item>
<title>(Other) cursor management in element - griffpup</title>
<link>http://snipplr.com/view/55830/cursor-management-in-element/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 28 Jun 2011 19:28:50 GMT</pubDate>
<guid>http://snipplr.com/view/55830/cursor-management-in-element/</guid>
</item>
<item>
<title>(Visual Basic) Move cursor position QTP - tsatish</title>
<link>http://snipplr.com/view/52367/move-cursor-position-qtp/</link>
<description><![CDATA[ <p>To move the cursor position to a desired location, we can use the following code.</p> ]]></description>
<pubDate>Wed, 20 Apr 2011 18:37:22 GMT</pubDate>
<guid>http://snipplr.com/view/52367/move-cursor-position-qtp/</guid>
</item>
<item>
<title>(Visual Basic) Get Cursor Position in QTP - tsatish</title>
<link>http://snipplr.com/view/52362/get-cursor-position-in-qtp/</link>
<description><![CDATA[ <p>Using this code snippet we can get the current cursor position in QTP. Dotnet factory is used to get the current cursor position as there is no direct way to get the current cursor position in QTP / Visual Basic</p> ]]></description>
<pubDate>Wed, 20 Apr 2011 16:36:05 GMT</pubDate>
<guid>http://snipplr.com/view/52362/get-cursor-position-in-qtp/</guid>
</item>
<item>
<title>(JavaScript) Slideshow with cursor controlled distortion effect - fabulant</title>
<link>http://snipplr.com/view/49443/slideshow-with-cursor-controlled-distortion-effect/</link>
<description><![CDATA[ <p>What's so special about this JavaScript slideshow? By moving your cursor all over the webpage you create a nice distortion effect on your images.</p> ]]></description>
<pubDate>Wed, 23 Feb 2011 02:16:30 GMT</pubDate>
<guid>http://snipplr.com/view/49443/slideshow-with-cursor-controlled-distortion-effect/</guid>
</item>
<item>
<title>(jQuery) jQuery Cursor Functions - crutzdesigns</title>
<link>http://snipplr.com/view/48459/jquery-cursor-functions/</link>
<description><![CDATA[ <p>Used on ``'s and ``'s
Several jQuery functions for getting the current cursor position and setting the current cursor position. Also allows for selecting text in a certain range.

Usage:

  $("input[name='username']").getCursorPosition();
  $("input[name='username']").setCursorPosition(5);
  $("input[name='username']").getSelection();
  $("input[name='username']").getSelectionStart();
  $("input[name='username']").getSelectionEnd();
  $("input[name='username']").setSelection(4, 20);
</p> ]]></description>
<pubDate>Sat, 05 Feb 2011 09:48:04 GMT</pubDate>
<guid>http://snipplr.com/view/48459/jquery-cursor-functions/</guid>
</item>
<item>
<title>(JavaScript) JS - onclick function to insert text characters symbol into text input field or textarea at the cursor caret location position - brandonjp</title>
<link>http://snipplr.com/view/48252/js--onclick-function-to-insert-text-characters-symbol-into-text-input-field-or-textarea-at-the-cursor-caret-location-position/</link>
<description><![CDATA[ <p>// big thanks to these tips for giving me code to steal:  http://bit.ly/bundles/brandonjp/9

/*
 * USAGE:  give your HTML textarea or text input element an ID
 * give your button an onClick="insertThisInThere(text2insert, theInputIDwhereItGoes);"
 * 
 * EX:   
 *
 */</p> ]]></description>
<pubDate>Wed, 02 Feb 2011 08:39:57 GMT</pubDate>
<guid>http://snipplr.com/view/48252/js--onclick-function-to-insert-text-characters-symbol-into-text-input-field-or-textarea-at-the-cursor-caret-location-position/</guid>
</item>
<item>
<title>(JavaScript) Trailing Image for a Cursor - jhonqwerty</title>
<link>http://snipplr.com/view/44907/trailing-image-for-a-cursor/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 26 Nov 2010 12:24:40 GMT</pubDate>
<guid>http://snipplr.com/view/44907/trailing-image-for-a-cursor/</guid>
</item>
<item>
<title>(ActionScript 3) Custom Cursor from image URL in AS3 - bshantz</title>
<link>http://snipplr.com/view/41340/custom-cursor-from-image-url-in-as3/</link>
<description><![CDATA[ <p>This is a class I made for using custom cursors without having to import them into an FLA.  Just pass in the URL of the cursor image and you're good to go.</p> ]]></description>
<pubDate>Sat, 02 Oct 2010 09:23:06 GMT</pubDate>
<guid>http://snipplr.com/view/41340/custom-cursor-from-image-url-in-as3/</guid>
</item>
<item>
<title>(MySQL) Nested loop with cursor in procedure - lucien144</title>
<link>http://snipplr.com/view/39300/nested-loop-with-cursor-in-procedure/</link>
<description><![CDATA[ <p>This snippet just showing how to make nested loops with cursors in MySQL.</p> ]]></description>
<pubDate>Thu, 19 Aug 2010 16:59:13 GMT</pubDate>
<guid>http://snipplr.com/view/39300/nested-loop-with-cursor-in-procedure/</guid>
</item>
<item>
<title>(SQL) Using CURSOR - RealRover</title>
<link>http://snipplr.com/view/38466/using-cursor/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 05 Aug 2010 01:04:49 GMT</pubDate>
<guid>http://snipplr.com/view/38466/using-cursor/</guid>
</item>
<item>
<title>(jQuery) Change cursor and prevent click on AJAX request - verhaeg</title>
<link>http://snipplr.com/view/38362/change-cursor-and-prevent-click-on-ajax-request/</link>
<description><![CDATA[ <p>I found this really useful when using AJAX that will change database. Preventing the user to re-do the action is not the best way but it still is a little unobtrusive to the user as it lets him navigate the page and know what is going on.</p> ]]></description>
<pubDate>Wed, 04 Aug 2010 22:06:34 GMT</pubDate>
<guid>http://snipplr.com/view/38362/change-cursor-and-prevent-click-on-ajax-request/</guid>
</item>
<item>
<title>(MySQL) MANEJO CURSOR MYSQL - xaviles</title>
<link>http://snipplr.com/view/25659/manejo-cursor-mysql/</link>
<description><![CDATA[ <p>Esquema basico manejo cursores  en MYSQL</p> ]]></description>
<pubDate>Tue, 29 Dec 2009 09:44:03 GMT</pubDate>
<guid>http://snipplr.com/view/25659/manejo-cursor-mysql/</guid>
</item>
<item>
<title>(JavaScript) Add mouse pointer (or cursor) to any selector in jquery (javascript) - nicogranelli</title>
<link>http://snipplr.com/view/25025/add-mouse-pointer-or-cursor-to-any-selector-in-jquery-javascript/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 18 Dec 2009 12:59:11 GMT</pubDate>
<guid>http://snipplr.com/view/25025/add-mouse-pointer-or-cursor-to-any-selector-in-jquery-javascript/</guid>
</item>
<item>
<title>(Other) default cursor instead of hand - emilymer</title>
<link>http://snipplr.com/view/24419/default-cursor-instead-of-hand/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 07 Dec 2009 10:57:19 GMT</pubDate>
<guid>http://snipplr.com/view/24419/default-cursor-instead-of-hand/</guid>
</item>
<item>
<title>(CSS) Hand Cursor - CommissarXiii</title>
<link>http://snipplr.com/view/15493/hand-cursor/</link>
<description><![CDATA[ <p>Found here:
http://www.quirksmode.org/css/cursor.html</p> ]]></description>
<pubDate>Wed, 03 Jun 2009 20:16:17 GMT</pubDate>
<guid>http://snipplr.com/view/15493/hand-cursor/</guid>
</item>
</channel>
</rss>