<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Florida Search Engine Optimization - SEO - SEM - Blog - Edward Beckett - Ajax</title>
			<link>http://www.edwardbeckett.com/Blog/index.cfm</link>
			<description>Search Engine Optimization - Florida SEO Specialist - SEM Expert - Consultant</description>
			<language>en-us</language>
			<pubDate>Tue, 07 Sep 2010 01:51:58 -0400</pubDate>
			<lastBuildDate>Tue, 09 Jun 2009 17:19:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>edward@edwardbeckett.com</managingEditor>
			<webMaster>edward@edwardbeckett.com</webMaster>
			
			<item>
				<title>5 Great Examples of SEO Friendly JavaScript &amp; CSS Menus</title>
				<link>http://www.edwardbeckett.com/Blog/index.cfm/2009/6/9/5-Great-Examples-of-SEO-Friendly-JavaScript--CSS-Menus</link>
				<description>
				
				&lt;h2&gt;Florida SEO Says, &quot;Dear JavaScript ... Will You Ever Forgive Me? &quot;&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://www.edwardbeckett.com/Blog/index.cfm/2009/6/9/Florida-SEO--SEO-Fundamentals-JavaScript-vs-Text-Based-Menus&quot;&gt;In my last post&lt;/a&gt; ... I attempted to explain how pure JavaScript menus were not good for SEO. However, after reading how the message came across to some of my readers, I feel it&apos;s probably best if I add some clarification. Thanks to Dan Switzer at &lt;a target=&quot;_blank&quot; href=&quot;http://www.pengoworks.com/&quot;&gt;PengoWorks&lt;/a&gt; for pointing out that my post needed some explanation. What I mentioned regarded the usage of pure JavaScript menus -Not All- JavaScript menus. If my post confused anyone, I apologize. There are lot&apos;s of SEO friendly menus that incorporate both JavaScript and yet maintain good web design practices ... So, now let&apos;s take a look at a few that stuck out with me.&lt;/p&gt;
