<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-8980734269859237005.post7355960949321652794..comments</id><updated>2009-08-14T05:06:51.896-07:00</updated><category term='Reviews'/><category term='LINQ'/><category term='Visual Studio'/><category term='Windows Vista'/><category term='Misc Ramblings'/><category term='jQuery'/><category term='Architecture'/><category term='Technology'/><category term='CSS'/><category term='Screencast'/><category term='VB.NET'/><category term='Free EBook'/><category term='Tips'/><category term='Azure'/><category term='ASP.NET MVC'/><category term='ASP.NET'/><category term='HTML 5'/><category term='C#'/><category term='Free Learning'/><category term='Regex'/><category term='Product Releases'/><category term='Link List'/><category term='ASP.NET AJAX'/><category term='General'/><category term='WCF'/><category term='Blogging Tools'/><category term='Sharepoint'/><category term='Tools'/><category term='Contests'/><category term='Entity FW'/><category term='JavaScript'/><category term='WPF'/><category term='.NET'/><category term='Silverlight'/><category term='Windows 7'/><title type='text'>Comments on DevCurry: Generating a Bulleted List dynamically using jQuer...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://www.devcurry.com/feeds/7355960949321652794/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/7355960949321652794/comments/default'/><link rel='alternate' type='text/html' href='http://www.devcurry.com/2009/06/generating-bulleted-list-dynamically.html'/><author><name>Suprotim Agarwal</name><uri>http://www.blogger.com/profile/08349831623922214390</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='25' height='32' src='http://3.bp.blogspot.com/_0j4bzarlOBg/TEefNfVYJBI/AAAAAAAABOE/GoGXFIVogfU/S220/Supmvp.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>3</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8980734269859237005.post-5638886674726070469</id><published>2009-08-14T05:06:51.896-07:00</published><updated>2009-08-14T05:06:51.896-07:00</updated><title type='text'>SwedishChef, Peter Eysermans : Those tips were nea...</title><summary type='text'>SwedishChef, Peter Eysermans : Those tips were neat! Thanks for sharing.</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/7355960949321652794/comments/default/5638886674726070469'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/7355960949321652794/comments/default/5638886674726070469'/><link rel='alternate' type='text/html' href='http://www.devcurry.com/2009/06/generating-bulleted-list-dynamically.html?showComment=1250251611896#c5638886674726070469' title=''/><author><name>Suprotim Agarwal</name><uri>http://www.blogger.com/profile/08349831623922214390</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.devcurry.com/2009/06/generating-bulleted-list-dynamically.html' ref='tag:blogger.com,1999:blog-8980734269859237005.post-7355960949321652794' source='http://www.blogger.com/feeds/8980734269859237005/posts/default/7355960949321652794' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-185591272'/></entry><entry><id>tag:blogger.com,1999:blog-8980734269859237005.post-7026093637330161642</id><published>2009-08-12T23:38:11.523-07:00</published><updated>2009-08-12T23:38:11.523-07:00</updated><title type='text'>Nice example. You could use jquery to iterate thro...</title><summary type='text'>Nice example. You could use jquery to iterate through the collection instead of using a classic for. Like this:&lt;br /&gt;&lt;br /&gt;$.each(geoList, function(index, geoItem)&lt;br /&gt;{&lt;br /&gt;  $(&amp;quot;#cList&amp;quot;).append(&amp;quot;[li]&amp;quot; + geoItem.Country + &amp;quot;-&amp;quot; + geoItem.State + &amp;quot;[/li]&amp;quot;);&lt;br /&gt;});&lt;br /&gt;&lt;br /&gt;I find the code easier to read using $.each.&lt;br /&gt;&lt;br /&gt;SwedishChef also points out</summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/7355960949321652794/comments/default/7026093637330161642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/7355960949321652794/comments/default/7026093637330161642'/><link rel='alternate' type='text/html' href='http://www.devcurry.com/2009/06/generating-bulleted-list-dynamically.html?showComment=1250145491523#c7026093637330161642' title=''/><author><name>Peter Eysermans</name><uri>http://peter.worksontheweb.net</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.devcurry.com/2009/06/generating-bulleted-list-dynamically.html' ref='tag:blogger.com,1999:blog-8980734269859237005.post-7355960949321652794' source='http://www.blogger.com/feeds/8980734269859237005/posts/default/7355960949321652794' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-582666928'/></entry><entry><id>tag:blogger.com,1999:blog-8980734269859237005.post-1705924235546239321</id><published>2009-07-23T04:15:45.446-07:00</published><updated>2009-07-23T04:15:45.446-07:00</updated><title type='text'>Nice. Simple and fast.

One thing you might want t...</title><summary type='text'>Nice. Simple and fast.&lt;br /&gt;&lt;br /&gt;One thing you might want to consider, should you have a very large data set, is to concat the straing with li&amp;#39;s and output that string instead of using append.&lt;br /&gt;&lt;br /&gt;i.e.&lt;br /&gt;var output = &amp;#39;&amp;#39;;&lt;br /&gt;&lt;br /&gt;and for each iteration in the loop,&lt;br /&gt;&lt;br /&gt;output += &amp;quot; [LI] &amp;quot; + geoList[i].Country + &amp;quot;-&amp;quot; geoList[i].State + &amp;quot;[/ LI </summary><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/7355960949321652794/comments/default/1705924235546239321'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8980734269859237005/7355960949321652794/comments/default/1705924235546239321'/><link rel='alternate' type='text/html' href='http://www.devcurry.com/2009/06/generating-bulleted-list-dynamically.html?showComment=1248347745446#c1705924235546239321' title=''/><author><name>SwedishChef</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://www.devcurry.com/2009/06/generating-bulleted-list-dynamically.html' ref='tag:blogger.com,1999:blog-8980734269859237005.post-7355960949321652794' source='http://www.blogger.com/feeds/8980734269859237005/posts/default/7355960949321652794' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1586854427'/></entry></feed>
