<?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-6105331370675911195</id><updated>2012-02-17T11:28:10.237+07:00</updated><category term='Blogging'/><category term='HTML'/><title type='text'>Letsdev.Blogspot.Com</title><subtitle type='html'>Lets Develop Your Pages..!</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://letsdev.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6105331370675911195/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://letsdev.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Lets Develop..!</name><uri>http://www.blogger.com/profile/14682007827175771612</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>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6105331370675911195.post-6586537941537144981</id><published>2007-07-09T13:08:00.000+07:00</published><updated>2007-07-09T15:34:20.025+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogging'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><title type='text'>How To Make A Link</title><content type='html'>The tags used to produce links are the &amp;lt;a&amp;gt; and &amp;lt;/a&amp;gt;.&lt;br /&gt;&lt;p&gt;The &amp;lt;a&amp;gt; tells where the link should start and the &amp;lt;/a&amp;gt; indicates&lt;br /&gt;where the link ends.&lt;/p&gt;&lt;span class="fullpost"&gt;&lt;p&gt;Everything between these two will work as a link. The target of the link is added to the &amp;lt;a&amp;gt; tag using the href="http://www.whateverpage.com" setting.&lt;/p&gt;&lt;p&gt;The example below shows how to make the word here work as a link to yahoo.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;Click &amp;lt;a href="http://www.yahoo.com"&amp;gt;here&amp;lt;/a&amp;gt; to go to&lt;br /&gt;yahoo.&lt;/blockquote&gt;You simply:&lt;br /&gt;&lt;p&gt;* Specify the target in the &amp;lt;a href=" "&amp;gt;.&lt;br /&gt;* Then add the text that should work as a link.&lt;br /&gt;* Finally add an &amp;lt;/a&amp;gt; tag to indicate where the link ends. &lt;span style="font-style: italic;"&gt;(Taken from http://www.echoecho.com)&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6105331370675911195-6586537941537144981?l=letsdev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://letsdev.blogspot.com/feeds/6586537941537144981/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6105331370675911195&amp;postID=6586537941537144981&amp;isPopup=true' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6105331370675911195/posts/default/6586537941537144981'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6105331370675911195/posts/default/6586537941537144981'/><link rel='alternate' type='text/html' href='http://letsdev.blogspot.com/2007/07/how-to-make-link.html' title='How To Make A Link'/><author><name>Lets Develop..!</name><uri>http://www.blogger.com/profile/14682007827175771612</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-6105331370675911195.post-4184148745152975078</id><published>2007-07-09T12:41:00.000+07:00</published><updated>2007-07-10T05:53:46.022+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><title type='text'>Colors On Text Links</title><content type='html'>This page will teach you how to:&lt;br /&gt;&lt;p&gt; * Define colors for all links on the page.&lt;br /&gt;* Define colors for individual links on the page.&lt;/p&gt;&lt;p style="font-weight: bold;"&gt;Define colors for all links on the page&lt;/p&gt;&lt;span class="fullpost"&gt;&lt;p&gt;The general color of text links is specified in the &amp;lt;body&amp;gt; tag, like&lt;br /&gt;in the example below:&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;&amp;lt;body link="#C0C0C0" vlink="#808080" alink="#FF0000"&amp;gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt; * link - standard link - to a page the visitor hasn't been to yet. (standard&lt;br /&gt;color is blue - #0000FF).&lt;/p&gt;&lt;p&gt;* vlink - visited link - to a page the visitor has been to before. (standard&lt;br /&gt;&lt;/p&gt;&lt;p&gt;  color is purple - #800080).&lt;/p&gt;* alink - active link - the color of the link when the mouse is on it. (standard&lt;br /&gt;&lt;p&gt;  color is red - #FF0000).&lt;/p&gt;&lt;span style="font-weight: bold;"&gt;Note&lt;/span&gt;&lt;br /&gt;You can click here to learn more about the hexadecimal colorsystem that is used&lt;br /&gt;&lt;p&gt;  in HTML.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;  Define colors for individual links on the page&lt;/span&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;The method described above is for setting overall link colors for the page.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;However, you might want one or more links to have different colors than the&lt;br /&gt;rest of the page.&lt;/p&gt;&lt;p&gt;There are two methods for doing this:&lt;/p&gt;&lt;p&gt; * Placing font tags between the &amp;lt;a href&amp;gt; and the &amp;lt;/a&amp;gt; tag.&lt;br /&gt;This method will work on all browsers except MSIE 3.&lt;br /&gt;* Using a style setting in the &amp;lt;a&amp;gt; tag.&lt;br /&gt;&lt;br /&gt;This method works on MSIE3 and newer browsers.&lt;br /&gt;The first technique would look like this:&lt;br /&gt;Click &amp;lt;a href="http://www.yahoo.com"&amp;gt;&amp;lt;font color="FF00CC"&amp;gt;here&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt;&lt;br /&gt;to go to yahoo.&lt;/p&gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt;&lt;br /&gt;&lt;p&gt;  It is important that both the &amp;lt;font&amp;gt; and the &amp;lt;/font&amp;gt; tags are between&lt;br /&gt;the &amp;lt;a href&amp;gt; and &amp;lt;/a&amp;gt; tags.&lt;/p&gt;&lt;p&gt;The second technique would look like this:&lt;br /&gt;&lt;/p&gt;&lt;blockquote&gt;  Click &amp;lt;a href="http://www.yahoo.com" style="color: rgb(0,255,0)"&amp;gt;here&amp;lt;/a&amp;gt;&lt;br /&gt;to go to yahoo.&lt;/blockquote&gt;&lt;span style="font-weight: bold;"&gt;  Note:&lt;/span&gt;&lt;br /&gt;The RGB numbers indicate amounts of red, green, and blue using values between&lt;br /&gt;0 and 255. You can read more about converting between RGB colors and hexadecimal&lt;br /&gt;colors here.&lt;p&gt;&lt;/p&gt;&lt;p&gt;Now, since neither of the two methods covers all browsers, we need to use both&lt;br /&gt;techniques at once.&lt;/p&gt;&lt;p&gt;This example will work on all browsers:&lt;br /&gt;&lt;/p&gt;&lt;blockquote&gt;  Click &amp;lt;a href="http://www.yahoo.com" style="color: rgb(0,255,0)"&amp;gt;&amp;lt;font&lt;br /&gt;color="FF00CC"&amp;gt;here&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt; to go to yahoo.&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;The last example is interesting. Not only because it will work on all browsers.&lt;br /&gt;But even more because it shows a general approach to making your pages browser&lt;br /&gt;safe.&lt;/p&gt;&lt;p&gt;Since browsers simply leave out information that is not understood, you can&lt;br /&gt;work around browser differences by simply adding different settings for multiple&lt;br /&gt;browsers. &lt;span&gt;&lt;span class="fullpost"&gt;&lt;span style="font-style: italic;"&gt;(taken from: http://www.echoecho.com)&lt;/span&gt;&lt;/span&gt;&lt;/span&gt; &lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6105331370675911195-4184148745152975078?l=letsdev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://letsdev.blogspot.com/feeds/4184148745152975078/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6105331370675911195&amp;postID=4184148745152975078&amp;isPopup=true' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6105331370675911195/posts/default/4184148745152975078'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6105331370675911195/posts/default/4184148745152975078'/><link rel='alternate' type='text/html' href='http://letsdev.blogspot.com/2007/07/colors-on-text-links.html' title='Colors On Text Links'/><author><name>Lets Develop..!</name><uri>http://www.blogger.com/profile/14682007827175771612</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-6105331370675911195.post-6299972891908613318</id><published>2007-07-08T04:25:00.000+07:00</published><updated>2007-07-09T15:33:46.253+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blogging'/><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><title type='text'>Make "Read More" Page</title><content type='html'>Yesterday, Iwan's blog was broken. Its because he wanted to add "read more"&lt;br /&gt;facility in his blog, but he get difficulty and get stress. And mas Aries and&lt;br /&gt;Iwan wanted me to take resposiblity. It doesn't make sense :).&lt;br /&gt;&lt;span class="fullpost"&gt;Therefore, I decide&lt;br /&gt;to share how to add read more in blog to make our blog more simple and interesting.&lt;br /&gt;The steps bellow is for blogger beta version. Let's Try ....&lt;br /&gt;&lt;p&gt;First Step :&lt;br /&gt;&lt;br /&gt;1.Open template --&amp;gt; edit HTML&lt;br /&gt;2.Give check in "expand widget template"&lt;br /&gt;3.Find this code :&lt;br /&gt;&lt;/p&gt;&lt;blockquote&gt;&amp;lt;div class='post-header-line-1'/&amp;gt; &amp;lt;div class='post-body'&amp;gt;&lt;/blockquote&gt;4.Write this code bellow the code above.&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;style&amp;gt;.fullpost{display:inline;}&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;style&amp;gt;.fullpost{display:none;}&amp;lt;/style&amp;gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;5. After code above, You can find this code&lt;br /&gt;&lt;/p&gt;&lt;blockquote&gt; &amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div style='clear: both;'/&amp;gt; &amp;lt;!-- clear for photos floats --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;6. Between &amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt; and&lt;br /&gt;&lt;br /&gt;&amp;lt;div style='clear: both;'/&amp;gt; &amp;lt;!-- clear for photos floats --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&lt;br /&gt;Please write this code :&lt;br /&gt;&lt;/p&gt;&lt;blockquote&gt; &amp;lt;a expr:href='data:post.url'&amp;gt;Read More......&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;7 Please check again the code structure :&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;&amp;lt;div class='post-header-line-1'/&amp;gt; &amp;lt;div class='post-body'&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;b:if cond='data:blog.pageType == "item"'&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;style&amp;gt;.fullpost{display:inline;}&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;style&amp;gt;.fullpost{display:none;}&amp;lt;/style&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;a expr:href='data:post.url'&amp;gt;Read More......&amp;lt;/a&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;div style='clear: both;'/&amp;gt; &amp;lt;!-- clear for photos floats --&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/div&amp;gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;8. Click SETTINGS, and choose FORMATTING. Please find POST TEMPLATE menu. Fill&lt;br /&gt;the box with this code :&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&amp;lt;span class="fullpost"&amp;gt;&lt;/p&gt;&lt;p&gt;  &amp;lt;/span&amp;gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Don't forget to click SAVE&lt;br /&gt;&lt;br /&gt;9. Place your article above the code, and place the another between&lt;br /&gt;&lt;/p&gt;&lt;blockquote&gt; &amp;lt;span class="fullpost"&amp;gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;/blockquote&gt; GOOD LUCK!!! &lt;span style="font-style: italic;"&gt;(taken from: http://sufa-cupa.blogspot.com)&lt;/span&gt;&lt;br /&gt;&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6105331370675911195-6299972891908613318?l=letsdev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://letsdev.blogspot.com/feeds/6299972891908613318/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6105331370675911195&amp;postID=6299972891908613318&amp;isPopup=true' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6105331370675911195/posts/default/6299972891908613318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6105331370675911195/posts/default/6299972891908613318'/><link rel='alternate' type='text/html' href='http://letsdev.blogspot.com/2007/07/make-read-more-page.html' title='Make &quot;Read More&quot; Page'/><author><name>Lets Develop..!</name><uri>http://www.blogger.com/profile/14682007827175771612</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-6105331370675911195.post-557936151737561245</id><published>2007-07-07T05:37:00.000+07:00</published><updated>2007-07-10T03:58:49.779+07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='HTML'/><title type='text'>Introduction To HTML</title><content type='html'>&lt;span style="font-weight: bold;"&gt;What is an HTML File?&lt;/span&gt;&lt;br /&gt;* HTML stands for Hyper Text Markup Language&lt;br /&gt;* An HTML file is a text file containing small markup tags&lt;br /&gt;* The markup tags tell the Web browser how to display the page&lt;span class="fullpost"&gt;&lt;br /&gt;* An HTML file must have an htm or html file extension&lt;br /&gt;* An HTML file can be created using a simple text editor&lt;br /&gt;&lt;br /&gt;Do You Want to Try It? If you are running Windows, start Notepad. If you are on a Mac, start SimpleText.&lt;br /&gt;&lt;br /&gt;In OSX start TextEdit and change the following preferences: Open the the "Format" menu and select "Plain text" instead of "Rich text". Then open the "Preferences" window under the "Text Edit" menu and select "Ignore rich text commands in HTML files". Your HTML code will probably not work if you do not change the preferences above!&lt;br /&gt;&lt;br /&gt;Type in the following text:&lt;br /&gt;&lt;blockquote&gt;&amp;lt;html&amp;gt;&lt;br /&gt;&amp;lt;head&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;Title of page&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/head&amp;gt;&lt;br /&gt;&amp;lt;body&amp;gt;&lt;br /&gt;This is my first homepage. &amp;lt;b&amp;gt;This text is bold&amp;lt;/b&amp;gt;&lt;br /&gt;&amp;lt;/body&amp;gt;&lt;br /&gt;&amp;lt;/html&amp;gt;&lt;/blockquote&gt;Save the file as "mypage.htm".&lt;br /&gt;&lt;br /&gt;Start your Internet browser. Select "Open" (or "Open Page") in the File menu of your browser. A dialog box will appear. Select "Browse" (or "Choose File") and locate the HTML file you just created - "mypage.htm" - select it and click "Open". Now you should see an address in the dialog box, for example "C:\MyDocuments\mypage.htm". Click OK, and the browser will display the page.&lt;br /&gt;Example Explained&lt;br /&gt;&lt;p&gt;The first tag in your HTML document is &amp;lt;html&amp;gt;. This tag tells your browser&lt;br /&gt;that this is the start of an HTML document. The last tag in your document is&lt;br /&gt;&amp;lt;/html&amp;gt;. This tag tells your browser that this is the end of the HTML&lt;br /&gt;document.&lt;/p&gt;&lt;p&gt;The text between the &amp;lt;head&amp;gt; tag and the &amp;lt;/head&amp;gt; tag is header information.&lt;br /&gt;Header information is not displayed in the browser window.&lt;/p&gt;&lt;p&gt;The text between the &amp;lt;title&amp;gt; tags is the title of your document. The&lt;br /&gt;title is displayed in your browser's caption.&lt;/p&gt;&lt;p&gt;The text between the &amp;lt;body&amp;gt; tags is the text that will be displayed in&lt;br /&gt;your browser.&lt;/p&gt;&lt;p&gt;The text between the &amp;lt;b&amp;gt; and &amp;lt;/b&amp;gt; tags will be displayed in a bold&lt;br /&gt;font.&lt;/p&gt;&lt;span style="font-weight: bold;"&gt;HTM or HTML Extension?&lt;/span&gt;&lt;br /&gt;When you save an HTML file, you can use either the .htm or the .html extension. We have used .htm in our examples. It might be a bad habit inherited from the past when some of the commonly used software only allowed three letter extensions.&lt;br /&gt;&lt;br /&gt;With newer software we think it will be perfectly safe to use .html.&lt;br /&gt;Note on HTML Editors:&lt;br /&gt;&lt;br /&gt;You can easily edit HTML files using a WYSIWYG (what you see is what you get) editor like FrontPage or Dreamweaver, instead of writing your markup tags in a plain text file.&lt;br /&gt;&lt;br /&gt;However, if you want to be a skillful web developer, we strongly recommend that you use a plain text editor to learn your primer HTML. &lt;span style="font-style: italic;"&gt;(taken from: http://www.w3schools.com)&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6105331370675911195-557936151737561245?l=letsdev.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://letsdev.blogspot.com/feeds/557936151737561245/comments/default' title='Poskan Komentar'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=6105331370675911195&amp;postID=557936151737561245&amp;isPopup=true' title='0 Komentar'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6105331370675911195/posts/default/557936151737561245'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6105331370675911195/posts/default/557936151737561245'/><link rel='alternate' type='text/html' href='http://letsdev.blogspot.com/2007/07/introduction-to-html.html' title='Introduction To HTML'/><author><name>Lets Develop..!</name><uri>http://www.blogger.com/profile/14682007827175771612</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>
