<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>David Walsh Archives | ENFEW</title>
	<atom:link href="https://enfew.com/tag/david-walsh/feed/" rel="self" type="application/rss+xml" />
	<link>https://enfew.com/tag/david-walsh/</link>
	<description></description>
	<lastBuildDate>Mon, 24 Jun 2024 22:25:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://enfew.com/wp-content/uploads/2024/03/cropped-enfew-favicon-32x32.png</url>
	<title>David Walsh Archives | ENFEW</title>
	<link>https://enfew.com/tag/david-walsh/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>6 Scroll to Top jQuery Plugins &#038; Tutorials</title>
		<link>https://enfew.com/6-scroll-to-top-jquery-plugins-tutorials/</link>
					<comments>https://enfew.com/6-scroll-to-top-jquery-plugins-tutorials/#respond</comments>
		
		<dc:creator><![CDATA[Istvan]]></dc:creator>
		<pubDate>Thu, 26 May 2011 10:49:10 +0000</pubDate>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[David Walsh]]></category>
		<guid isPermaLink="false">http://www.enfew.com/?p=4790</guid>

					<description><![CDATA[<p>1. A Lightweight AutoScroll to Top jQuery Plugin Increasing your webpage usability is not that easy, you have to consider a lot of things. One of the necessary element is to be able the user to easily back to the top most of the page especially when the content is long enough. This plugin will add [&#8230;]</p>
<p>The post <a href="https://enfew.com/6-scroll-to-top-jquery-plugins-tutorials/">6 Scroll to Top jQuery Plugins &#038; Tutorials</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>1. A Lightweight AutoScroll to Top jQuery Plugin</h3>
<p><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-4791" title="Lightweight AutoScroll to Top jQuery Plugin" src="http://www.enfew.com/wp-content/uploads/2011/05/Lightweight-AutoScroll-to-Top-jQuery-Plugin.jpg" alt="" width="574" height="234" /></p>
<p>Increasing your webpage usability is not that easy, you have to consider a lot of things. One of the necessary element is to be able the user to easily back to the top most of the page especially when the content is long enough. This plugin will add an elegant scroll top effect and functionality to you page in just a few line of JavaScript.</p>
<h3>2. <a href="http://davidwalsh.name/jquery-top-link" target="_blank" rel="noopener">jQuery topLink Plugin</a> by David Walsh Blog</h3>
<p>Last week I released a snippet of code for MooTools that allowed you to fade in and out a &#8220;to the top&#8221; link on any page. Here&#8217;s how to implement that functionality using jQuery.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-4792" title="jQuery-topLink-Plugin-by-David-Walsh-Blog" src="http://www.enfew.com/wp-content/uploads/2011/05/jQuery-topLink-Plugin-by-David-Walsh-Blog.png" alt="" width="547" height="146" /></p>
<h3>3. <a href="http://briancray.com/2009/10/06/scroll-to-top-link-jquery-css/" target="_blank" rel="noopener">Disappearing “Scroll to top” link with jQuery and CSS</a></h3>
<p>Seen in many forms, such as “Back to top,” “Top of page,” or “Scroll to top,” these links provide a way for users to jump to the top of the page, back to navigation and other handy stuff.</p>
<p>This tutorial will help you build a scroll to top link, or whatever you call it, that appears when the user scrolls down, and disappears when users reach the top of the page using a combination of CSS and jQuery (a free javascript framework). You’ll need to download jQuery if you aren’t using it already.</p>
<h3>4. <a href="http://www.mattvarone.com/web-design/uitotop-jquery-plugin/" target="_blank" rel="noopener">UItoTop jQuery Plugin</a></h3>
<p><img decoding="async" class="aligncenter size-full wp-image-4793" title="UItoTop jQuery Plugin" src="http://www.enfew.com/wp-content/uploads/2011/05/UItoTop-jQuery-Plugin.jpg" alt="" width="560" height="134" /></p>
<p>Inspired by the great idea of David Walsh’s  jQuery topLink Plugin, I made a similar plugin but with two key differences, this one does not require you to add extra html markup or extra plugins to function. It will only work when JavaScript is turned on ( on purpose ), It’s easy to setup with only one line of code, and it works cross-browser nicely ( Tested: IE6-8, FF, Safari ). Optionally it can benefit from the jQuery Easing plugin with a different easing animation for the page scrolling.</p>
<h3>5. <a href="http://www.dynamicdrive.com/dynamicindex3/scrolltop.htm" target="_blank" rel="noopener">jQuery Scroll to Top Control v1.1</a></h3>
<p>If your pages are long winded, it&#8217;s a good idea to provide viewers with an easy way to quickly/ automatically scroll back to the top of the page. That&#8217;s where this script comes in. It displays a stationary control at the lower right corner of the window that when clicked on gently scrolls the page back up to the top. And instead of always being visible on the user&#8217;s screen, the script lets you specify how far down the page the user is at (in pixels) before revealing the control. Nifty!</p>
<h3>6. <a href="http://www.dynamicwp.net/plugins/scroll-to-top-plugin/" target="_blank" rel="noopener">Scroll To Top Plugin</a> [WP Plugin]</h3>
<p>Scroll to top is a button that hovers in the bottom right corner of your screen that allow users to smoothly scroll right to the top of page, making a website more user friendly.</p>
<p>The post <a href="https://enfew.com/6-scroll-to-top-jquery-plugins-tutorials/">6 Scroll to Top jQuery Plugins &#038; Tutorials</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://enfew.com/6-scroll-to-top-jquery-plugins-tutorials/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>7 Tutorials On &#8216;How To Check Username Availability In Ajax with Php &#038; Asp&#8217;</title>
		<link>https://enfew.com/7-tutorials-on-how-to-check-username-availability-in-ajax-with-php-asp/</link>
					<comments>https://enfew.com/7-tutorials-on-how-to-check-username-availability-in-ajax-with-php-asp/#respond</comments>
		
		<dc:creator><![CDATA[Istvan]]></dc:creator>
		<pubDate>Wed, 02 Mar 2011 19:50:14 +0000</pubDate>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[David Walsh]]></category>
		<guid isPermaLink="false">http://www.enfew.com/?p=3808</guid>

					<description><![CDATA[<p>1. check username availability in ajax and php using jquery’s fading effect In this post,I’ll show you how to make a fancy username availability checking in ajax and php using jquery.When, you check the the username avaiability a fancy message box will show you the message with a little bit of animation. If you are looking [&#8230;]</p>
<p>The post <a href="https://enfew.com/7-tutorials-on-how-to-check-username-availability-in-ajax-with-php-asp/">7 Tutorials On &#8216;How To Check Username Availability In Ajax with Php &#038; Asp&#8217;</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>1. <a href="http://roshanbh.com.np/2008/04/check-username-available-ajax-php-jquery.html" target="_blank" rel="noopener">check username availability in ajax and php using jquery’s fading effect</a></h3>
<p>In this post,I’ll show you how to make a fancy username availability checking in ajax and php using jquery.When, you check the the username avaiability a fancy message box will show you the message with a little bit of animation. If you are looking for such kind of effect for checking username availability, then this might be right post for you.</p>
<h3>2. <a href="http://davidwalsh.name/ajax-username-availability-checker-mootools" target="_blank" rel="noopener">AJAX Username Availability Checker Using MooTools 1.2</a> by DavidWalsh</h3>
<p>This post has been updated: Using jQuery or MooTools For Drag, Drop, Sort, Save. The code on this page is no longer best practice.</p>
<p>There a many examples of egregious usages of AJAX out there but every once in a while you find a great usage of AJAX. One great usage is the username availability checker. Why make the user submit their form if you can just use AJAX to let them know if it&#8217;s available right away? Here&#8217;s how you can implement a username available checker using MooTools 1.2.</p>
<h3>3. <a href="http://www.bitrepository.com/a-simple-ajax-username-availability-checker.html" target="_blank" rel="noopener">An AJAX (jQuery) Username Availability Checker with PHP Back-end</a> by bitrepository</h3>
<p>Did you notice how many sites have a verification tool for the ‘username’ field when you try to register? Many use the power of AJAX to check if the nickname has already been assigned to an existing member. This short tutorial gives you an idea of how you can make such a feature in the pages of your website. We’ll use JavaScript (JQuery) and PHP.</p>
<h3>4. <a href="http://encosia.com/2007/07/02/aspnet-username-availability-checking-via-ajax/" target="_blank" rel="noopener">ASP.NET AJAX username availability check</a></h3>
<p>When you have a name as common as mine, you run across the entire gamut of schemes to deal with username availability in membership systems. By availability, of course I mean denial and rejection. Out of all of the ways that I’ve had “Dave” rejected, inline AJAX verification is definitely the least annoying. Wanting to be less-annoying myself, I’ve added the same functionality to my ASP.NET AJAX sites. Let me show you how I did it.</p>
<h3>5. <a href="http://weblogs.asp.net/traviscollins/archive/2008/02/12/check-username-availability-with-asp-net-ajax.aspx" target="_blank" rel="noopener">Check Username Availability with ASP.NET AJAX</a></h3>
<p>Here is a little trick you can use to spice up your asp.net registration pages. I will use ASP.NET AJAX to inform the user whether the username they have entered is available. Rather than use the UpdatePanel, I will slim down the amount of data going over the wire for each ajax request. I will accomplish this using the PageMethods feature.</p>
<p>This tutorial assumes that you have a working knowledge of how to start an ASP.NET AJAX web application, drop a script manager control onto your form, and use the CreateUser wizard control, or another method of registering users.  A little JavaScript knowledge will help too.</p>
<h3>6. Using ASP and AJAX to check availability of a username</h3>
<p>In this example, I’m showcasing how we can use ASP and AJAX to check for whether a username exists before a user completes a website registration form. When registering to join a community website, such as www.digg.com, users must typically choose a username or handle. Normally such usernames must be unique to the community, and because of this new users often run into the problem of choosing a name that is already in use. A couple common results occur on a typical registration form when a user submits his data:</p>
<h3>7. <a href="http://www.digimantra.com/technology/javascript/check-username-availability-validation-ajaxphp/" target="_blank" rel="noopener">Check username availability and validation using ajax,php</a></h3>
<p>So you are creating a signup form and you want to create a fancy looking username validation Ajax script. I know that looks fancy when you signup for Gmail or Yahoo mailbox, instead these kind of validation are now on every signup form.</p>
<h3></h3>
<p>The post <a href="https://enfew.com/7-tutorials-on-how-to-check-username-availability-in-ajax-with-php-asp/">7 Tutorials On &#8216;How To Check Username Availability In Ajax with Php &#038; Asp&#8217;</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://enfew.com/7-tutorials-on-how-to-check-username-availability-in-ajax-with-php-asp/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>10 jQuery UI Sortable Tutorials &#038; Plugins That Will Explain Everything You Need To Know</title>
		<link>https://enfew.com/10-jquery-ui-sortable-tutorials-plugins-that-will-explain-everything-you-need-to-know/</link>
					<comments>https://enfew.com/10-jquery-ui-sortable-tutorials-plugins-that-will-explain-everything-you-need-to-know/#respond</comments>
		
		<dc:creator><![CDATA[Istvan]]></dc:creator>
		<pubDate>Wed, 12 Jan 2011 05:13:47 +0000</pubDate>
				<category><![CDATA[Jquery]]></category>
		<category><![CDATA[David Walsh]]></category>
		<guid isPermaLink="false">http://www.enfew.com/?p=2110</guid>

					<description><![CDATA[<p>1. jQuey ui Sortable The jQuery UI Sortable plugin makes selected elements sortable by dragging with the mouse. 2. jQuery UI Sortable Tutorial Here&#8217;s a simple tutorial showing how to use jQuery UI&#8217;s sortable plugin to update a database table&#8217;s sort order field on the fly using ajax. 3. Tablesorter &#8211; Flexible client-side table sorting [&#8230;]</p>
<p>The post <a href="https://enfew.com/10-jquery-ui-sortable-tutorials-plugins-that-will-explain-everything-you-need-to-know/">10 jQuery UI Sortable Tutorials &#038; Plugins That Will Explain Everything You Need To Know</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3>1. <a href="http://jqueryui.com/demos/sortable/" target="_blank" rel="noopener">jQuey ui Sortable</a><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-2112" title="jQuey-ui-Sortable" src="http://www.enfew.com/wp-content/uploads/2011/01/jQuey-ui-Sortable.jpg" alt="jQuey-ui-Sortable" width="436" height="205" /></h3>
<p>The <strong>jQuery UI Sortable plugin</strong> makes selected elements sortable by dragging with the mouse.</p>
<h3>2. <a href="http://www.petefreitag.com/item/736.cfm" target="_blank" rel="noopener">jQuery UI Sortable Tutorial </a></h3>
<p>Here&#8217;s a simple tutorial showing how to use jQuery UI&#8217;s sortable plugin to update a database table&#8217;s sort order field on the fly using ajax.</p>
<h3>3. <a href="http://tablesorter.com/docs/" target="_blank" rel="noopener">Tablesorter</a> &#8211; Flexible client-side table sorting</h3>
<p><strong>tablesorter</strong> is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable table without page refreshes. tablesorter can successfully parse and sort many types of data including linked data in a cell. It has many useful features including:</p>
<ul>
<li>Multi-column sorting</li>
<li>Parsers for sorting text, URIs, integers, currency, floats, IP addresses, dates (ISO, long and short formats), time. Add your own easily</li>
<li>Support secondary &#8220;hidden&#8221; sorting (e.g., maintain alphabetical sort when sorting on other criteria)</li>
<li>Extensibility via widget system</li>
<li>Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+</li>
<li>Small code size</li>
</ul>
<h3>4. <a href="http://tutorialzine.com/2009/08/explaining-jquery-sortables/" target="_blank" rel="noopener">Explaining jQuery sortable</a></h3>
<p>Sortable lists are a flexible way to let your visitors customize a webapp and can be used in numerous ways. They are a design component that should be in your developer’s toolkit.</p>
<p>Next time we are serializing our sortable list and sending it over to the PHP back-end using ajax.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-2113" title="Explaining jQuery sortable screenshot" src="http://www.enfew.com/wp-content/uploads/2011/01/Explaining-jQuery-sortable-screenshot.jpg" alt="Explaining jQuery sortable screenshot" width="600" height="230" /></p>
<h3>5.  <a href="http://davidwalsh.name/mootools-drag-ajax" target="_blank" rel="noopener">Using jQuery or MooTools For Drag, Drop, Sort, Save</a> By David Walsh</h3>
<p>This table shows only the important fields per this functionality: ID, Title, and Sort Order. Your table will likely have many more columns.</p>
<h3>6. Sortable lists with JQuery in Rails</h3>
<p>Drag &#8216;n Drop sortable lists are a great way to provide a UI for sorting, well, lists of things. Most Rails examples out in the wild use prototype/scriptaculous and the built in Rails javascript helpers. In this walkthrough we&#8217;ll provide the same functionality using JQuery instead. We will not be using the built in Rails javascript helper. Instead we&#8217;ll write Unobstrusive Javascript using JQuery.</p>
<h3>7. <a href="http://setiabud.blogspot.com/2009/06/jquery-ui-sortable-with-table.html" target="_blank" rel="noopener">jQuery UI Sortable with TABLE </a></h3>
<p>Drag and drop sorting on a web application? This thought is so far fetched several years ago &#8211; and now everybody is or can do that easily with jQuery. Looking at the tutorials and documentation in jQuery&#8217;s website, it lays out a simple method to call to make our list to become sortable.</p>
<h3>8.  <a href="http://www.kryogenix.org/code/browser/sorttable/" target="_blank" rel="noopener">sorttable</a>: Make all your tables sortable</h3>
<p>While the web design community gradually moves away from using tables to lay out the structure of a page, tables really do have a vital use, their original use; they&#8217;re for laying out tabular data.</p>
<h3>9. Sortable Lists Using jQuery UI</h3>
<p>Unordered lists have a number of useful applications.  They are commonly used to structure a site’s navigation.  I have found, in a number of web applications, that the ability to reorder (sort) such lists would be extremely useful.  So, how can this be achieved?</p>
<h3>10. <a href="http://www.prodevtips.com/2010/08/22/jquery-ui-sortable-with-ajax/" target="_blank" rel="noopener">jQuery UI sortable with Ajax</a></h3>
<h3><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-2115" title="jquery-ui-sortable" src="http://www.enfew.com/wp-content/uploads/2011/01/jquery-ui-sortable.png" alt="jquery-ui-sortable" width="524" height="174" /></h3>
<p>I just finished a session of intense jQuery hacking and here are some notes with regards to an interface making use of jQuery UI.</p>
<p>The post <a href="https://enfew.com/10-jquery-ui-sortable-tutorials-plugins-that-will-explain-everything-you-need-to-know/">10 jQuery UI Sortable Tutorials &#038; Plugins That Will Explain Everything You Need To Know</a> appeared first on <a href="https://enfew.com">ENFEW</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://enfew.com/10-jquery-ui-sortable-tutorials-plugins-that-will-explain-everything-you-need-to-know/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