&lt;p&gt;In my humble opinion, menus that use JavaScript to manipulate the DOM (Document Object Model) and CSS (Cascading Style Sheets) to handle styling, maintain a good balance between usability and provide a dynamically appealing experience.&lt;/p&gt;
&lt;h2&gt;Okay ... So Show Me Some Cool Stuff Now&lt;/h2&gt;
&lt;p&gt;Before I show the following examples I want to point out the main factor that make these menus search engine friendly is the accessibility of the links to the robots. These menus do not rely on JavaScript to display the content either.&lt;/p&gt;
&lt;p&gt;The first example here is from one of the most respected names in design ... A List Apart. Here Dave Shea provides an excellent detail on creating a menu implementing CSS Sprites with JQuery.&lt;/p&gt;
&lt;h2&gt;1. &lt;a target=&quot;_blank&quot; href=&quot;http://www.alistapart.com/articles/sprites2/&quot;&gt;CSS Sprites2 - It&apos;s JavaScript Time&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;A List Apart&lt;br /&gt; by: Dave Shea&lt;/p&gt;
&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.alistapart.com/articles/sprites2/&quot; class=&quot;noborder&quot;&gt;&lt;img title=&quot;CSS Sprites - A List Apart&quot; alt=&quot;CSS Sprites - A List Apart&quot; src=&quot;http://www.edwardbeckett.com/Blog/fileview/ala-csssprites2.jpg&quot; width=&quot;540&quot; height=&quot;253&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Next, one of my favorite designers, Collis Ta&apos;eed provides in exhaustive detail, everything required to create a very attractive and effective tabbed content area using CSS &amp;amp; JQuery ...&lt;/p&gt;
&lt;h2&gt;2. &lt;a target=&quot;_blank&quot; href=&quot;http://nettuts.com/tutorials/html-css-techniques/how-to-create-a-slick-tabbed-content-area/&quot;&gt;Slick Tabbed Content Area using CSS &amp;amp; JQuery&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;NetTuts&lt;br /&gt;by: Collis Ta&apos;eed&lt;/p&gt;
&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://nettuts.com/tutorials/html-css-techniques/how-to-create-a-slick-tabbed-content-area/&quot; class=&quot;noborder&quot;&gt;&lt;img title=&quot;Slick Tabbed Content Area using CSS &amp;amp; JQuery&quot; alt=&quot;Slick Tabbed Content Area using CSS &amp;amp; JQuery&quot; src=&quot;http://www.edwardbeckett.com/Blog/fileview/net-tuts-tabbed.jpg&quot; class=&quot;noborder&quot; width=&quot;471&quot; height=&quot;348&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Soh Tanaka offers a very clean and attractive JQuery &amp;amp; CSS menu. Aside from issues with IE6&apos;s non-support of the :hover psuedo-class for elements other than anchor tags, this is a very good menu and degrades gracefully with JavaScript disabled.&lt;/p&gt;
&lt;h2&gt;3. &lt;a target=&quot;_blank&quot; href=&quot;http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html&quot;&gt;Sexy Drop Down Menu w JQuery &amp;amp; CSS &lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Noupe &lt;br /&gt;by: Soh Tanaka&lt;/p&gt;
&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.noupe.com/tutorial/drop-down-menu-jquery-css.html&quot; class=&quot;noborder&quot;&gt;&lt;img title=&quot;Sexy Drop Down Menu w JQuery &amp;amp; CSS&quot; alt=&quot;Sexy Drop Down Menu w JQuery &amp;amp; CSS&quot; src=&quot;http://www.edwardbeckett.com/Blog/fileview/sexydropdown.jpg&quot; class=&quot;noborder&quot; width=&quot;600&quot; height=&quot;350&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Clark gives a solid example of how to create an animated drop down menu that also degrades well with JavaScript disabled - The key here is that the animation on the list elements is acceptable regardless of whether the visitor has JavaScript enabled.&lt;/p&gt;
&lt;h2&gt;4. &lt;a target=&quot;_blank&quot; href=&quot;http://clarklab.net/blog/articles/dropdown/example.html&quot;&gt;Animated Drop Down Menu with jQuery&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;ClarkLab&lt;/p&gt;
&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://clarklab.net/blog/articles/dropdown/example.html&quot; class=&quot;noborder&quot;&gt;&lt;img title=&quot;Animated Drop Down Menu with jQuery&quot; alt=&quot;Animated Drop Down Menu with jQuery&quot; src=&quot;http://www.edwardbeckett.com/Blog/fileview/clarklab.jpg&quot; class=&quot;noborder&quot; width=&quot;252&quot; height=&quot;375&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Okay ... I&apos;m not a great designer by any sense. But, when I created this site I decided I wanted a little DHTML action and of course promote good SEO techniques at the same time ... So, I used &lt;a target=&quot;_blank&quot; href=&quot;http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html&quot;&gt;Adobe&apos;s Spry&#xa0; Accordion Widget&lt;/a&gt; to build my right navigation ... It too degrades gracefully with JavaScript disabled - The menus tabs will simply open up if JavaScript is not activated.&lt;/p&gt;
&lt;h2&gt;5. &lt;a target=&quot;_blank&quot; href=&quot;http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html&quot;&gt;SEO Compliant Spry Accordion Menu&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://labs.adobe.com/technologies/spry/samples/accordion/AccordionSample.html&quot; class=&quot;noborder&quot;&gt;&lt;img title=&quot;SEO Compliant Spry Accordion Menu&quot; alt=&quot;SEO Compliant Spry Accordion Menu&quot; src=&quot;http://www.edwardbeckett.com/Blog/fileview/sprymenu.jpg&quot; class=&quot;noborder&quot; width=&quot;343&quot; height=&quot;461&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;by: Adobe Lab&lt;/p&gt;
&lt;p&gt;There are many excellent examples out there ... I really just wanted to take a few minutes to clarify the difference between a pure JavaScript menu and a menu that uses JavaScript and CSS. &lt;br /&gt;&lt;br /&gt;That&apos;s it.&lt;/p&gt; 
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Ajax</category>				
				
				<category>SEM</category>				
				
				<category>Web Development</category>				
				
				<category>Links </category>				
				
				<category>Search Engine Optimization</category>				
				
				<category>JQuery</category>				
				
				<category>Programming</category>				
				
				<category>Frameworks</category>				
				
				<category>SEO</category>				
				
				<category>JavaScript</category>				
				
				<category>web design</category>				
				
				<pubDate>Tue, 09 Jun 2009 17:19:00 -0400</pubDate>
				<guid>http://www.edwardbeckett.com/Blog/index.cfm/2009/6/9/5-Great-Examples-of-SEO-Friendly-JavaScript--CSS-Menus</guid>
				
			</item>
			
			<item>
				<title>ColdFusion Ajax &amp;amp; JQuery ... Learn to Earn</title>
				<link>http://www.edwardbeckett.com/Blog/index.cfm/2008/10/21/ColdFusion-Ajax--Jquery--Learn-to-Earn</link>
				<description>
				
				Recently I decided that it&apos;s time to start paying a bit more attention to improving the visual presentation of one of my sites. The site&apos;s built in ColdFusion with lot&apos;s of nifty CF Ajax stuff thrown in. CFDiv&apos;s, CFWindows, and Pods here and there too. So, I figured since I&apos;m not too bad at coding in CF - at least I can usually Google my way through most of the snags I run in to - I wanted to try challenging myself a bit by taking on something fairly foreign to me. Ajax.

