<?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-7435762329678657385</id><updated>2011-04-21T13:48:44.204-07:00</updated><category term='PC'/><category term='Programming'/><category term='Basic'/><category term='Blog Trick'/><title type='text'>Tips Trick blog</title><subtitle type='html'>How to customize blog</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blogs-tips-tricks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://blogs-tips-tricks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Jun</name><uri>http://www.blogger.com/profile/04464157361818825315</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>12</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7435762329678657385.post-686900787046538046</id><published>2009-03-13T20:51:00.000-07:00</published><updated>2009-03-13T21:00:27.737-07:00</updated><title type='text'>Replace Blog Title with Title Post</title><content type='html'>Optimize the title will affect us in making our blog in the top rank search engine search results. Use tricks if you change your blog title with the posting title and it will create a better entrance to the range front of the search engine.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Go to "Layout--&gt;&gt;Edit HTML&lt;br /&gt;2. Find this code &amp;lt;title&amp;gt;&amp;lt;data:blog.title/&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;3. After you find it, replace with&lt;br /&gt;&lt;p class="alert"&gt;&amp;lt;b:if cond='data:blog.pageType == &amp;amp;quot;index&amp;amp;quot;'&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;&amp;lt;data:blog.title/&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;gt;&lt;br /&gt;&amp;lt;title&amp;gt;&amp;lt;data:blog.pageName/&amp;gt;&amp;lt;/title&amp;gt;&lt;br /&gt;&amp;lt;/b:if&amp;gt;&lt;/p&gt;&lt;br /&gt;4. Save it.&lt;br /&gt;&lt;br /&gt;Good Luck.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435762329678657385-686900787046538046?l=blogs-tips-tricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs-tips-tricks.blogspot.com/feeds/686900787046538046/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/03/replace-blog-title-with-title-post.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/686900787046538046'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/686900787046538046'/><link rel='alternate' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/03/replace-blog-title-with-title-post.html' title='Replace Blog Title with Title Post'/><author><name>Jun</name><uri>http://www.blogger.com/profile/04464157361818825315</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-7435762329678657385.post-812632969082579691</id><published>2009-03-13T20:31:00.000-07:00</published><updated>2009-03-13T20:51:18.373-07:00</updated><title type='text'>Make "Readmore" in Your Blog</title><content type='html'>Typically posting will be showing the latest posted on the main blog. However, if you post too long, then it will make a full front page. If you want to post that you posted on the main display only some of the stories,course then there is a link Read More / Read More to see more then follow the following steps:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Open the Layout menu and then select Edit HTML.&lt;br /&gt;2. CheckList expand widget template&lt;br /&gt;3. Find the following code in your blog template (place approximately on 1 / 4 the lower part of the code hmtl):&lt;br /&gt;&lt;p class="alert"&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;/p&gt;&lt;br /&gt;4. If you found it, change the code with&lt;br /&gt;&lt;p class="alert"&gt;&amp;lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&amp;gt;&lt;br /&gt;&amp;lt;style&amp;gt;.fullpost{display:inline;}&amp;lt;/style&amp;gt;&lt;br /&gt;&amp;lt;p&amp;gt;&amp;lt;data:post.body/&amp;gt;&amp;lt;/p&amp;gt;&lt;br /&gt;&amp;lt;b:else/&amp;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;&amp;lt;/b:if&amp;gt;&lt;/p&gt;&lt;br /&gt;5. Save the results.&lt;br /&gt;6. Then select the Settings menu and select Formatting&lt;br /&gt;7. In the Post Template box fill in the following code:&lt;br /&gt;&lt;p class="alert"&gt;&amp;lt;span class=&amp;quot;fullpost&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;/p&gt; &lt;br /&gt;8. Then Save.&lt;br /&gt;9. When you want to make a post, there are 2 choices "Compose" and "Edit Html",  select the "Edit HTML", then automatically the code will look like the following:&lt;br /&gt;&lt;p class="alert"&gt;&amp;lt;span class=&amp;quot;fullpost&amp;quot;&amp;gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&amp;lt;/span&amp;gt;&lt;/p&gt; &lt;br /&gt;10. Put the article that will be displayed in main page (before any posts "Redmore") above this code: &amp;lt;span class=&amp;quot;fullpost&amp;quot;&amp;gt; while the rest of the post in place between the code and &amp;lt;span class=&amp;quot;fullpost&amp;quot;&amp;gt; &amp;lt;/ span &amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435762329678657385-812632969082579691?l=blogs-tips-tricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs-tips-tricks.blogspot.com/feeds/812632969082579691/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/03/make-readmore-in-your-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/812632969082579691'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/812632969082579691'/><link rel='alternate' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/03/make-readmore-in-your-blog.html' title='Make &quot;Readmore&quot; in Your Blog'/><author><name>Jun</name><uri>http://www.blogger.com/profile/04464157361818825315</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-7435762329678657385.post-6589634831537554684</id><published>2009-02-19T08:45:00.000-08:00</published><updated>2009-02-19T08:46:18.300-08:00</updated><title type='text'>Microsoft BizTalk Server 2000</title><content type='html'>The new Microsoft BizTalk Server 2000 provides powerful tools for the exchange of information between businesses. The tools included with BizTalk Server 2000 allow you to create BizTalk schemas, to map fields and records from one specification to another, and to move data from one corporation to another using XML. These tools are based on the XML technology and standard and provide the data translation for an application-integration server. You can visit the Microsoft BizTalk Server 2000 Web site at http://www.microsoft.com/biztalkserver/ to download the BizTalk Server 2000 Technology Preview. The site includes instructions on how to install and set up a BizTalk server.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;The five main tools in BizTalk Server are BizTalk Editor, BizTalk Mapper, BizTalk Management Desk, BizTalk Server Administration Console, and BizTalk Server Tracking. These tools can provide you with the ability to receive and send documents in a variety of formats, validate and create documents, work with multiple protocols, and ensure document delivery. In this tutorial, we will discuss the tools of BizTalk Server 2000.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435762329678657385-6589634831537554684?l=blogs-tips-tricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs-tips-tricks.blogspot.com/feeds/6589634831537554684/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/microsoft-biztalk-server-2000.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/6589634831537554684'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/6589634831537554684'/><link rel='alternate' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/microsoft-biztalk-server-2000.html' title='Microsoft BizTalk Server 2000'/><author><name>Jun</name><uri>http://www.blogger.com/profile/04464157361818825315</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-7435762329678657385.post-8093718555188633018</id><published>2009-02-16T11:38:00.000-08:00</published><updated>2009-02-16T11:47:37.286-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PC'/><title type='text'>Delete your Temporary Files</title><content type='html'>Temporary file are designed to be just temporary. After using the internet, they usually have been saved in your PC. The fils might be Graphics, cookies, and web pages. It's also important to delete your temporary files, because you need more space to save them in your PC. The way to delete these files is:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;br /&gt;Now, you can delete Temporary Internet Files in Windows by using Registry Winner software (&lt;a onClick="javascript:pageTracker._trackPageview('/outgoing/article_exit_link');" href="http://www.registrywinner.com/regwinner.asp?mk=qj" target="_blank"&gt;RegistryWinner.com&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;It can search your hard disk for temporary files and remove the ones you don't need, saving hard disk space. It will automate the process for you.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435762329678657385-8093718555188633018?l=blogs-tips-tricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs-tips-tricks.blogspot.com/feeds/8093718555188633018/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/delete-your-temporary-files.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/8093718555188633018'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/8093718555188633018'/><link rel='alternate' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/delete-your-temporary-files.html' title='Delete your Temporary Files'/><author><name>Jun</name><uri>http://www.blogger.com/profile/04464157361818825315</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-7435762329678657385.post-455424506639534187</id><published>2009-02-16T11:30:00.000-08:00</published><updated>2009-02-16T11:35:47.129-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='PC'/><title type='text'>How to Optimize Your PC</title><content type='html'>Are you looking the way to optimize your Personal computer? Here are some tricks to do it. I hope these ways could improve your computer performance.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Clean up PC Errors&lt;/span&gt;&lt;br /&gt;After your computer being used for a period of time, various annoying problems will gradually appear like slow speed, crashing or freezing, blue screen, deadlock, error messages etc. &lt;br /&gt;Registry Winner uses the most advanced technology to scan your hard driver and give you a comprehensive diagnosis in seconds. It will speed up your computer with a through analysis and repair your registry for better. Once the problems have been located, Registry Winner offers you a professional and highly-efficient solution to set your PC in a fantastic state!&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Clean up Unnecessary Evidence&lt;/span&gt;&lt;br /&gt;Registry Winner protects your privacy by ensuring all traces of your online Internet and computer activities permanently to be erased and unrecoverable on your PC&lt;br /&gt;which speeds up system performance and retrieves more hard drive space. So you can easily optimize your PC to the best performance.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Clean up Disk&lt;/span&gt;&lt;br /&gt;The Disk Cleanup tool helps you eliminate the contents of previous deleted files and free up space on your hard disk by searching your disk for files that you can safely delete. You can choose to delete some or all of the files.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Disk Defragmenter&lt;/span&gt;&lt;br /&gt;Disk Defragmenter is a computer program designed to increase access speed by rearranging files stored on a disk to occupy contiguous storage locations, a technique commonly known as defragmenting. The purpose is to optimize the time it takes to read and write files to/from the disk by minimizing head travel time and maximizing the transfer rate.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Delete Junks Files&lt;/span&gt;&lt;br /&gt;Registry Winner scans and removes almost all junk files from system to provide more free space on your hard drive and allow application to run faster and more efficiently. This tool will help to keep your system free of clutters and clean up all the unwanted data and information.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435762329678657385-455424506639534187?l=blogs-tips-tricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs-tips-tricks.blogspot.com/feeds/455424506639534187/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/how-to-optimize-your-pc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/455424506639534187'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/455424506639534187'/><link rel='alternate' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/how-to-optimize-your-pc.html' title='How to Optimize Your PC'/><author><name>Jun</name><uri>http://www.blogger.com/profile/04464157361818825315</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-7435762329678657385.post-1500269737124439979</id><published>2009-02-14T03:12:00.000-08:00</published><updated>2009-02-14T03:18:28.396-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Programming'/><title type='text'>PHP Tutorial</title><content type='html'>PHP is a powerful server-side scripting language for creating dynamic and interactive websites.&lt;br /&gt;&lt;br /&gt;PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP is perfectly suited for Web development and can be embedded directly into the HTML code.&lt;br /&gt;To learn more about PHP, here are some E-books about PHP:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. &lt;a href="http://www.ziddu.com/download/3518733/tipsPHP.rar.html"&gt;Complete PHP&lt;/a&gt;&lt;br /&gt;2. &lt;a href="http://www.ziddu.com/download/3518732/php_complete.rar.html"&gt;PHP for begniner&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435762329678657385-1500269737124439979?l=blogs-tips-tricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs-tips-tricks.blogspot.com/feeds/1500269737124439979/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/php-tutorial.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/1500269737124439979'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/1500269737124439979'/><link rel='alternate' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/php-tutorial.html' title='PHP Tutorial'/><author><name>Jun</name><uri>http://www.blogger.com/profile/04464157361818825315</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-7435762329678657385.post-4356909481499612833</id><published>2009-02-05T06:26:00.000-08:00</published><updated>2009-02-16T12:06:35.195-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blog Trick'/><title type='text'>Snow effect on your BLOG</title><content type='html'>When you visited a blog of your friend, sometimes you see that there's snow effect in their blog.&lt;br /&gt;&lt;br /&gt;Well, let me share this effect snow tips to the visitors who have not know yet about it.&lt;br /&gt;OK. Step by step.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1.Login blogger.com then go to the Control Panel&lt;br /&gt;2.click Layout&gt; Add Page Element&lt;br /&gt;3.Add HTML / Javascript&lt;br /&gt;4.copy this script below.&lt;br /&gt;&lt;p class="alert"&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot; src=&amp;quot;http://pamungkaz.googlepages.com/snow.js&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;/ script&amp;gt;&lt;/p&gt;&lt;br /&gt;5. Then Save Changes.&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435762329678657385-4356909481499612833?l=blogs-tips-tricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs-tips-tricks.blogspot.com/feeds/4356909481499612833/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/snow-effect-on-your-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/4356909481499612833'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/4356909481499612833'/><link rel='alternate' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/snow-effect-on-your-blog.html' title='Snow effect on your BLOG'/><author><name>Jun</name><uri>http://www.blogger.com/profile/04464157361818825315</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-7435762329678657385.post-7300977647176615274</id><published>2009-02-04T09:04:00.000-08:00</published><updated>2009-02-16T12:07:57.591-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blog Trick'/><title type='text'>How weight is your Blog ?</title><content type='html'>In making a blog, of course we want to make our blog as good as possible we can. But because of too enthusiasm to set off in our blog, sometimes we forget the things that are really important, called the weight (size) and velocity (speed) is the length of time needed to open our blog.&lt;br /&gt;&lt;br /&gt;Although we have an interesting blog but it takes too much time, the visitors might be reluctant to come again for the next time. &lt;br /&gt;&lt;br /&gt;So, the tool below is used to measure how large size (size) and how quickly The loading of your blog. To use the tool below, enter the address you want to check on. Then the result will come out immediately. Results shown are: Size, and Load Time Avarege Speed per KB. You need to pay attention for "Size","Load Time" and "Speed per KB Avarege". Because, the result will always change. If test results show the size of your blog more than 100 KB, try to minimize it by reducing the trinkets that are less useful such as clock, calendar, etc. This tool can also compare the speed of a web / blog belongs to other people.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Use this Tool Below &lt;/span&gt;:&lt;br /&gt;&lt;!-- iWEBTOOL - www.iwebtool.com - Website Speed Test --&gt;&lt;br /&gt;&lt;form method="get" name="pageform" action="http://www.iwebtool.com/tool/tools/speed_test/speed_test.php"  target="pageframe" onsubmit="return validate(this);"&gt;&lt;br /&gt;&lt;table border="0" style="border-collapse: collapse" width="100%"&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td height="40" valign="top"&gt;&lt;br /&gt;&lt;table class="tooltop" style="border-collapse: collapse" width="100%" height="76"&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td&gt;&lt;br /&gt;&lt;table border="0" style="border-collapse: collapse" width="100%" cellspacing="5"&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td valign="top" colspan="5"&gt;&lt;b&gt;&lt;font size="2"&gt;Your domain(s): &lt;/font&gt;&lt;/b&gt;&lt;font size="1"&gt;Enter each address on a new line (Maximum 10)&lt;/font&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td valign="top" colspan="4"&gt;&lt;br /&gt;&lt;textarea rows="11" name="domain" style="width: 100%"&gt;&lt;/textarea&gt;&lt;/td&gt;&lt;br /&gt;&lt;td &gt;&lt;br /&gt;&amp;nbsp;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td &gt;&lt;br /&gt;&lt;input type="submit" value="Check!" style="float: left"&gt;&lt;/td&gt;&lt;br /&gt;&lt;td &gt;&lt;br /&gt;&lt;font size="1"&gt;(eg. iwebtool.com)&lt;/font&gt;&lt;/td&gt;&lt;br /&gt;&lt;td &gt;&lt;br /&gt;&amp;nbsp;&lt;/td&gt;&lt;br /&gt;&lt;td colspan="2"&gt;&amp;nbsp;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td &gt;&lt;br /&gt;&lt;iframe name="pageframe" width="100%" height="251" class="toolbot" frameborder="0"&gt;&lt;br /&gt;&lt;/iframe&gt;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;tr&gt;&lt;br /&gt;&lt;td height="39"&gt;&lt;br /&gt;&amp;nbsp;&lt;/td&gt;&lt;br /&gt;&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;/form&gt;&lt;br /&gt;&lt;script language="JavaScript"&gt;&lt;br /&gt;function validate(theform) {&lt;br /&gt;if (theform.domain.value == "") { alert("No domain provided"); return false; }&lt;br /&gt;return true;&lt;br /&gt;}&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;p&gt;&lt;a href="http://www.iwebtool.com/" target="_blank"&gt;&lt;font size=1&gt;Powered by iWEBTOOL&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;!-- iWEBTOOL - www.iwebtool.com - Website Speed Test --&gt;&lt;br /&gt;&lt;br /&gt;Thank you for reading my blog...!&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435762329678657385-7300977647176615274?l=blogs-tips-tricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs-tips-tricks.blogspot.com/feeds/7300977647176615274/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/how-weight-is-your-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/7300977647176615274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/7300977647176615274'/><link rel='alternate' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/how-weight-is-your-blog.html' title='How weight is your Blog ?'/><author><name>Jun</name><uri>http://www.blogger.com/profile/04464157361818825315</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-7435762329678657385.post-8201101730916011935</id><published>2009-02-04T08:59:00.000-08:00</published><updated>2009-02-16T12:09:38.914-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blog Trick'/><title type='text'>Put Translator in Blog</title><content type='html'>Installing translator widget or "translator" in the blog is a lot of useful. This translator is useful when there are visitors from other countries who deliberately or by mistaken come to our blog and do not know our language, so they can use this widget to translate into the language they want.&lt;br /&gt;The way to do it is:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;1. Login to Blogger then select "Layout" or "Layout"&lt;br /&gt;2. Then click on the "Add Gadget" or "add a gadget =".&lt;br /&gt;3. Then select the HTML / Javascript "&lt;br /&gt;4. Then enter the following script to them.&lt;br /&gt;&lt;p class="alert"&gt;&amp;lt;script src=&amp;quot;http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&amp;amp;up_source_language=id&amp;amp;w=160&amp;amp;h=60&amp;amp;title=&amp;amp;border=&amp;amp;output=js&amp;quot;&amp;gt;&amp;lt;/script&amp;gt; &lt;/p&gt;&lt;br /&gt;5. Save&lt;br /&gt;&lt;br /&gt;After that, You'll see like this table below:&lt;br /&gt;&lt;script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&amp;up_source_language=id&amp;w=160&amp;h=60&amp;title=&amp;border=&amp;output=js"&gt;&lt;/script&gt; &lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435762329678657385-8201101730916011935?l=blogs-tips-tricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs-tips-tricks.blogspot.com/feeds/8201101730916011935/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/put-translator-in-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/8201101730916011935'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/8201101730916011935'/><link rel='alternate' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/put-translator-in-blog.html' title='Put Translator in Blog'/><author><name>Jun</name><uri>http://www.blogger.com/profile/04464157361818825315</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-7435762329678657385.post-3682048826675502001</id><published>2009-02-03T08:27:00.000-08:00</published><updated>2009-02-16T12:08:58.145-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blog Trick'/><title type='text'>How to put flash into your blog</title><content type='html'>To install flash to blog easily enough. You need the flash files that have  Swf extension  file, and upload to your hosting. eg geocities.com ato or  000webhost hosting the other. Flash animation files can be used as decoration on the blog what decorations can also be created in the header so that the blog became more animative. To install flash on the blog is as the following belows&lt;br /&gt;&lt;br /&gt;1. Login to blogger then select the "Layout". &lt;br /&gt;2. Then click on the link "Add a gadget" which will be placed flash animation. &lt;br /&gt;3. Select "HTML / Javascript" and then put the following script:&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;p class="alert"&gt; &amp;lt;embed src=&amp;quot;http://blogoholic.info/wellcome.swf&amp;quot; quality=&amp;quot;high&amp;quot; bgcolor=&amp;quot;white&amp;quot; width=&amp;quot;500&amp;quot; height=&amp;quot;100&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; pluginspage=&amp;quot;http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash&amp;quot;&amp;gt;&amp;lt;/embed&amp;gt;&lt;/p&gt;&lt;br /&gt;For Example&lt;br /&gt;&lt;embed src="http://blogoholic.info/wellcome.swf" quality="high" bgcolor="white" width="500" height="100" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash"&gt;&lt;/embed&gt;&lt;br /&gt;* You can change http://blogoholic.info/wellcome.swf with your own swf file that you’ve put in your hosting&lt;br /&gt;* Change Width =500" height="100  to your flash size.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435762329678657385-3682048826675502001?l=blogs-tips-tricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs-tips-tricks.blogspot.com/feeds/3682048826675502001/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/how-to-put-flash-into-your-blog.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/3682048826675502001'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/3682048826675502001'/><link rel='alternate' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/how-to-put-flash-into-your-blog.html' title='How to put flash into your blog'/><author><name>Jun</name><uri>http://www.blogger.com/profile/04464157361818825315</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-7435762329678657385.post-718426692707099769</id><published>2009-02-02T08:02:00.000-08:00</published><updated>2009-02-02T08:31:01.973-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Basic'/><title type='text'>Blog Introduction</title><content type='html'>&lt;span style="font-weight:bold;"&gt;* Blog&lt;/span&gt;&lt;br /&gt;Blog: a term first used by Jorn Barger to his personal website that the group always updated continuously and contains links to other websites that they come with interesting comments.&lt;br /&gt;Weblog: term of the blog.&lt;br /&gt;Blogging: the activities carried out in the blog world.&lt;br /&gt;Blogger: someone who does the blogging.&lt;br /&gt;other meanings: a blog service from google.&lt;br /&gt;Blogosphere: the blogging community.&lt;br /&gt;Post: activities to submit articles to the blog.&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;* The form of shape-Blogging&lt;/span&gt;&lt;br /&gt;Photoblogging: a blog that focuses on the world Photografi and images.&lt;br /&gt;Podcasting: the method for distributing multimedia files (video / audio) through feeds&lt;br /&gt;Autocasting: Podcasting form automatically.&lt;br /&gt;Blogcasting: merging postcas blog and in a wensite.&lt;br /&gt;Vlog / Vlogging: The type of blogging is more than happy to use the video text.&lt;br /&gt;Audioblog / Audioblogging: The type of blogging is more fun to use audio / music of the text.&lt;br /&gt;Moblogs / Moblogging blogging activities using the phone (mobile phone).&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;* Components and Function-Function Blog&lt;/span&gt;&lt;br /&gt;Index page: front page of the blog.&lt;br /&gt;Header: the top of the blog.&lt;br /&gt;Footer: the bottom blog.&lt;br /&gt;Sidebar: the fields that are in the blog.&lt;br /&gt;Link: the process of connecting to a posting / or content to the web / blog the other.&lt;br /&gt;Archive: one set / archive of all the posting. Can be grouped in the month, year etc..&lt;br /&gt;Categories: one set / a group of some specific articles.&lt;br /&gt;Commnets: Kompentar-comments from the readers of the blog.&lt;br /&gt;Captcha: abbreviation of "Completely Automated Public Turing test to tell Computers and Humans Apart", which is an image that contain the word or letters that must be diketikkan for verification. Useful to prevent spam.&lt;br /&gt;Ping (Packet Internet Grouper): function to let the services related to the blog (such as tchnocarty et al) that we add new content or to update our blog.&lt;br /&gt;Trackback: work to inform me that we link to a blog posting or content of others.&lt;br /&gt;Blogroll: dijukan a set of links to other blogs.&lt;br /&gt;Template: basic design blog.&lt;br /&gt;Plugin: a file that works to increase feature2 blog.&lt;br /&gt;Dashboard: a view that contains the control-control, tools, etc. settings when you first log in to our blog account.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;* Service Provider Blog&lt;/span&gt;&lt;br /&gt;Blogger / Blogspot: free blog service from google.&lt;br /&gt;WordPress: One of the free blog service that another feature that has more than blogger.com but we can not mengotak especial HTML script, I would like to edit the need to pay first, so I make that can ngedit.&lt;br /&gt;LiveJournal: blogging free tolls from SixApart&lt;br /&gt;TypePad: tolls blogging is not free (pay) from SixApart.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;* Bloging habits&lt;/span&gt;&lt;br /&gt;Metablogging: write an article about blogging.&lt;br /&gt;Blogstipation: bloggers who blog are lazy, because they were bad mood or a blog Pingin.&lt;br /&gt;Blogopotamus: blog posting a very long.&lt;br /&gt;Bleg: when someone is seeking on a blog.&lt;br /&gt;Blego: Blog + Ego, the size of the wealth blogger.&lt;br /&gt;Blog Hopping: Switch-moving from one blog to another blog.&lt;br /&gt;Blogroach: commentator who does not agree with the content or posting a blog, usually expressed with words that rough.&lt;br /&gt;Blogoholic: Pecandu Blog.&lt;br /&gt;Blogorific / Blogtastic One of the terrible things that the word blogger.&lt;br /&gt;Blogsit: Maintenance blog when the owners are the main blog or leisure travel.&lt;br /&gt;Blogvertising / Blogvert: The ads on the blog.&lt;br /&gt;Blurker: Readers blog only to see it, not to comment or anything.&lt;br /&gt;Blogathon: mengaupdate blog every 30 minutes and for 24 hours non-stop.&lt;br /&gt;Blogiversary: Birthdays Blog.&lt;br /&gt;Blog Carnival: Links to articles that disamarkan with a specific topic.&lt;br /&gt;Multiblog: run a lot of blogs.&lt;br /&gt;Tipping Blog: praise or congratulation on 1 each per month.&lt;br /&gt;Blogger Bash: the blogger party.&lt;br /&gt;Reciprocal Links / Link Exchange: Love or links, each link between me-a blog with another blog.&lt;br /&gt;Linkbaiting: write a good article that linked by other blogs.&lt;br /&gt;Hitnotice: refresh browser repeatedly to see the hit-counter or see if there are comments that new or not.&lt;br /&gt;Blogstorm / Blogswarm: Activities blogger community which is very large.&lt;br /&gt;Blogsnop: reject the response from the commentator who is not a friend.&lt;br /&gt;Doppelblogger: bloggers who copy content from another blog.&lt;br /&gt;Blogophobia afraid of blogs or blogging.&lt;br /&gt;Blogeerel: the same opinion that sent repeatedly on a blog.&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&lt;br /&gt;* Types Blogger&lt;/span&gt;&lt;br /&gt;Problogger: Blogger is a professional.&lt;br /&gt;Blogebrity: Blogger is very popular, celebrity kayak gitu.&lt;br /&gt;Blogerati: Community Blogger already pinter-pinter.&lt;br /&gt;Blognoscenti: Blogger has a special ability.&lt;br /&gt;Commnetariat: Community of the commentator (lho emangnya there?).&lt;br /&gt;Dooced: lost their jobs because of blogs.&lt;br /&gt;Blogther: friend / relative / family blogger.&lt;br /&gt;Blogstar: Blogger who operates a very popular blog.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;* Web / Blog Feeds&lt;/span&gt;&lt;br /&gt;Web Feed: data format that is provided for users to subscribe to a blog posting.&lt;br /&gt;RSS is a XML file format for sindikas. RSS allows us to subscribe to the web / blog that provides fodder (feed) RSS. RSS shortness of Really Simple Syndication (RSS 2.0), Rich Site Summary (RSS 0.91, RSS 1.0), RDF Site Summary (RSS 0.9 and 1.0).&lt;br /&gt;XML (Extensible Markup Language).&lt;br /&gt;RDF (Resource Description Framework)&lt;br /&gt;Atom: almost the same as the web feeds.&lt;br /&gt;Photofeed: web feed with image attachments.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435762329678657385-718426692707099769?l=blogs-tips-tricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs-tips-tricks.blogspot.com/feeds/718426692707099769/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/blog-intoduction.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/718426692707099769'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/718426692707099769'/><link rel='alternate' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/blog-intoduction.html' title='Blog Introduction'/><author><name>Jun</name><uri>http://www.blogger.com/profile/04464157361818825315</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-7435762329678657385.post-2891051271149841599</id><published>2009-02-02T08:00:00.001-08:00</published><updated>2009-02-16T12:09:56.222-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Blog Trick'/><title type='text'>How to write Script in blog posting</title><content type='html'>To write the script / code into the blog articles that have their own technique, because if we write it in a way that the ordinary will appear later in the blog is not like what we write. For example, if we write code &amp;lt;head&amp;gt; with the usual way the results will not appear in the post because the code is translated directly into the HTML language. So to write code &amp;lt;head&amp;gt;, that should be written so that the code may appear this is &amp;lt;head&amp;gt;.&lt;br /&gt;Want to know how to write scripts to the blog?&lt;br /&gt;&lt;br /&gt;There are several ways to write code into the blog, such as:&lt;br /&gt;&lt;br /&gt;&lt;span class="fullpost"&gt;&lt;br /&gt;First way:&lt;br /&gt;- Use software web-design software, for example, Macromedia Dreamwaver, Microsoft Frontpage, Namao Web Editor. Or the software can also blogtools-software such as post2blog etc..&lt;br /&gt;- You write the code in all areas of design, then copy the code, area code from the HTML Code. Nha code HTML Code in the area are the ones who should be posted.&lt;br /&gt;&lt;br /&gt;The second ways:&lt;br /&gt;- Write all the code / script into notepad&lt;br /&gt;- Then change / replace the following codes&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;code replacement code &lt;/span&gt;&lt;br /&gt;&lt;&gt;    change to &amp;amp;gt;&lt;br /&gt;"    change to &amp;amp;quot;&lt;br /&gt;&lt;br /&gt;- Do you know how to replace the script in notepad? the way is by selecting the edit menu -&gt; then replace the box that appears, enter the code that will be replaced in the "Find what" then change with the substitution script and enter the code in the "Replace with" and press replace all.&lt;br /&gt;- Copy the script that has been replaced all and then enter into your posting.&lt;br /&gt;&lt;br /&gt;The third ways:&lt;br /&gt;- Go to this site http://centricle.com/tools/html-entities,  fill your code into the box provided,  press encode button and the last copy it to your blog.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7435762329678657385-2891051271149841599?l=blogs-tips-tricks.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://blogs-tips-tricks.blogspot.com/feeds/2891051271149841599/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/how-to-write-script-in-blog-posting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/2891051271149841599'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7435762329678657385/posts/default/2891051271149841599'/><link rel='alternate' type='text/html' href='http://blogs-tips-tricks.blogspot.com/2009/02/how-to-write-script-in-blog-posting.html' title='How to write Script in blog posting'/><author><name>Jun</name><uri>http://www.blogger.com/profile/04464157361818825315</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>
