<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>Aliaspooryorik Musings - Last 20 posts</title>
		<link>http://www.aliaspooryorik.com/blog/</link>
		<description>The thoughts on web development with ColdFusion and Frameworks of John Whish</description>
		<language>en-gb</language>
		<pubDate>Thu, 02 Sep 2010 20:34:03 GMT</pubDate>
		<lastBuildDate>Thu, 02 Sep 2010 20:34:03 GMT</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<copyright>Copyright 2010 http://www.aliaspooryorik.com/</copyright>
		<ttl>120</ttl>
		
			
			
		<item>
			<title>Disable specific days in a Jquery UI datepicker</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/disable-specific-days-in-a-jquery-ui-datepicker-268</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[The jQuery UI datepicker allows you to define a range of dates that can be selected, but I wanted to disable specific dates as well.]]></description>
			<pubDate>Thu, 10 Jun 2010 09:53:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/268</guid>
		</item>
		
			
			
		<item>
			<title>JSON Case Issue between CF8 and CF9</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/json-case-issue-between-cf8-and-cf9-252</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[DevonCFUG]]></category>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I wrote a quick demo for Devon CFUG this week to demonstrate using jQuery, AJAX and ColdFusion together to build a simple find as you type search feature. However it turns out that ColdFusion 8 and ColdFusion 9 return slightly different JSON.]]></description>
			<pubDate>Fri, 29 Jan 2010 17:56:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/252</guid>
		</item>
		
			
			
		<item>
			<title>Validate CKEditor content length</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/validate-ckeditor-content-length-251</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I was adding CKEditor to a site and wanted to be able to validate that the user had entered some copy into the editor when the form was submitted.]]></description>
			<pubDate>Fri, 29 Jan 2010 17:43:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/251</guid>
		</item>
		
			
			
		<item>
			<title>Sorting with jQuery, saving with ColdFusion</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/sorting-with-jquery-saving-with-coldfusion-245</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[Using jQuery with ColdFusion to reorder a list and save the new positions each time an item is moved.]]></description>
			<pubDate>Sat, 19 Dec 2009 16:47:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/245</guid>
		</item>
		
			
			
		<item>
			<title>jQuery dropdown table row filter</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/jquery-dropdown-table-row-filter-242</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[Earlier today I posted a simple example of hiding table rows based on the cell content. Bernhard posted a comment about dynamically adding a filter by list to the column heading. Well, here&apos;s my attempt. With a bit more work it could be expanded to work on all columns.]]></description>
			<pubDate>Wed, 25 Nov 2009 16:55:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/242</guid>
		</item>
		
			
			
		<item>
			<title>Using jQuery to filter a table</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/using-jquery-to-filter-a-table-241</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[A quick post that demonstrates the power of jQuery to filter data.]]></description>
			<pubDate>Wed, 25 Nov 2009 12:54:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/241</guid>
		</item>
		
			
			
		<item>
			<title>jQuery Password Mask - DIY</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/jquery-password-mask-diy-220</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I was reading Jakob Nielsen&apos;s post Stop Password Masking. I like the idea of letting the user decide if they want to be able to see their password or have it masked. The developer in me kicked in and I decided I should try to write the code myself.]]></description>
			<pubDate>Fri, 17 Jul 2009 21:06:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/220</guid>
		</item>
		
			
			
		<item>
			<title>Learning jQuery 1.3 - Book review</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/learning-jquery-1-3-book-review-214</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<category><![CDATA[Reviews]]></category>
			
			<description><![CDATA[As someone who has been using jQuery since the 1.0 release I thought I had a pretty good working knowledge of what jQuery can do - how wrong I was! I didn&apos;t think it would take me that long to read this book, but found it to be a constant source or revelation, and often ended up re-reading sections.]]></description>
			<pubDate>Sun, 12 Jul 2009 10:19:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/214</guid>
		</item>
		
			
			
		<item>
			<title>cfspec and a bit of jquery</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/cfspec-and-a-bit-of-jquery-211</link>
			
			<category><![CDATA[cfspec]]></category>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I&apos;ve been using cfspec a lot to test my specification and I really like it. However when you run a suite of tests you can end up with a long page of results to scroll through, so I thought it would be nice to hide all the passes and just leave the fails by default. Then have a link which would show passes if I wanted to see them.]]></description>
			<pubDate>Wed, 10 Jun 2009 15:19:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/211</guid>
		</item>
		
			
			
		<item>
			<title>Find tags without a class using jQuery</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/find-tags-without-a-class-using-jquery-142</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[A quick jQuery tip. I wanted to add a class to any pre tags that didn&apos;t have a class attribute. Here&apos;s how to do it...]]></description>
			<pubDate>Thu, 18 Sep 2008 14:03:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/142</guid>
		</item>
		
			
			
		<item>
			<title>Book Review jQuery In Action</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/book-review-jquery-in-action-121</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<category><![CDATA[Reviews]]></category>
			
			<description><![CDATA[jQuery in Action is published by Manning and is available in print or as an e-book.]]></description>
			<pubDate>Tue, 05 Aug 2008 11:52:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/121</guid>
		</item>
		
			
			
		<item>
			<title>jQuery - Getting Started</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/jquery-getting-started-103</link>
			
			<category><![CDATA[DevonCFUG]]></category>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I recently did a presentation on jQuery for the Devon ColdFusion User Group. If anyone is interested I have put the slides on the Devon CFUG web site. Download the sample filesNote to view the presentation in full screen, click the arrow in the top right hand corner.]]></description>
			<pubDate>Thu, 26 Jun 2008 13:34:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/103</guid>
		</item>
		
			
			
		<item>
			<title>Use jQuery to make external links open in a new window</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/use-jquery-to-make-external-links-open-in-a-new-window-94</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I was just reading the comments of Raymond Camdens post about the best way to trim text and saw that someone was asking how to add target&amp;quotblank&amp;quot to all external links. Now this can be done in ColdFusion using the CFMatch tag (a great addi&amp;hellip]]></description>
			<pubDate>Wed, 11 Jun 2008 21:47:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/94</guid>
		</item>
		
			
			
		<item>
			<title>IE8, CF8 Ajax and jQuery</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/ie8-cf8-ajax-and-jquery-84</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I noticed a post on Dale Fraser&apos;s blog about IE8 breaking the DHTMLAJAX built-in features of Coldfusion 8. I decided a while back to stick with doing AJAX calls and DHTML using jQuery instead of using the new tags in CF8 - and I&apos;m glad I did as my code still works in IE8.]]></description>
			<pubDate>Fri, 23 May 2008 22:35:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/84</guid>
		</item>
		
			
			
		<item>
			<title>Expanding menus with jQuery</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/expanding-menus-with-jquery-81</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I was recently asked by a client to do a menu which would expand to show pages when the visitor moved their mouse over the menu heading to show sub pages of that section. Their second requirement was that the menu would stay expanded if the visitor c&amp;hellip]]></description>
			<pubDate>Tue, 13 May 2008 09:27:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/81</guid>
		</item>
		
			
			
		<item>
			<title>JSON, jQuery and ColdFusion</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/json-jquery-and-coldfusion-56</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[In the past I have used the excellent CFJSON to generate my JSON to use with jQuery. Having upgraded to ColdFusion 8 I figured it was about time that I used the in-built capabilities of ColdFusion to generate the JSON I call from my webservice cfcs.&amp;hellip]]></description>
			<pubDate>Mon, 14 Apr 2008 12:57:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/56</guid>
		</item>
		
			
			
		<item>
			<title>Sorting table rows with jQuery and ColdFusion</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/sorting-table-rows-with-jquery-and-coldfusion-28</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I posted a drag and drop example of sorting and saving a list using the jQuery sortables plugin. I was asked how this could be done with table rows. The jQuery TableDnD plugin comes to the rescue!It doesn&amp;rsquot have serialize method so you need t&amp;hellip]]></description>
			<pubDate>Wed, 27 Feb 2008 00:00:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/28</guid>
		</item>
		
			
			
		<item>
			<title>Sortable list with jQuery and Coldfusion</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/sortable-list-with-jquery-and-coldfusion-23</link>
			
			<category><![CDATA[ColdFusion]]></category>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[jQuery has a really nice plugin called &amp;ampldquosortable&amp;amprdquo that lets you reorder a list using drag and drop. It&amp;amprsquos really easy to get it up and running. In your display page you would have&amp;ampltcfoutput&amp;ampgt&amp;ampltul id&amp;ampquotsortable&amp;ampquot&amp;amphellip]]></description>
			<pubDate>Thu, 21 Feb 2008 00:00:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/23</guid>
		</item>
		
			
			
		<item>
			<title>Want table sorting? - check out JQuery UI</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/want-table-sorting-check-out-jquery-ui-21</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I&amp;rsquove noticed a few people reading my post about table sorting and paging with jQuery. If that&amp;rsquos what you&amp;rsquore interested in and don&amp;rsquot want to write any code then I suggest you take a look at jQuery UI, which includes the tableso&amp;hellip]]></description>
			<pubDate>Wed, 20 Feb 2008 00:00:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/21</guid>
		</item>
		
			
			
		<item>
			<title>Styling alphabetical lists (ol type&amp;quota&amp;quot) using selectors</title>
			<link>http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/styling-alphabetical-lists-ol-type-quot-a-quot-using-selectors-15</link>
			
			<category><![CDATA[jQuery]]></category>
			
			<description><![CDATA[I was recently asked how to apply a style to an alphabetical ordered list, you can do this by using CSS selectors which are supported in IE7 and Firefox 2. Normally you would be able to add the class directly to the &amp;ltol&amp;gt, but in this case, they&amp;hellip]]></description>
			<pubDate>Sun, 17 Feb 2008 00:00:00 GMT</pubDate>
			<guid isPermaLink="true">http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/15</guid>
		</item>
		
	</channel>
</rss>

		
	

		
	