I know the basics of Ajax. Asynchronous JavaScript with XML - Sending and receiving Http requests and responses to a server to return data to a site without refreshing the documents. However, I had little experience actually taking on an Ajax project. But if that wasn&apos;t difficult enough, I wanted to get really frustrated, so I decided to use a JavaScript library that I had little if any experience with - Entrance JQuery.

Now I&apos;ve seen a lot of very groovy examples of the nifty UI tricks that can be done with JQuery. They are cool. But I really wanted to learn how to use JQuery for my specific needs. So, I did. I choose to launch my campaign with a real world example. So for my project, I mapped out what I wanted to do with ColdFusion, JQuery, and Some CFAjax stuff. Here&apos;s what I planned out ... 
First, I wanted to add a US database to my site, SEOMasterList.com, to build out some dynamic pages. The reasons for that should be quite apparent. I&apos;m planning to obtain rankings and possibly monetize the site.

Next, I wanted to add some cool visual effects while providing improved functionality to the site, and possibly give visitors a better experience.

And finally, I just wanted to see if I could actually do it - two weeks in to it, I finished it. I have got to admit I spent a hell of a lot of time learning while trying to get the site done - someone with experience could have probably launched it in a matter of no time. But, I learned a lot.

Once I modified, installed, and built out the components to accommodate the addition of the database, I set up another component to dynamically bind the results from the database to two selects in a form. This was very challenging - I spent the better part of two days just trying to get the bindings to work.  Luckily, I found a cool ColdFusion script and modified it to output my database queries to XML. That came in really handy. The first go at trying to output 80,000+ records to a single flat XML file didn&apos;t work out to well. I ended up rebuilding the data CFC&apos;s several times in order to get what I needed. I ended up with a 1.4 MB XML file that I&apos;m now using to bind to the data in the selects.

After tackling that part of the project, I wanted to introduce some visually appealing effects to the site so I picked up the latest JQuery code and sent it up to my site. After some effort, I was successful in creating a pretty slick interface for my Ajax loaded form. Through the use of some nifty (&apos;#div&apos;).show(),(&apos;#div&apos;).hide () functionality on the form page, I was able to add and remove elements of the page which weren&apos;t necessary at every stage of the form submission process. This proved to be tougher to implement than I had expected. Up to this point I have a form bound by CFC&apos;s to data, an asynchronous form handler to process a form submission, and some nifty JQuery going on to assist in dressing up my application modifications. All in all. I think it went really well - and I learned a whole hell of a lot doing it.  If you want to see what I did ... have a heart ...
I&apos;m an Ajax nOOb. Check it out on &lt;a href=&quot;http://www.seomasterlist.com/blog/seo.cfm/&quot; target=&quot;_blank&quot;&gt;SEOMasterList&lt;/a&gt; ... &lt;br /&gt;&lt;br /&gt; 
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Ajax</category>				
				
				<category>Search Engine Optimization</category>				
				
				<category>Code</category>				
				
				<category>CFC</category>				
				
				<category>SQL</category>				
				
				<category>JavaScript</category>				
				
				<category>Web Development</category>				
				
				<category>SEO</category>				
				
				<category>JQuery</category>				
				
				<pubDate>Tue, 21 Oct 2008 20:29:00 -0400</pubDate>
				<guid>http://www.edwardbeckett.com/Blog/index.cfm/2008/10/21/ColdFusion-Ajax--Jquery--Learn-to-Earn</guid>
				
			</item>
			
			<item>
				<title>Ajax Framework for ColdFusion</title>
				<link>http://www.edwardbeckett.com/Blog/index.cfm/2007/12/20/Ajax-Framework-for-ColdFusion</link>
				<description>
				
				As always, I am looking to expand my knowledge and understanding in Rich Internet Application development. Lately, I have been researching throughout the ColdFusion and Object Oriented communities for a solid framework that will be a good foundation for me to grow and learn in developing Ajaxian applications in a ColdFusion environment. 

The first contender for my needs is JQuery. For reasons based on personality as well as principle, the ColdFusion &quot;sensei&quot; in whom I follow, &lt;a href=&quot;http://www.bennadel.com/&quot; target=&quot;blank&quot;&gt;Ben Nadel&lt;/a&gt;, seems to use the JQuery framework and I&apos;ve adopted a tendency to trust his lead. There are several other options available as well that I have not set aside however. The mootools and prototype sets look rather attractive as well. If there are any JavaScript / Ajax pros out there that are familiar with frameworks for ColdFusion please let me know your thoughts. 
				</description>
				
				<category>ColdFusion</category>				
				
				<category>Ajax</category>				
				
				<category>JavaScript</category>				
				
				<category>Frameworks</category>				
				
				<pubDate>Thu, 20 Dec 2007 23:49:00 -0400</pubDate>
				<guid>http://www.edwardbeckett.com/Blog/index.cfm/2007/12/20/Ajax-Framework-for-ColdFusion</guid>
				
			</item>
			</channel></rss>