<?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/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4690182077658516201</id><updated>2011-09-15T01:02:16.200-07:00</updated><category term='C# problems and solutions'/><category term='Birthday cake'/><title type='text'>BBBlog</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://bbpopat.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://bbpopat.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Brinda B. Popat</name><uri>http://www.blogger.com/profile/04282197003971841111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4690182077658516201.post-8029151780706955275</id><published>2011-09-15T01:02:00.001-07:00</published><updated>2011-09-15T01:02:16.250-07:00</updated><title type='text'>How to easily create dependent Picklist(Option Set) in CRM 2011 ?</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;a href="http://blogs.msdn.com/b/paf/archive/2011/04/21/how-to-easily-create-dependent-picklist-in-crm-2011.aspx"&gt;http://blogs.msdn.com/b/paf/archive/2011/04/21/how-to-easily-create-dependent-picklist-in-crm-2011.aspx&lt;/a&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4690182077658516201-8029151780706955275?l=bbpopat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbpopat.blogspot.com/feeds/8029151780706955275/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4690182077658516201&amp;postID=8029151780706955275' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/8029151780706955275'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/8029151780706955275'/><link rel='alternate' type='text/html' href='http://bbpopat.blogspot.com/2011/09/how-to-easily-create-dependent.html' title='How to easily create dependent Picklist(Option Set) in CRM 2011 ?'/><author><name>Brinda B. Popat</name><uri>http://www.blogger.com/profile/04282197003971841111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4690182077658516201.post-3092289052970432671</id><published>2011-09-15T01:00:00.001-07:00</published><updated>2011-09-15T01:00:59.973-07:00</updated><title type='text'>Execute CRM workflow from C#</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="margin-bottom: 14pt; margin-top: 14pt;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="font-family: MS Shell Dlg 2;"&gt;&lt;span lang="en-GB"&gt;ExecuteWorkflowRequest request = new ExecuteWorkflowRequest();&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-family: MS Shell Dlg 2; font-size: x-small;"&gt;&lt;span lang="en-GB"&gt;request.WorkflowId = WorkflowId;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: MS Shell Dlg 2; font-size: x-small;"&gt;&lt;span lang="en-GB"&gt;request.EntityId = contact_guid&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family: MS Shell Dlg 2; font-size: x-small;"&gt;&lt;span lang="en-GB"&gt;ExecuteWorkflowResponse response = (ExecuteWorkflowResponse)Service.Execute(request);&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4690182077658516201-3092289052970432671?l=bbpopat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbpopat.blogspot.com/feeds/3092289052970432671/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4690182077658516201&amp;postID=3092289052970432671' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/3092289052970432671'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/3092289052970432671'/><link rel='alternate' type='text/html' href='http://bbpopat.blogspot.com/2011/09/execute-crm-workflow-from-c.html' title='Execute CRM workflow from C#'/><author><name>Brinda B. Popat</name><uri>http://www.blogger.com/profile/04282197003971841111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4690182077658516201.post-5912498496469148761</id><published>2011-09-15T00:59:00.000-07:00</published><updated>2011-09-15T01:00:01.405-07:00</updated><title type='text'>Create word document and populate fields using mail merge in C#</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="margin-bottom: 14pt; margin-top: 14pt;"&gt;&lt;span style="color: #2b91af; font-size: x-small;"&gt;Object oMissing = System.Reflection.Missing.Value;&lt;/span&gt;&lt;/div&gt;&lt;div style="margin-bottom: 14pt; margin-top: 14pt;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: #2b91af;"&gt;Object&lt;/span&gt; oTrue = &lt;span style="color: blue;"&gt;true&lt;/span&gt;;&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: #2b91af;"&gt;Object&lt;/span&gt; oFalse = &lt;span style="color: blue;"&gt;false&lt;/span&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;Word.&lt;span style="color: #2b91af;"&gt;Application&lt;/span&gt; oWord = &lt;span style="color: blue;"&gt;new&lt;/span&gt; Word.&lt;span style="color: #2b91af;"&gt;Application&lt;/span&gt;();&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;Word.&lt;span style="color: #2b91af;"&gt;Document&lt;/span&gt; oWordDoc = &lt;span style="color: blue;"&gt;new&lt;/span&gt; Word.&lt;span style="color: #2b91af;"&gt;Document&lt;/span&gt;();&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;oWord.Visible = &lt;span style="color: blue;"&gt;true&lt;/span&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: #2b91af;"&gt;Object&lt;/span&gt; oTemplatePath = System.Windows.Forms.&lt;span style="color: #2b91af;"&gt;Application&lt;/span&gt;.StartupPath+&lt;span style="color: #a31515;"&gt;"\\Report.dot"&lt;/span&gt;;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;oWordDoc = oWord.Documents.Add(&lt;span style="color: blue;"&gt;ref&lt;/span&gt; oTemplatePath, &lt;span style="color: blue;"&gt;ref&lt;/span&gt; oMissing, &lt;span style="color: blue;"&gt;ref&lt;/span&gt; oMissing, &lt;span style="color: blue;"&gt;ref&lt;/span&gt; oMissing);&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: blue;"&gt;foreach&lt;/span&gt; (Word.&lt;span style="color: #2b91af;"&gt;Field&lt;/span&gt; myMergeField &lt;span style="color: blue;"&gt;in&lt;/span&gt; oWordDoc.Fields)&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size: x-small;"&gt;{&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;iTotalFields++;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;Word.&lt;span style="color: #2b91af;"&gt;Range&lt;/span&gt; rngFieldCode = myMergeField.Code;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: #2b91af;"&gt;String&lt;/span&gt; fieldText = rngFieldCode.Text;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: blue;"&gt;if&lt;/span&gt; (fieldText.StartsWith(&lt;span style="color: #a31515;"&gt;" MERGEFIELD"&lt;/span&gt;))&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: #2b91af;"&gt;Int32&lt;/span&gt; endMerge = fieldText.IndexOf(&lt;span style="color: #a31515;"&gt;"\\"&lt;/span&gt;);&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: #2b91af;"&gt;Int32&lt;/span&gt; fieldNameLength = fieldText.Length - endMerge;&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: #2b91af;"&gt;String&lt;/span&gt; fieldName = fieldText.Substring(11, endMerge - 11);&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;fieldName = fieldName.Trim();&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: blue;"&gt;if&lt;/span&gt; (fieldName == &lt;span style="color: #a31515;"&gt;"Name"&lt;/span&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;myMergeField.Select();&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;oWord.Selection.TypeText(txt_name.Text);&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: blue;"&gt;if&lt;/span&gt; (fieldName == &lt;span style="color: #a31515;"&gt;"Address"&lt;/span&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;myMergeField.Select();&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;oWord.Selection.TypeText(txt_address.Text);&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: blue;"&gt;if&lt;/span&gt; (fieldName == &lt;span style="color: #a31515;"&gt;"Age"&lt;/span&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;myMergeField.Select();&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;oWord.Selection.TypeText(num_age.Text);&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: blue;"&gt;if&lt;/span&gt; (fieldName == &lt;span style="color: #a31515;"&gt;"EAddress"&lt;/span&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;myMergeField.Select();&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;oWord.Selection.TypeText(txt_email.Text);&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: blue;"&gt;if&lt;/span&gt; (fieldName == &lt;span style="color: #a31515;"&gt;"Company"&lt;/span&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;myMergeField.Select();&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;oWord.Selection.TypeText(txt_company.Text);&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: blue;"&gt;if&lt;/span&gt; (fieldName == &lt;span style="color: #a31515;"&gt;"TelNo"&lt;/span&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;myMergeField.Select();&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;oWord.Selection.TypeText(txt_tel.Text);&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;span style="color: blue;"&gt;if&lt;/span&gt; (fieldName == &lt;span style="color: #a31515;"&gt;"ODetails"&lt;/span&gt;)&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;{&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;myMergeField.Select();&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;oWord.Selection.TypeText(txt_odetails.Text);&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;span style="font-size: x-small;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;span style="font-size: x-small;"&gt;}&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4690182077658516201-5912498496469148761?l=bbpopat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbpopat.blogspot.com/feeds/5912498496469148761/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4690182077658516201&amp;postID=5912498496469148761' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/5912498496469148761'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/5912498496469148761'/><link rel='alternate' type='text/html' href='http://bbpopat.blogspot.com/2011/09/create-word-document-and-populate.html' title='Create word document and populate fields using mail merge in C#'/><author><name>Brinda B. Popat</name><uri>http://www.blogger.com/profile/04282197003971841111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4690182077658516201.post-4851175070786370234</id><published>2011-09-15T00:56:00.001-07:00</published><updated>2011-09-15T00:56:21.716-07:00</updated><title type='text'>Paper quilling basics</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div style="margin-bottom: 14pt; margin-top: 14pt;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Paper quilling instructions - Rolling your first coil&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;img _src="http://www.handmade-craft-ideas.com/image-files/using-a-slotted-quilling-tool.jpg" align="left" alt="using-a-slotted-quilling-tool (9K)" border="1" height="235" src="http://www.handmade-craft-ideas.com/image-files/using-a-slotted-quilling-tool.jpg" style="border-width: 0px;" width="300" /&gt;So take your piece of paper and gently put the end into the slot in the tool. Make sure that only the tiniest bit of paper protrudes through to the other side of the slot.&lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;Then, holding the tool in your dominant hand and the paper between your other thumb and index finger, slowly turn the quilling tool so that the paper winds evenly around the tip. &lt;br /&gt;&lt;br /&gt;&lt;img _src="http://www.handmade-craft-ideas.com/image-files/rolling-a-coil.jpg" align="right" alt="rolling-a-coil (8K)" border="1" height="218" src="http://www.handmade-craft-ideas.com/image-files/rolling-a-coil.jpg" style="border-width: 0px;" width="308" /&gt;Try to keep the edges of the paper lined up. Keep some tension on the paper as you are turning the tool, but don't tug too hard or you may tear it! &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;When your quarter length strip is all wound around the tool hold it in place for a moment so that the paper can "remember" its position. Then let go and turn the tool upside down, allowing the quilled coil to fall off onto the table. The paper will begin to uncoil a little, don't panic, it is supposed to do that. Leave it to "relax" a little and then when it stops uncoiling use a toothpick with a tiny dot of tacky glue on the end to stick the end of the paper in place. Hold the paper together for a moment or two until the glue dries. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;As we are practicing, pick another color of paper and make another coil. Make perhaps a dozen before we move onto the next stage. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 14pt; margin-top: 14pt;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Paper quilling instructions - Shaping your coils&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;Sometimes you will want to leave your coils as circles, but often you will squeeze and manipulate them into different shapes to build up your picture. We will start with the easiest shape. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div align="center" style="text-align: center;"&gt;&lt;img _src="http://www.handmade-craft-ideas.com/image-files/quilled-shapes.jpg" alt="quilled-shapes (24K)" border="1" height="515" src="http://www.handmade-craft-ideas.com/image-files/quilled-shapes.jpg" style="border-width: 0px;" width="393" /&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;The teardrop&lt;/b&gt;&lt;br /&gt;Pick up your coil and with the thumb and index finger pinch it together forming a shape with a point at one end and leaving the other end rounded. This is a useful shape for flower petals. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;The petal&lt;/b&gt;&lt;br /&gt;Taking your teardrop shape, gently press your pointed end to one side to curve it over. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;The marquise or eye shape&lt;/b&gt;&lt;br /&gt;Take another coil and this time hold it between the thumb and index fingers of both hands. Pinch tightly with both hands to form points at each end. The marquise is one of the most useful shapes in quilling. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;The leaf&lt;/b&gt;&lt;br /&gt;Make another marquise but this time after pinching the ends move them in opposite directions creating a twist in the shape. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;The half moon or crescent&lt;/b&gt;&lt;br /&gt;You will need your quilling tool again for this shape. Take one of your coils and push the handle of the tool into the circle, squeezing the two ends to form points. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;a href="" name="triangle"&gt;&lt;/a&gt;&lt;b&gt;The triangle&lt;/b&gt;&lt;br /&gt;A slightly tricky one this time. Holding the circle between your index fingers of each hand, push the bottom of the circle up with your thumbs to create a triangle. Pinch the three corners to sharpen them up. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;The tulip&lt;/b&gt;&lt;br /&gt;Start by making the teardrop shape but before letting go of the pinched end push it back into the main part of the circle to form an indentation. Sharpen up the two outside points if required but they can be left rounded. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;Bunny ear or shield&lt;/b&gt;&lt;br /&gt;Similar in appearance to the crescent, this shape is made without using the quilling tool as a former. Holding the coil in one hand use the index finger on the other hand to push an indentation into the circle. Then pinch the two resulting points to sharpen up the shape and make the ears. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;The arrow&lt;/b&gt;&lt;br /&gt;First make a teardrop by pinching one end. Then, holding the pinched end, use your finger to push the other end towards your other hand forming an indentation. Pinch the points to sharpen up the shape. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;The star&lt;/b&gt;&lt;br /&gt;Make a marquise as before, then turn the shape 90 degrees and repeat, pinching two more points to make a star. Press hard at each point to sharpen up the shape. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;The square&lt;/b&gt;&lt;br /&gt;This one needs both thumbs and both index fingers! Hold the circle between all four digits and gently press into a square shape. Squeeze each corner to transform your circle into a square. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;The holly leaf&lt;/b&gt;&lt;br /&gt;A pair of pointed craft tweezers are useful when making this shape which is, of course, great for quilled Christmas cards. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;Squeeze your circle together in the center using your tweezers. Using your fingers pinch one end and push it towards the center, repeat at other end to form a holly leaf shape. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;a href="" name="peg"&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 14pt; margin-top: 14pt;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Paper quilling instructions - Making a tight coil and variations&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;We missed out the first illustration in the photo above. The tight coil is the easiest of all to make. Wrap the paper around the quilling needle as before but before taking it off the tool glue the end in place. Hold it for a few seconds to allow the glue to dry before gently releasing it from the tool.&lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;Fringed flowers&lt;/b&gt;&lt;br /&gt;Using the same technique as above for the tight coil but with wider paper we can make a fringed flower or pompom. Start by cutting small snips into one edge of the paper at regular intervals all the way along its length. Then roll a tight coil and glue the unsnipped section. Gently spread the snipped section to produce a fluffy effect. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;Fringed flowers with centers&lt;/b&gt;&lt;br /&gt;To create a flower with a different colored center take a 3mm wide strip in yellow or a suitable color and glue a snipped wider length of paper in the flower colour of your choice to the end. Start rolling from the narrow end and continue rolling when you reach the snipped paper. Glue as before and then spread open the snipped flower leaving a nice tight center. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 14pt; margin-top: 14pt;"&gt;&lt;span style="font-size: large;"&gt;&lt;b&gt;Paper quilling instructions - Open coil&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;Open coils or scrollwork can add a delicate touch to a quilled item. This time we do not glue the end of the paper strip once it is coiled.&lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;Open circle&lt;/b&gt;&lt;br /&gt;Easy one! Just coil as normal but after leaving it to relax do not glue the end.Open coils or scroll work can add a delicate touch to a quilled item. This time we do not glue the end of the paper strip once it is coiled. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;Open circle&lt;/b&gt;&lt;br /&gt;Easy one! Just coil as normal but after leaving it to relax do not glue the end. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;Open heart&lt;/b&gt;&lt;br /&gt;Take your length of quilling paper and fold it in half. Roll from one end in towards the fold line until a small section of paper is left preceding the fold. Do the same for the other end. Try to leave the same amount of free paper on each side of the heart so that it lines up nicely when finished. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;&lt;b&gt;Open V&lt;/b&gt;&lt;br /&gt;Worked in the same manner as the heart above, but roll away from the fold line creating the coils on the outside so that the finished result looks like a letter V with outward facing curls on the open ends. &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt; &lt;/div&gt;&lt;br /&gt;&lt;div style="margin-bottom: 0px; margin-top: 0px;"&gt;There are other open coils you can make, but this page is getting rather long so I'll leave them for a separate page. &lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4690182077658516201-4851175070786370234?l=bbpopat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbpopat.blogspot.com/feeds/4851175070786370234/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4690182077658516201&amp;postID=4851175070786370234' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/4851175070786370234'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/4851175070786370234'/><link rel='alternate' type='text/html' href='http://bbpopat.blogspot.com/2011/09/paper-quilling-basics.html' title='Paper quilling basics'/><author><name>Brinda B. Popat</name><uri>http://www.blogger.com/profile/04282197003971841111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4690182077658516201.post-2785508692741331</id><published>2011-09-15T00:55:00.001-07:00</published><updated>2011-09-15T00:55:13.320-07:00</updated><title type='text'>Download file from the C#.net</title><content type='html'>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;&lt;div dir="ltr"&gt;&lt;span style="color: black; font-family: Calibri; font-size: small;"&gt;&lt;span dir="ltr" style="font-size: 12pt;"&gt;private void DownloadFile( string fname, bool forceDownload )&lt;br /&gt;{&lt;br /&gt;  string path = MapPath( fname );&lt;br /&gt;  string name = Path.GetFileName( path );&lt;br /&gt;  string ext = Path.GetExtension( path );&lt;br /&gt;  string type = "";&lt;br /&gt;  // set known types based on file extension  &lt;br /&gt;  if ( ext != null )&lt;br /&gt;  {&lt;br /&gt;    switch( ext.ToLower() )&lt;br /&gt;    {&lt;br /&gt;    case ".htm":&lt;br /&gt;    case ".html":&lt;br /&gt;      type = "text/HTML";&lt;br /&gt;      break;&lt;br /&gt;  &lt;br /&gt;    case ".txt":&lt;br /&gt;      type = "text/plain";&lt;br /&gt;      break;&lt;br /&gt;     &lt;br /&gt;    case ".doc":&lt;br /&gt;    case ".rtf":&lt;br /&gt;      type = "Application/msword";&lt;br /&gt;      break;&lt;br /&gt;    }&lt;br /&gt;  }&lt;br /&gt;  if ( forceDownload )&lt;br /&gt;  {&lt;br /&gt;    Response.AppendHeader( "content-disposition",&lt;br /&gt;        "attachment; filename=" + name );&lt;br /&gt;  }&lt;br /&gt;  if ( type != "" )   &lt;br /&gt;    Response.ContentType = type;&lt;br /&gt;  Response.WriteFile( path );&lt;br /&gt;  Response.End();    &lt;br /&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4690182077658516201-2785508692741331?l=bbpopat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbpopat.blogspot.com/feeds/2785508692741331/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4690182077658516201&amp;postID=2785508692741331' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/2785508692741331'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/2785508692741331'/><link rel='alternate' type='text/html' href='http://bbpopat.blogspot.com/2011/09/download-file-from-cnet.html' title='Download file from the C#.net'/><author><name>Brinda B. Popat</name><uri>http://www.blogger.com/profile/04282197003971841111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4690182077658516201.post-6530686873016960349</id><published>2010-04-19T04:25:00.000-07:00</published><updated>2010-04-19T04:37:36.908-07:00</updated><title type='text'>CRM: update statecode and statuscode</title><content type='html'>You can not update the state/status of an entity using service.update method.&lt;br /&gt;&lt;br /&gt;Each entity, including new customized ones have a "setstate" request class.&lt;br /&gt;for example, if you want to set the state of account:&lt;br /&gt;----------------------------------------------------&lt;br /&gt;CrmService service = new CrmService();&lt;br /&gt;SetStateAccountRequest setacc = new SetStateAccountRequest();&lt;br /&gt;setacc.EntityID = new Guid("");&lt;br /&gt;setacc.AccountState = new AccountState();&lt;br /&gt;setacc.AccountState = AccountState.Inactive;&lt;br /&gt;service.Execute(setacc);&lt;br /&gt;----------------------------------------------------&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4690182077658516201-6530686873016960349?l=bbpopat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbpopat.blogspot.com/feeds/6530686873016960349/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4690182077658516201&amp;postID=6530686873016960349' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/6530686873016960349'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/6530686873016960349'/><link rel='alternate' type='text/html' href='http://bbpopat.blogspot.com/2010/04/update-statecode-and-statuscode.html' title='CRM: update statecode and statuscode'/><author><name>Brinda B. Popat</name><uri>http://www.blogger.com/profile/04282197003971841111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4690182077658516201.post-7207299657591845106</id><published>2008-09-17T23:21:00.001-07:00</published><updated>2008-09-17T23:30:54.297-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Birthday cake'/><title type='text'>e-bday cake to gift to your nearer and dearer</title><content type='html'>Hi all,&lt;br /&gt;This is the link thru which you can show your skills to decorate cake and send it to your friends and family member.&lt;br /&gt;&lt;a href="http://www.theoworlds.com/birthday/"&gt;http://www.theoworlds.com/birthday/&lt;/a&gt;&lt;br /&gt;I hope you like this.&lt;br /&gt;Thanks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4690182077658516201-7207299657591845106?l=bbpopat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbpopat.blogspot.com/feeds/7207299657591845106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4690182077658516201&amp;postID=7207299657591845106' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/7207299657591845106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/7207299657591845106'/><link rel='alternate' type='text/html' href='http://bbpopat.blogspot.com/2008/09/e-bday-cake-to-gift-to-your-nearer-and.html' title='e-bday cake to gift to your nearer and dearer'/><author><name>Brinda B. Popat</name><uri>http://www.blogger.com/profile/04282197003971841111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4690182077658516201.post-7125863473873596146</id><published>2008-09-17T23:21:00.000-07:00</published><updated>2008-09-17T23:28:23.657-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='C# problems and solutions'/><title type='text'>C# Alphanumeric sorting</title><content type='html'>Hi all,&lt;br /&gt;In my previous project the requirement is to sort alphanumeric order.&lt;br /&gt;Normally its treated as String so in string "20" is less than "19" and that was an issue.&lt;br /&gt;But then after a long searching i find the very good solution in the C# only and its very easy also.&lt;br /&gt;C# has the interfaces that you can implement in your classes and then create custom methods for that.&lt;br /&gt;This is the solution:&lt;br /&gt;--------------------&lt;br /&gt;1) Implement IComparer interface in your class and use its Compare() to generalize your code for the sorting.&lt;br /&gt;2) if you want to see sample compare() method and here is the link:&lt;br /&gt;&lt;a href="http://dotnetperls.com/Content/Alphanumeric-Sorting.aspx"&gt;http://dotnetperls.com/Content/Alphanumeric-Sorting.aspx&lt;/a&gt;&lt;br /&gt;If you have any suggestion then you can post it.&lt;br /&gt;Thanks.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4690182077658516201-7125863473873596146?l=bbpopat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbpopat.blogspot.com/feeds/7125863473873596146/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4690182077658516201&amp;postID=7125863473873596146' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/7125863473873596146'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/7125863473873596146'/><link rel='alternate' type='text/html' href='http://bbpopat.blogspot.com/2008/09/c-alphanumeric-sorting.html' title='C# Alphanumeric sorting'/><author><name>Brinda B. Popat</name><uri>http://www.blogger.com/profile/04282197003971841111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4690182077658516201.post-5651470466250765754</id><published>2008-01-23T00:59:00.000-08:00</published><updated>2008-01-23T01:00:43.703-08:00</updated><title type='text'></title><content type='html'>Hi this is first post on my own blog. I have just created blog for trial.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4690182077658516201-5651470466250765754?l=bbpopat.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://bbpopat.blogspot.com/feeds/5651470466250765754/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=4690182077658516201&amp;postID=5651470466250765754' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/5651470466250765754'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4690182077658516201/posts/default/5651470466250765754'/><link rel='alternate' type='text/html' href='http://bbpopat.blogspot.com/2008/01/hi-this-is-first-post-on-my-own-blog.html' title=''/><author><name>Brinda B. Popat</name><uri>http://www.blogger.com/profile/04282197003971841111</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
