<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-9017275361281299367</atom:id><lastBuildDate>Wed, 25 Dec 2024 19:05:18 +0000</lastBuildDate><category>tips</category><category>net tricks</category><category>windows</category><category>mobile</category><category>tweaks</category><category>Health</category><category>Linux</category><category>codes</category><category>su-vichar</category><category>technology</category><category>Easter eggs</category><category>facts</category><category>hardware</category><category>orkut</category><category>ubuntu</category><title>computer &amp;amp; internet tips,tricks,codes</title><description>My this blog of computer tricks and surfing tips also contain some codes,some philosophy,computing concepts,health and technology.</description><link>http://sonugec.blogspot.com/</link><managingEditor>noreply@blogger.com (yogendra kumar soni)</managingEditor><generator>Blogger</generator><openSearch:totalResults>41</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>My this blog of computer tricks and surfing tips also contain some codes,some philosophy,computing concepts,health and technology.</itunes:subtitle><itunes:category text="Education"><itunes:category text="Higher Education"/></itunes:category><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-8571393696233825764</guid><pubDate>Sat, 26 Mar 2011 10:16:00 +0000</pubDate><atom:updated>2011-03-26T15:51:53.995+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">tips</category><title>resume corrupt (incomplete) download in firefox</title><description>Copy link from download and re-download file.pause download and go to download location copy name of .part file&lt;br /&gt;delete new .part file and  rename your old file to newfilename.part&lt;br /&gt;resume download in firefox.&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2011/03/resume-corrupt-incomplete-download-in.html</link><author>noreply@blogger.com (yogendra kumar soni)</author><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-6179854155327767897</guid><pubDate>Mon, 21 Jun 2010 20:06:00 +0000</pubDate><atom:updated>2010-06-22T01:38:03.991+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">ubuntu</category><title>ubuntu : remove grub mbr</title><description>last week i have to format my desktop which is windows XP, ubuntu dual boot to reinstall xp i put windows xp disk in drive and what i see, after booting blank screen nothing happen,i tried 2-3 times but same problem,&lt;br /&gt;
windows disk is working in other computers.Later i realized that grub is problem,i have searched internet the solution and finally i got a solution that&amp;nbsp; doesn't need to full format or erase entire disk you need to remove master boot record (grub) and windows cd will work absolutely fine.&lt;br /&gt;
boot in ubuntu or ubuntu live cd.&lt;br /&gt;
and use dd command&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;sudo dd if=/dev/null of=/dev/sda bs=512 count=1&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;dd command is used to backup one drive to other&amp;nbsp;&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;raw copy low level copy etc&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;detailed description:&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;sudo : to&amp;nbsp; run command as super user in ubuntu&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;dd : dd command&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;if=/dev/null &amp;nbsp; source to be copied&amp;nbsp; which is null&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;of=/dev/sda&amp;nbsp;&amp;nbsp; destination /dev/sda is your hard disk ;sda for sata disk&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;bs : size of 512 bytes is to be written (MBR is first 512 bytes of hard disk which contains boot record,partiton table etc)&amp;nbsp;&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;This command is saying that copy 512 bytes of null to first hdd or simply erase MBR.&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;code&gt;reboot and boot from xp cd it will work fine.&lt;/code&gt;&lt;br /&gt;
&lt;code&gt; &lt;/code&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2010/06/ubuntu-remove-grub-mbr.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-8086259201325496749</guid><pubDate>Wed, 25 Nov 2009 11:12:00 +0000</pubDate><atom:updated>2009-11-25T16:42:59.119+05:30</atom:updated><title>OCR – Scan document and create searchable pdf files (scan to text)</title><description>&lt;p&gt;&lt;font size="3"&gt;What is OCR (optical character recognition)?&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;- OCR technology is used to translate typed,handwritten printed text hardcopy or scanned image material into editable text softcopy.&lt;/p&gt;  &lt;p&gt;It is used to convert paper books and documents into electronic files, for instance, to computerize an old record-keeping system in an office.&lt;/p&gt;  &lt;p&gt;Advantages Of OCR:&lt;/p&gt;  &lt;p&gt;1.Don’t need to retype whole document Only need to Review weather OCR generated document is correct or not.&lt;/p&gt;  &lt;p&gt;2.Scanned document can be used as backup if you don’t need to edit the text but Size of image is much larger then Typed Document.By OCR we can save Disk Space.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;for example you lost the document from your system and you have hardcopy, don’t type whole document again use scanner and OCR software to create document.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Free and Efficient OCR program?&lt;/p&gt;  &lt;p&gt;1.Microsoft Document Imaging&lt;/p&gt;  &lt;p&gt;2.HP OCR engine Come with HP scanner Software.&lt;/p&gt;  &lt;p&gt;3.freeOCR&lt;/p&gt;  &lt;p&gt;4.GOCR&lt;/p&gt;  &lt;p&gt;5.Chitrankan : Hindi OCR.&lt;/p&gt;  &lt;p&gt;Commercial OCR:&lt;/p&gt;  &lt;p&gt;1. ABBYY fine reader&lt;/p&gt;  &lt;p&gt;2. nuance omnipage&lt;/p&gt;  &lt;p&gt;3. readIRIS&lt;/p&gt;  &lt;p&gt;Online OCR&lt;/p&gt;  &lt;p&gt;1. &lt;a title="ABBYY FineReader Online" href="http://www.finereaderonline.com/"&gt;ABBYY FineReader Online&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;2. &lt;a title="http://www.free-ocr.com/" href="http://www.free-ocr.com/"&gt;http://www.free-ocr.com/&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Here most effective and efficient FREE OCR&amp;#160; that recognize&amp;#160; text and keep unrecognized text as image is OCR software come with HP printer.&lt;/p&gt;  &lt;p&gt;Open HP Solution Center and Click on scan documents.&lt;/p&gt;  &lt;p&gt;Select Save to file and then select Searchable PDF or Word (rtf document) .&lt;/p&gt;  &lt;p&gt;Scan the hardcopy and you will get the softcopy!&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2009/11/ocr-scan-document-and-create-searchable.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-2529475528410496681</guid><pubDate>Fri, 13 Nov 2009 07:47:00 +0000</pubDate><atom:updated>2009-11-13T13:17:31.527+05:30</atom:updated><title>create own social network</title><description>Social networks are Web sites that offer creating profiles and interact with other people and friends, upload photo, video , send message gifts, chat and many more features. We can find people ,groups, topics etc of same interests.&lt;br /&gt;
&lt;br /&gt;
what about creating own social network like orkut and facebook? yes its very easy and free of cost. We can create our own social network free of cost even my 10 yrs old sister can build social network in minutes&lt;br /&gt;
&lt;br /&gt;
visit www.ning.com&lt;br /&gt;
and create your own social network.&lt;br /&gt;
&lt;br /&gt;
features: Ning provide very easy to use and administer interface.&lt;br /&gt;
* easy interface.&lt;br /&gt;
* No programming or web designing required so any one can build easily.&lt;br /&gt;
* forums,chat,video, photos, groups, members,third party apps and many more .&lt;br /&gt;
* you can customize themes, profile questions etc&lt;br /&gt;
* You can make administrators and assign different roles to members.&lt;br /&gt;
* Can Create ads free social network or place own ads in place of ning ads.(you need to pay some money for this)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you have a Good niche,strong desire,dedication creativity and skills then create a ning network and after you reach thousands of view/day and your network has revenue more than 50$/month place your own "ads by google"&lt;br /&gt;
&amp;nbsp;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2009/11/create-own-social-network.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-575184592773182435</guid><pubDate>Thu, 12 Nov 2009 04:44:00 +0000</pubDate><atom:updated>2009-11-25T14:20:13.748+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">mobile</category><title>China Mobile Sigmatel S4 flight mode problem</title><description>&lt;p&gt;Yesterday i was returning home from bilaspur with my mom, dad ,brother and sister. I was playing with my fathers china mobile, i saw flight mode option in settings, my father said me that flight mode is not working in this set,&amp;#160; i was curious about what is the problem and i switched it to flight mode.&lt;/p&gt;  &lt;p&gt;Flight mode is activated, but menu is also not working, now i cant switch back to normal mode. after some searching i found a trick to switch back to normal mode:   &lt;br /&gt;    &lt;br /&gt;&lt;strong&gt;with out sim *#3646633#     &lt;br /&gt;you will get English menu       &lt;br /&gt;option 5 misc      &lt;br /&gt;option 6 assert testing       &lt;br /&gt;now menu will open      &lt;br /&gt;select dual mode..&lt;/strong&gt;    &lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;    &lt;br /&gt;in next post i will give some more codes and way to install software in china mobile.     &lt;br /&gt;    &lt;br /&gt;&lt;span style="line-height: 115%; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt"&gt;&lt;/span&gt;    &lt;br /&gt;&lt;span style="line-height: 115%; font-family: &amp;quot;Times New Roman&amp;quot;,&amp;quot;serif&amp;quot;; font-size: 12pt"&gt;     &lt;br /&gt;      &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;&lt;a title="Subscribe to my feed" href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" type="application/rss+xml" rel="alternate"&gt;&lt;img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" alt="" src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" /&gt;&lt;/a&gt;&lt;a title="Subscribe to my feed" href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" type="application/rss+xml" rel="alternate"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;  &lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2009/11/china-mobile-sigmatel-s4-flight-mode.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>3</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-1601510520774781408</guid><pubDate>Tue, 29 Sep 2009 10:33:00 +0000</pubDate><atom:updated>2009-09-29T16:03:24.136+05:30</atom:updated><title>Download source code from Sourceforge</title><description>Many beginners don't know how to download source code from open source projects,sourceforge and google code etc.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CVS client is a software which is used to check out from sourceforge&lt;br /&gt;
&lt;br /&gt;
Software needed : SVC client like tortoise svn&lt;br /&gt;
install in windows&lt;br /&gt;
download a subversion client like tortoise and install&lt;br /&gt;
&lt;a href="http://www.tortoisecvs.org/download.shtml"&gt;http://www.tortoisecvs.org/download.shtml&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
In ubuntu:&lt;br /&gt;
install &lt;br /&gt;
sudo apt-get installcvs&lt;br /&gt;
&lt;br /&gt;
enter the given checkout instruction on client and you will get all source files.&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2009/09/download-source-code-from-sourceforge.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-6859613685055397246</guid><pubDate>Thu, 24 Sep 2009 11:05:00 +0000</pubDate><atom:updated>2009-09-24T16:58:26.104+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Linux</category><category domain="http://www.blogger.com/atom/ns#">technology</category><category domain="http://www.blogger.com/atom/ns#">tips</category><title>Best Looking Desktop EyeCandy : compiz-fusion (compiz )</title><description>Compiz is Composite Window Manager for Xwindows system.It uses 3D hardware acceleration to generate extremely good 3D desktop effects.It is very light weight doesn't make much impact on performance.&lt;br /&gt;
&lt;br /&gt;
compiz and its fork Beryl merged together and this cause born of new software package compiz-fusion. Compiz fusion is the best eyecandy you ever seen for your desktop. Compiz fusion on flickr &lt;a href="http://www.flickr.com/search/?q=compiz%20fusion&amp;amp;w=all&amp;amp;s=int"&gt;See here &lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://farm3.static.flickr.com/2522/3698343700_131ae8f7ab.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="336" src="http://farm3.static.flickr.com/2522/3698343700_131ae8f7ab.jpg" width="420" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;you need to install compiz,compiz-fusion packages,compizconfig-setting-manager on your linux.Compiz will already install if you use ubuntu, you need to install compiz-setting-manager.&lt;br /&gt;
&lt;br /&gt;
some of the best desktop effect that i used are &lt;br /&gt;
1.3D desktop Cube&lt;br /&gt;
2.Rotating 3D desktop cube&lt;br /&gt;
3.Burn animation add on(Windows closed with burning effect)&lt;br /&gt;
4.rain desktop effect.&lt;br /&gt;
5.Transparent windows&lt;br /&gt;
and many awesome effects.......&lt;br /&gt;
to see screenshots by Aeolian  &lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://compizfusion.blogspot.com/search/label/Compiz%20Fusion"&gt;http://compizfusion.blogspot.com/search/label/Compiz%20Fusion&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
for more information visit &lt;br /&gt;
&lt;a href="http://www.compiz.org/"&gt;www.compiz.org&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2009/09/best-looking-desttop-compiz-fusion.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://farm3.static.flickr.com/2522/3698343700_131ae8f7ab_t.jpg" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-7783788895275947383</guid><pubDate>Thu, 24 Sep 2009 10:24:00 +0000</pubDate><atom:updated>2009-09-24T15:54:07.215+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Linux</category><title>Ubuntu cant login after keyboard layout changed! problem solved using autologin gdm.conf</title><description>Some days ago i am reading blogs from the bloggers of bhilai,one of my favourite blog is  "aarambh" by mr sanjeev tiwari.I decided to write a post to make Ubuntu linux a complete hindi desktop,i changed language from English to Hindi and keyboard layout to bolnagri(hindi) (this is the mistake).After reboot i cant login because user name and password are in English and i cant type is english.&lt;br /&gt;
I tried many things,changed xorg.conf file,reconfigure xserver etc but nothing happen finally i got an idea &lt;span class="fullpost"&gt;that if i can login automatically into system (gdm ) then i can change setting back to English layout.&lt;br /&gt;
following are the step by step procedure to autologin ubuntu using gdm.conf&lt;br /&gt;
&lt;br /&gt;
Step 1.boot the system,you can see login screen,&lt;br /&gt;
Step 2.Switch to console using Ctrl+ALT+F1.&lt;br /&gt;
Step 3.login using your username and password(you can login with username&lt;br /&gt;
           and   password in console).&lt;br /&gt;
Step 4.Run the following command to edit gdm.conf file.&lt;br /&gt;
           &lt;br /&gt;
              sudo nano /etc/gdm/gdm.conf&lt;br /&gt;
&lt;br /&gt;
 find the line&lt;br /&gt;
&lt;br /&gt;
autologin=false&lt;br /&gt;
&lt;br /&gt;
edit this with following:&lt;br /&gt;
# Automatic login, if true the first attached screen will automatically logged&lt;br /&gt;
# in as user as set with AutomaticLogin key.&lt;br /&gt;
AutomaticLoginEnable=true           &lt;br /&gt;
AutomaticLogin=mahendra&lt;br /&gt;
&lt;br /&gt;
mahendra is username of my system.&lt;br /&gt;
&lt;br /&gt;
 Step 5.save the file and restart gdm.&lt;br /&gt;
&lt;br /&gt;
to stop the gdm&lt;br /&gt;
&lt;br /&gt;
sudo /etc/init.d/gdm stop&lt;br /&gt;
&lt;br /&gt;
to start the gdm&lt;br /&gt;
&lt;br /&gt;
sudo gdm&lt;br /&gt;
&lt;br /&gt;
done! now you can login into system and change the keyboard layout.&lt;br /&gt;
&lt;br /&gt;
if you cant then restart your system next time you are automatically logged in.&lt;br /&gt;
&lt;br /&gt;
if you face any problem comment me!&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2009/09/ubuntu-cant-login-after-keyboard-layout.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-4890458493724065089</guid><pubDate>Sat, 19 Sep 2009 17:59:00 +0000</pubDate><atom:updated>2009-09-24T15:59:46.720+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">codes</category><category domain="http://www.blogger.com/atom/ns#">tips</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>Automatic Dialup internet connection on startup or by command line</title><description>If we need to dial our dial-up internet connection on system start-up ( after login) here is a simple method to Automate this.It can be used in System automation scripts.&lt;br /&gt;
&lt;span class="fullpost"&gt;If we need to dial our dial-up internet connection on system start-up ( after login) here is a simple method to Automate this.It can be used in System automation scripts.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 1.Select your dial up connection you want to dial for example "dataone" is name of dialup connection in my pc&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 2. Create a batch file&lt;br /&gt;
&lt;br /&gt;
you have to create a batch file named "dialup.bat" using notepad and write following lines&lt;br /&gt;
&lt;br /&gt;
rasdial "connection name" username password&lt;br /&gt;
&lt;br /&gt;
Connection name is name of your dial up connection&lt;br /&gt;
username provided by service provider&lt;br /&gt;
password your password provided by service provider&lt;br /&gt;
&lt;br /&gt;
Step 3. Put your file "dialup.bat" in startup folder.&lt;br /&gt;
&lt;br /&gt;
for more information on rasdial command&lt;br /&gt;
please type command&lt;br /&gt;
&lt;br /&gt;
rasdial /?&lt;br /&gt;
&lt;br /&gt;
or visit &lt;a href="http://technet.microsoft.com/en-us/library/bb490979.aspx"&gt;http://technet.microsoft.com/en-us/library/bb490979.aspx&lt;/a&gt;&lt;br /&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2009/09/dialup-internet-connection-on-startup.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-7273165528348973458</guid><pubDate>Sat, 19 Sep 2009 08:41:00 +0000</pubDate><atom:updated>2009-09-19T14:11:56.792+05:30</atom:updated><title>Bhuvan-"Indian google earth by isro"</title><description>bhuvan&lt;br /&gt;
Indian Earth Observation Visualisation&lt;br /&gt;
It is a Google Earth like service provided by ISRO for India.&lt;br /&gt;
Speed is sometimes slow and quality is lower than google earth but it is Very good Effort by ISRO.&lt;br /&gt;
Bhuvan is a geoportal that provides high resolution satellite imagery of virtually the entire India over the internet. Many other features are built in, including 3D terrain and information on many thematic data.&lt;br /&gt;
&amp;nbsp;You need to create an account to access it&lt;br /&gt;
http://bhuvan.nrsc.gov.in/&lt;br /&gt;
&lt;br /&gt;
check the faq to know more&lt;br /&gt;
http://bhuvan.nrsc.gov.in/faq100.html&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2009/09/bhuvan-indian-google-earth-by-isro.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-5281252029920618007</guid><pubDate>Fri, 18 Sep 2009 18:14:00 +0000</pubDate><atom:updated>2009-09-24T15:59:03.903+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">tips</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>windows XP Cant Detect Hard disk,Vista Preinstalled laptop !</title><description>Many beginners have this problem that Windows XP cd cant detect hard Disk in recent Vista installed Sata Hdd laptops.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Recent laptops use Sata Hdd in ACHI mode and Windows XP SP2 disk cant detect the Hard Disk in ACHI mode.You need to Change BIOS settings &lt;span class="fullpost"&gt;to Disable ACHI mode or SATA mode.&lt;br /&gt;
&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;Enter Bios.&lt;/li&gt;
&lt;li&gt;Depends on Your manufacturer you can find IDE or SATA mode for your HDD&lt;/li&gt;
&lt;li&gt;Change the mode to "IDE" OR disable Sata.&lt;/li&gt;
&lt;li&gt;press F10 Key and Reboot&lt;/li&gt;
&lt;/ul&gt;I will try to provide specific instruction for some major manufacturers.&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2009/09/windows-xp-cant-detect-hard-diskvista.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-5404753889564373840</guid><pubDate>Fri, 18 Sep 2009 13:53:00 +0000</pubDate><atom:updated>2009-09-18T23:21:53.291+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">net tricks</category><title>download online flash games,videos songs with opera browser</title><description>From a long time i was searching any trick to save online games,videos and songs from internet. last month i was trying to save content from cache of browser after some tries and searching in internet i found some posts that require some softwares but with opera browser we can save these files without any additional software.&lt;br /&gt;
&lt;br /&gt;
&lt;div style="font-family: &amp;quot;Helvetica Neue&amp;quot;,Arial,Helvetica,sans-serif;"&gt;Step 1.Install Opera Browser.&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&amp;nbsp; you need to install opera browser&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;a href="http://www.blogger.com/goog_1253279961503"&gt;&lt;br /&gt;
&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;a href="http://www.opera.com/browser/download/"&gt;http://www.opera.com/browser/download/&lt;/a&gt;&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Step 2.Delete Private Data &lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;In tools menu of Opera Browser Select Delete Private Data.&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Click delete.&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSUjR3R9ysy3Q0G-g-rZV7ggJeThIcJEwE2Hj5GBLbcY_R89Cr4GZuJmesuA8gbqgVe-02KL4lngaXJ2O_bXXs3-H686SMRaa0QOO5Fdgz69XGHRs83VdfcRXzQQZCl9g5UPbTGCzRSy0O/s1600-h/image1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSUjR3R9ysy3Q0G-g-rZV7ggJeThIcJEwE2Hj5GBLbcY_R89Cr4GZuJmesuA8gbqgVe-02KL4lngaXJ2O_bXXs3-H686SMRaa0QOO5Fdgz69XGHRs83VdfcRXzQQZCl9g5UPbTGCzRSy0O/s400/image1.png" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgacng_NX23Og6xcEC1vKQg_XYkLF5JJo0dKP42YDDje3q8thQtDZ8jhKQOv4u_y697cQ6wBl0br46QkujvKqj-o-VfOWvK_abWhkNNuCVhmhcdNvy9glHPAjlgtrxnd-O7ONEa3eZcXgqB/s1600-h/Screenshot-1.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgacng_NX23Og6xcEC1vKQg_XYkLF5JJo0dKP42YDDje3q8thQtDZ8jhKQOv4u_y697cQ6wBl0br46QkujvKqj-o-VfOWvK_abWhkNNuCVhmhcdNvy9glHPAjlgtrxnd-O7ONEa3eZcXgqB/s400/Screenshot-1.png" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Step 3.Go to Page.&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Paste the link or type url of the page just after Deleting Private Data.&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Step 4.Wait&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Wait for sometime and let the video or game download completely.&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Step 5.open cache in new tab&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Open a new tab and click on&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;tools menu &amp;gt;advanced&amp;gt;cache &lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGsrdcsXmn8fnEyRd0qdG13sf8papIccbB25FQgf-LWcuMFszGGNKydjKsZa3iSIQwaiBFBG0BmoKH7Uws60Gnavu4-MyA1Qhx6bAqYVTNIB6yTBXt2wzCXDLvNRBPfMY7x1mCquZmfKlQ/s1600-h/Screenshot.png" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="201" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjGsrdcsXmn8fnEyRd0qdG13sf8papIccbB25FQgf-LWcuMFszGGNKydjKsZa3iSIQwaiBFBG0BmoKH7Uws60Gnavu4-MyA1Qhx6bAqYVTNIB6yTBXt2wzCXDLvNRBPfMY7x1mCquZmfKlQ/s320/Screenshot.png" width="320" /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;find the largest files(in most cases) or appropriate file with your own understanding from the cache which is your file(Game or video etc)&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Step 6.Save linked content&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Right click on item and click on "save linked content as"&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Step 7. Almost done&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;Check the extension of file if its correct save it otherwise sometimes it doesnt show extention then save it with appropriate extension like .flv,.swf,.mp4,.wav,.mp3 etc&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;to run on-line flash game see my post on Embedding Flash file in a web page&lt;br /&gt;
&lt;/div&gt;&lt;div style="font-family: Georgia,&amp;quot;Times New Roman&amp;quot;,serif;"&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2009/09/download-online-flash-gamesvideos-songs.html</link><author>noreply@blogger.com (Unknown)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiSUjR3R9ysy3Q0G-g-rZV7ggJeThIcJEwE2Hj5GBLbcY_R89Cr4GZuJmesuA8gbqgVe-02KL4lngaXJ2O_bXXs3-H686SMRaa0QOO5Fdgz69XGHRs83VdfcRXzQQZCl9g5UPbTGCzRSy0O/s72-c/image1.png" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-9166463067147798255</guid><pubDate>Tue, 08 Sep 2009 05:19:00 +0000</pubDate><atom:updated>2009-09-08T10:53:12.122+05:30</atom:updated><title>browser automation and testing with iopus imacro</title><description>&lt;b&gt;Imacro from iopus&lt;/b&gt; is an extremely powerful,easy and useful automation solution.we can automate web browsing,web testing,performance measurement etc.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Suppose your task is to extract all the information from a table of a website,everyday and you got tired of this tedious task;and someone say that you dont have to do this only press a button and sit down on your chair;have a coffee or do any other work.&lt;br /&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can do this using imacro.I m using imacro firefox add on for this task.for more information visit&lt;br /&gt;
&lt;a href="https://addons.mozilla.org/en-US/firefox/addon/3863"&gt;https://addons.mozilla.org/en-US/firefox/addon/3863&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;                       &lt;a href="http://www.iopus.com/imacros/firefox/?ref=fxmoz"&gt;http://www.iopus.com/imacros/firefox/?ref=fxmoz&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;&lt;a href="http://www.iopus.com/imacros/images/imacros-web-browser-scripting-58.gif" imageanchor="1" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;"&gt;&lt;img border="0" height="420" src="http://www.iopus.com/imacros/images/imacros-web-browser-scripting-58.gif" width="407" /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;task you can do:&lt;/b&gt;&lt;br /&gt;
&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;b&gt;automatic visiting links(can be used for automatically clicking ads.......:) )&lt;/b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;b&gt;automatic data extraction from a site&lt;/b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;b&gt;automatically save images and files from a site&lt;/b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;b&gt;measure performance of site.&lt;/b&gt;&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;&lt;/b&gt;&lt;b&gt;automatically filling forms.&lt;/b&gt;&lt;/li&gt;
&lt;li&gt;&lt;b&gt;use with other language&lt;/b&gt; like javascript,vbscript, batch etc&lt;br /&gt;
&lt;/li&gt;
&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2009/09/browser-automation-and-testing-with.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-3522465010085584026</guid><pubDate>Fri, 24 Apr 2009 19:42:00 +0000</pubDate><atom:updated>2009-09-08T10:21:52.360+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">orkut</category><title>Send any mp3 song in orkut scrap</title><description>I use this trick often to send any song (mp3) to my orkut friends in their scrapbook.&lt;br /&gt;
&lt;br /&gt;
two thinngs u need for this trick&lt;br /&gt;
1.Code that is used to embed flash based mp3 player.We can get this code from photobucket or www.123orkut.com .&lt;br /&gt;
&lt;br /&gt;
in other words code below:&lt;br /&gt;
&lt;table border="1" cellpadding="2" style="width: 344px;"&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;th scope="col" width="332"&gt;&lt;div align="left"&gt;&lt;br /&gt;
&amp;lt;embed src="http://i134.photobucket.com/albums/q113/Zackuzt/mediaplayer.swf" width="304" height="18" allowfullscreen="false" flashvars="&amp;amp;file=&lt;span style="color: #996633;"&gt;http://sound11.mp3pk.com/indian/rab_ne_bana_di_jodi/rabnebanadijodi03(www.songs.pk).mp3&lt;/span&gt;&amp;amp;height=18&amp;amp;width=305&amp;amp;showeq=false&amp;amp;autostart=true&amp;amp;repeat=false&amp;amp;shuffle=false&amp;amp;volume=100"&lt;br /&gt;
&amp;lt;/embed&amp;gt;&lt;/div&gt;&lt;/th&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;&lt;br /&gt;
&lt;br /&gt;
2. URL of song such as  &lt;span style="color: #996633;"&gt;http://sound11.mp3pk.com/indian/rab_ne_bana_di_jodi/rabnebanadijodi03(www.songs.pk).mp3&lt;br /&gt;
&lt;br /&gt;
&lt;span style="color: black;"&gt;Replace the songs url after "file=" with the url or download link of ur song.&lt;br /&gt;
&lt;br /&gt;
note : Use site which provide permanent link or direct location whic doesnt change or died after some time like www.songs.pk.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
paste modified code in scrap book and send the song!&lt;br /&gt;
&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;a href="http://www.waoIndia.com/register.php?r=soniyk40"&gt;&lt;br /&gt;
&lt;img border="0" height="60" src="http://www.waoindia.com/add/wao1.gif" width="468" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2009/04/send-any-mp3-song-in-orkut-scrap.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-3084382273906466018</guid><pubDate>Sat, 06 Dec 2008 19:49:00 +0000</pubDate><atom:updated>2008-12-07T01:57:05.700+05:30</atom:updated><title>connecting GPRS using bluetooth or cable (all mobiles and providers)</title><description>&lt;strong&gt;connecting gprs via bluetooth or cable :&lt;/strong&gt;&lt;br /&gt;I have used Airtel GPRS from a long time and i have connected my pc to internet via GPRS using nokia ,samsung and china mobiles using both cable and bluetooth.&lt;br /&gt;I have searched many times in internet but didn't find any Good artical which teach users the concept of connectivity.&lt;br /&gt;Lets discuss how any phone is connected to PC ,how it works as modem and how modem connects to internet.&lt;br /&gt;&lt;strong&gt;1.Connecting Mobile to PC:&lt;/strong&gt;&lt;br /&gt;We can connect any mobile which support connectivity to pc via bluetooth or cable.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;2.installing modem&lt;br /&gt;&lt;/strong&gt;&lt;em&gt;For Cable :&lt;br /&gt;&lt;/em&gt;1.install cable driver then connect cable to usb port then to&lt;br /&gt;mobile your device is detected then open Device manager and see&lt;br /&gt;ports list you find the com port no of your device.&lt;br /&gt;2.open control panel&gt;phone and modem option click add check&lt;br /&gt;dont detect modem and click nextselect standard manifacturer&lt;br /&gt;then standard 33600 bps modem. 3.click next select the com port of your and click finish&lt;br /&gt;you installed modem now you have to set initialisation string.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;For bluetooth connectivity:&lt;br /&gt;&lt;/em&gt;turn on Bluetooth of both device and pc and search for&lt;br /&gt;bluetooth from ur PC.&lt;br /&gt;Select Dial Up Networking service.&lt;br /&gt;Follow the instructions and complete wizard.&lt;br /&gt;&lt;strong&gt;Dial Up network Service&lt;/strong&gt; automatically install the modem and creates dial up connection you have to Set initialisation string.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;&lt;span style="font-size:130%;"&gt;Setting initialisation string: &lt;/span&gt;&lt;/strong&gt;&lt;br /&gt;Goto control panel &gt;phone and modem , double click on the modem u installed to open properties and click on advanced tab in extra ininitialisation string&lt;br /&gt;&lt;strong&gt;&amp;amp;D2+CGDCONT=1,"IP","apn.name"&lt;/strong&gt;&lt;br /&gt;or&lt;br /&gt;&lt;strong&gt;AT+CGDCONT=1,"IP","apn.name"&lt;br /&gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;FOR AIRTEL :&lt;/strong&gt;&lt;br /&gt;&lt;em&gt;&lt;strong&gt;APN="airtelgprs.com "&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;so initialisation string becomes&lt;br /&gt;&lt;em&gt;&lt;strong&gt;&amp;amp;D2+CGDCONT=1,"IP","airtelgprs.com"&lt;/strong&gt;&lt;br /&gt;&lt;/em&gt;click OK&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;strong&gt;Create Dial Up:&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;create a dialup connecting use the modem you installed.for dial no &lt;strong&gt;*99# or *99***# &lt;/strong&gt;or search on net if these numbers not working .&lt;br /&gt;Done!&lt;br /&gt;dial the connection .&lt;br /&gt;Enjoy Surfing !&lt;br /&gt;&lt;br /&gt;Note: Always connect the Cable on Same Usb Port because if you change port COM port number also changed and you have to install modem again for this port number.&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2008/12/connecting-gprs-using-bluetooth-or.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-7935058217549183334</guid><pubDate>Thu, 20 Nov 2008 04:52:00 +0000</pubDate><atom:updated>2009-09-18T23:21:34.472+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">mobile</category><title>connecting gprs with any mobile </title><description>&lt;div&gt;I used Airtel GPRS from a long time and i have connected my pc to internet via GPRS using nokia ,samsung and china mobiles using both cable and bluetooth.&lt;/div&gt;
&lt;br /&gt;&lt;div&gt;                                                                                                                     I have searched many times in internet but didn't find any Good artical which teach users the concept of connectivity.&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2008/11/connecting-gprs-with-any-mobile.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-1287743539126244941</guid><pubDate>Sun, 12 Oct 2008 19:40:00 +0000</pubDate><atom:updated>2008-10-13T02:02:32.039+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Easter eggs</category><category domain="http://www.blogger.com/atom/ns#">facts</category><title>windows xp easter eggs</title><description>&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="font-size:large;"&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Easter eggs:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;           Windows xp contains many inbuilt functions and secret functions and some mysterious flaws that are called &lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Easter Eggs.&lt;/span&gt;&lt;/span&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;1.Mysterious 4-3-3-5:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;Open notepad and type: &lt;/span&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;span class="Apple-style-span"  style="color: rgb(36, 15, 2);  font-weight: bold; font-family:Verdana;"&gt;bush hid the facts&lt;/span&gt;&lt;br /&gt;Save it with any name and reopen and you should see 9 squares instead of the text.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;2.Sam's Slang :&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;                               if you open control panel &gt;&gt;speech &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;                               in preview text box type:  &lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;crotch&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;                               &lt;/span&gt;press preview button&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span" style=" font-weight: bold;"&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;                          &lt;/span&gt;&lt;/span&gt;&lt;span class="Apple-style-span" style=" "&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;you will notice that sam says "crow's nest"&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;3. slang again:&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;                               this time type : soy&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:medium;"&gt;there are many Easter Eggs ,google and search some interesting Eggs.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span class="Apple-style-span"  style="font-size:18px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2008/10/windows-xp-easter-eggs.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-1421849694945987665</guid><pubDate>Thu, 04 Sep 2008 18:02:00 +0000</pubDate><atom:updated>2008-10-03T16:21:17.039+05:30</atom:updated><title>set wallpaper in any drive as desktop</title><description>Hi friends, today in my friends system which has Crystal he can set wallpaper or background image in any drive, i think how can i do this in my system with windows xp i know that .ini file can do this so i searched for desktop.ini options and codes and found a resource on Desktop.ini.&lt;br /&gt;&lt;a href="http://www.xs4all.nl/%7Ehwiegman/desktopini.html"&gt;http://www.xs4all.nl/~hwiegman/desktopini.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;to set background at any drive&lt;br /&gt;1. open notepad&lt;br /&gt;2.paste following code&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;[{BE098140-A513-11D0-A3A4-00C04FD706EC}] &lt;/span&gt;&lt;br /&gt; &lt;span style="font-weight: bold;"&gt;IconArea_Image="file path of wallpaper"&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3.save as "desktop.ini"&lt;br /&gt; in the drive you want to set the wallpaper&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2008/09/set-wallpaper-in-any-folders-window-as.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-4170891229032095736</guid><pubDate>Fri, 29 Aug 2008 15:08:00 +0000</pubDate><atom:updated>2008-08-29T21:19:17.725+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">mobile</category><title>Opera mini:Ultimate browser for mobile</title><description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://tbn0.google.com/images?q=tbn:lNGDi_l556UIhM:http://johndotorgslashblog.files.wordpress.com/2008/01/opera-logo.jpeg"&gt;&lt;img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 320px;" src="http://tbn0.google.com/images?q=tbn:lNGDi_l556UIhM:http://johndotorgslashblog.files.wordpress.com/2008/01/opera-logo.jpeg" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div style="text-align: center;"&gt;&lt;span style="font-size:180%;"&gt;&lt;span style="color: rgb(255, 0, 0); font-weight: bold;"&gt;Opera Mini&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;Opera mini is an ultimate browser for for your gprs and java enabled mobile.There are some cool features which give you good browsing  experience for browsing.Its recent version is Opera Mini4.1 which had more features that give you desktop like browsing experiance&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;you can download it from &lt;a href="http://mini.opera.com/"&gt;mini.opera.com&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2008/08/opera-miniultimate-browser-for-mobile.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-2197684344012138179</guid><pubDate>Fri, 29 Aug 2008 14:15:00 +0000</pubDate><atom:updated>2008-08-29T20:34:06.922+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">tips</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>How to create Own XP disk</title><description>&lt;span style="font-size:130%;"&gt;Unattended Windows CD&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1 year ago i had formated my system and install a fresh copy of windows XP sp2 its very tedious task to reinstall XP then drivers and updates then general applications and then developers tools.I m thinking about a solution by which i dont need to sit down before system to monitor SETUP and Enter details such as KEY,computer name timejone etc. so i searched internet and find an ultimate resorce to create windos xp CD which contain all settings,key,driver and some application like office suit,Firefox,themes etc and some registry optimization.&lt;br /&gt;&lt;br /&gt;Advantages of this Method:&lt;br /&gt;1.You dont need to sit before during full system installation insert a disk and go where you want to go when you return your system is ready with windows XP and drivers with some small softwares.&lt;br /&gt;&lt;br /&gt;2.some of the Branded PC come with a recovery discby which you can't do a fresh XP installation you can create a bootable cd from this method.&lt;br /&gt;&lt;br /&gt;Requirements: windows XP disc (i386 folder),nlite,dot net framework.&lt;br /&gt;&lt;br /&gt;Method:There are two method of creating a Unattended CD&lt;br /&gt;1.manual method.&lt;br /&gt;2.nlite method&lt;br /&gt;&lt;br /&gt;i describe Nlite method here&lt;br /&gt;Step1.Install dot net framework then nlite.&lt;br /&gt;link to download nlite is &lt;a href="http://www.nliteos.com/download.html"&gt;&lt;span style="font-weight: bold;"&gt;Nlite download page&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;link to download Dot Net Franework &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;amp;displaylang=en"&gt;&lt;span style="font-weight: bold;"&gt;Dot net framework download&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;2.Copy Windows XP disc in your hard disc in a new folder.&lt;br /&gt;3.start nlite ;browse and locate the folder,nlite detect the service pack automatically.&lt;br /&gt;4.Click on the buttons like that you want to do like Integrate drivers,unattended,create ISO image etc.&lt;br /&gt;5.click next and enter detailes that required&lt;br /&gt;6.At last Nlite prompt for location to save ISO image of your Unattended+slipstreamed driver integrated CD.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note&lt;/span&gt;:before using CD check this Using &lt;span style="font-weight: bold;"&gt;Virtual PC&lt;/span&gt; .&lt;br /&gt;&lt;br /&gt;for more information check: www.msfn.org&lt;br /&gt;unattended xp guide &lt;a href="http://unattended.msfn.org/unattended.xp/"&gt;http://unattended.msfn.org/unattended.xp/&lt;/a&gt;&lt;br /&gt;Sitemap &lt;a href="http://unattended.msfn.org/unattended.xp/sitemap"&gt;http://unattended.msfn.org/unattended.xp/sitemap&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2008/08/how-to-create-own-xp-disk.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-5652274639821454254</guid><pubDate>Mon, 25 Aug 2008 18:41:00 +0000</pubDate><atom:updated>2008-08-26T00:48:32.938+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">tips</category><category domain="http://www.blogger.com/atom/ns#">tweaks</category><category domain="http://www.blogger.com/atom/ns#">windows</category><title>change pendrive icon into your photo</title><description>you can change icon of your pen drive and CD's to your photo or any other image for this you don't need any special tool&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step1&lt;/span&gt;:copy your photo in ".bmp" format.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step2&lt;/span&gt;:open notepad and copy following code&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;[autorun]&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;icon=photo.bmp&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;save as "autorun.inf" in pendrive&lt;br /&gt;&lt;br /&gt;remove and insert again you can see your photo as icon of pen drive.&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2008/08/change-pendrive-icon-into-your-photo.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>4</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-7911854309844666751</guid><pubDate>Wed, 20 Aug 2008 21:12:00 +0000</pubDate><atom:updated>2008-08-21T04:11:25.228+05:30</atom:updated><title>Automate DiscCleanup</title><description>This method describes how to run the Disk Cleanup tool (Cleanmgr.exe) by using command-line switches. Cleanmgr.exe is designed to clear unnecessary files from your computer's hard disk. &lt;span style="font-weight: bold;"&gt;You can configure Cleanmgr.exe with command-line switches to clean up the files you want. &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;1.start &gt;run&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;cleanmgr&lt;/span&gt; /&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;sageset&lt;/span&gt;:n&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;2.set options you want.&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;3.run these settings at any time no need to configure again using&lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;cleanmgr&lt;/span&gt; /&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;sagerun&lt;/span&gt;:n&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;note:where&lt;span style="color: rgb(0, 153, 0);"&gt;&lt;/span&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt; &lt;/span&gt;&lt;span style="font-style: italic; color: rgb(0, 0, 0); font-weight: bold;"&gt;n&lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(0, 0, 0);"&gt; &lt;/span&gt;is a number which can be from 0 to 65535.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;You can then schedule the task to run at a specific time by using the Scheduled Tasks tool.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;To start the Disk Cleanup tool, either run the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Cleanmgr&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;exe&lt;/span&gt; command, or click Start, point to Programs, point to Accessories, point to System Tools, and then click Disk Cleanup.&lt;br /&gt;&lt;hr /&gt;&lt;br /&gt;Disk Cleanup supports the following command-line options:&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;• "/d &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;driveletter&lt;/span&gt;": -&lt;/span&gt; This option specifies the drive that you want Disk Cleanup to clean.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Note:&lt;/span&gt; The /d option is not utilized with &lt;span style="font-weight: bold;"&gt;/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;sagerun&lt;/span&gt;: n.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;• "/&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;sageset&lt;/span&gt;: n" -&lt;/span&gt; This option displays the Disk Cleanup Settings dialog box and also creates a registry key to store the settings that you select. The n value, which is stored in the registry, allows you to specify tasks for Disk Cleanup to run. The n value can be any integer value from 0 to 65535. To have all of the options available when you use the /&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;sageset&lt;/span&gt; option, you might need to specify the drive where Windows is installed.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;• /&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;sagerun&lt;/span&gt;: n&lt;/span&gt; - This option runs the specified tasks that are assigned to the n value if you use the \&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;sageset&lt;/span&gt; option. All drives on the computer are enumerated and the selected profile runs against each drive.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;For example&lt;/span&gt;, in Scheduled Tasks, you could run the following command after you run the &lt;span style="font-weight: bold;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;cleanmgr&lt;/span&gt; /sage&lt;span style="color: rgb(255, 0, 0);"&gt;set&lt;/span&gt;:&lt;span style="color: rgb(51, 204, 0);"&gt;11&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;(this will show a window of &lt;span style="font-weight: bold;"&gt;disc cleanup&lt;/span&gt; in which you select options you need then press OK to save &lt;span style="color: rgb(255, 0, 0);"&gt;set&lt;/span&gt;ting at number &lt;span style="color: rgb(51, 204, 0);"&gt;11&lt;/span&gt;)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;schedule task: &lt;/span&gt;&lt;br /&gt;now you can Disk Cleanup with selected options  by following command:&lt;br /&gt;&lt;span style="color: rgb(0, 0, 0); font-weight: bold;"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;cleanmgr&lt;/span&gt; /&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;sagerun&lt;/span&gt;:11&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This command runs Disk Cleanup and includes the options that you specified with the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;cleanmgr&lt;/span&gt; /&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;sageset&lt;/span&gt;:11 command.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The options for the files that you can specify for Disk Cleanup by using /&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;sageset&lt;/span&gt; and /&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;sagerun&lt;/span&gt; include:&lt;br /&gt;&lt;span style="font-weight: bold;"&gt; • Temporary Setup Files&lt;/span&gt; - These are files that were created by a Setup program that is no longer running.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;• Downloaded Program Files&lt;/span&gt; - Downloaded program files are &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;ActiveX&lt;/span&gt; controls and Java programs that are downloaded automatically from the Internet when you view certain pages. These files are temporarily stored in the Downloaded Program Files folder on the hard disk. This option includes a View Files button so that you can see the files before Disk Cleanup removes them. The button opens the C:\&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;Winnt&lt;/span&gt;\Downloaded Program Files folder.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;• Temporary Internet Files - &lt;/span&gt;The Temporary Internet Files folder contains Web pages that are stored on your hard disk for quick viewing. Disk Cleanup removes these page but leaves your personalized settings for Web pages intact. This option also includes a View Files button, which opens the C:\Documents and Settings\&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;Username&lt;/span&gt;\Local Settings\Temporary Internet Files\Content.IE5 folder.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;• Old &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;Chkdsk&lt;/span&gt; Files -&lt;/span&gt; When &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;Chkdsk&lt;/span&gt; checks a disk for errors, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;Chkdsk&lt;/span&gt; might save lost file fragments as files in the root folder on the disk. These files are unnecessary.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;• Recycle Bin -&lt;/span&gt; The Recycle Bin contains files that you have deleted from the computer. These files are not permanently removed until you empty the Recycle Bin. This option includes a View Files button that opens the Recycle Bin.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;• Temporary Files -&lt;/span&gt; Programs sometimes store temporary information in a Temp folder. Before a program quits, the program usually deletes this information. You can safely delete temporary files that have not been modified within the last week.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;• Temporary Offline Files -&lt;/span&gt; Temporary offline files are local copies of recently used network files. These files are automatically cached so that you can use them after you disconnect from the network. A View Files button opens the Offline Files folder.&lt;br /&gt;&lt;br /&gt;• Offline Files - Offline files are local copies of network files that you specifically want to have available offline so that you can use them after you disconnect from the network. A View Files button opens the Offline Files folder.&lt;br /&gt;&lt;br /&gt;• Compress Old Files - Windows can compress files that you have not used recently. Compressing files saves disk space, but you can still use the files. No files are deleted. Because files are compressed at different rates, the displayed amount of disk space that you will gain is approximate. An Options button permits you to specify the number of days to wait before Disk Cleanup compresses an unused file.&lt;br /&gt;&lt;br /&gt;• Catalog Files for the Content Indexer - The Indexing service speeds up and improves file searches by maintaining an index of the files that are on the disk. These Catalog files remain from a previous indexing operation and can be deleted safely.&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2008/08/automate-disccleanup.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-170519752541635360</guid><pubDate>Wed, 20 Aug 2008 17:31:00 +0000</pubDate><atom:updated>2008-08-21T04:24:35.196+05:30</atom:updated><title>fastest broadband</title><description>A 75 year old woman from Karlstad in central Sweden has  the &lt;span style="font-weight: bold;"&gt;world’s fastest internet connection&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;Sigbritt Löthberg’s home has massive 40 Gigabits per second connection,  thousands of times faster than the average residential connection and the first time ever that a home user has experienced such a high speed.&lt;br /&gt;&lt;br /&gt;Sigbritt is no ordinary 75 year old. She is the mother of Swedish internet legend Peter Löthberg who, along with Karlstad Stadsnät, the local council’s network arm, has arranged the connection.&lt;br /&gt;&lt;br /&gt;Sigbritt will now be able to enjoy 1,500 high definition HDTV channels simultaneously. Or, if there is nothing worth watching there, she will be able to download a full high definition DVD in just two seconds.&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2008/08/fastest-broadband.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-423194738810975823</guid><pubDate>Tue, 19 Aug 2008 13:55:00 +0000</pubDate><atom:updated>2008-08-19T19:41:00.853+05:30</atom:updated><title>create a folder with name "com1" or "con" etc</title><description>Please try to create a folder named "CON" or COM1 or COM2 etc.&lt;br /&gt;You cant do it here is a trick to do this:&lt;br /&gt; create a new folder rename it with "com1" and after com1 type ALT+0160 with num pad.&lt;br /&gt;press enter your folder is of name com1.you can create folder of any restricted name.&lt;br /&gt;&lt;br /&gt;concept:&lt;br /&gt;&lt;br /&gt;windows system had many reserved words like con,com1,com2 for ports etc.If you create folder with that name there must be conflict so you can not make folder with these name.&lt;br /&gt;&lt;br /&gt;what this trick do.this trick put an hidden char of UNICODE ALT+0160 at the end of folder name so its not "com1" its "com1 ".(a blank after com1 ).&lt;br /&gt;note : try start menu &gt; accessories&gt;system tools&gt;char map and find equivalent character of ALT+0160&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2008/08/create-folder-with-name-com1-or-con-etc.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>2</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-9017275361281299367.post-2110704220357560322</guid><pubDate>Mon, 18 Aug 2008 23:19:00 +0000</pubDate><atom:updated>2008-08-19T05:10:19.738+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">Health</category><category domain="http://www.blogger.com/atom/ns#">technology</category><title>lasik</title><description>&lt;table width="100%" border="0" cellpadding="0" cellspacing="0"&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td colspan="3" class="text" valign="top" height="171"&gt;&lt;p&gt;&lt;span style="font-weight: bold;"&gt;LASIK&lt;/span&gt; (Laser-Assisted In, Situ Keratomileusis) is one of the surgeries that treats refractive errors of the eye. LASIK is a variant of excimer laser photorefractive keretectomy (PRK). Although LASIK is a newer procedure, it is common as surgical techniques and instruments improve. The primary difference between LASIK and PRK is that prior to the use of the laser to change the shape of the cornea, a machine called microkeretome is used to create a thin flap of cornea, which is folded back, and laser treatment is then performed under this flap. Visually recovery is usually faster as well, because the surface layer of the eye does not need to reheal after being removed as it does in PRK. &lt;/p&gt;                                     &lt;p&gt;&lt;span style="font-weight: bold;"&gt;LASIK&lt;/span&gt; is an exciting surgical procedure that is capable of correcting a wide range of nearsightedness (myopia), farsightedness (hyperopia) and astigmatism. LASIK is the acronym for laser assisted in-situ keratomileusis. The name refers to the use of a laser to reshape the cornea without invading the neighboring cell layers. LASIK is currently the most commonly performed refractive procedure in the United States and in India . &lt;/p&gt;                                     &lt;p&gt;Lasik was first performed in clinical trials in the U.S. in 1991. It was officially approved in 1996 in the U.S. It is important to note that the major components of the procedure have a long history. Ophthalmologists have been reshaping the cornea for over 50 years, creating a protective layer of tissue for over 35 years, and using the excimer laser since the 1980's. &lt;/p&gt;                                     &lt;p&gt;LASIK combines the precision of the excimer laser that is used in PRK surgeries with the flap technique that characterizes ALK. First, no removal of the corneal surface tissue is necessary and therefore, postoperative pain is substantially reduced compared to PRK. Second, postoperative visual acuity is restored within a few days rather than weeks. Finally, there is less corneal scarring in the long-term, less change due to healing (regression) and thus greater stability of the correction. &lt;/p&gt;                                     &lt;p&gt;LASIK improves the uncorrected vision for distance - one's visual capacity while not wearing corrective lenses - in most patients who have the procedure. Nearly all patients can expect to achieve 20/40 vision, which most states consider good enough to drive without having to wear contacts or glasses, and many can expect to achieve 20/20 vision or better. However, there are no guarantees that you will have perfect vision. People who are most satisfied with the results of laser correction clearly understand the potential risks and complications and possess realistic expectations of what their vision will be like after surgery. &lt;/p&gt;                                     &lt;p&gt;The effects of LASIK are permanent. The effects of LASIK do not wear off. But, it is important to realize that a person's eye can still change internally. That is why many surgeons recommend having the procedure done after the major eye changes have occurred in one's life. For instance, LASIK is not recommended on children because their eyes change a great deal. They would need the vision fine-tuned in a few years. If the procedure is performed after the age of 18, the chance of long-term stable correction is more likely. Even the eyes of patients over the age of 18 can still be changing. Therefore, we recommend a good conversation with your surgeon so they can review the changes you have had and help you make a decision whether or not you should wait until the changes have slowed down. Patients should also note that while results are usually stable, they can be modified by enhancement procedures - procedures performed after the initial one - if necessary. &lt;/p&gt;                                     &lt;p&gt;You can resume most normal activities immediately after surgery. However, for at least two weeks you will need to avoid activities that would cause perspiration to run into the eyes. You should wear safety glasses while playing contact sports whether or not you have had surgery. But, if you do not routinely wear safety glasses, your surgeon may recommend wearing them for at least one month after LASIK. You will also need to avoid such activities as contact sports and swimming for several weeks. It is important to talk specifically with your doctor about limitations on activities after LASIK. &lt;/p&gt;                                     &lt;p&gt;Fast visual recovery characterizes this operation. Most patients achieve good vision the day after surgery and find that their eyes feel fairly normal within a day. However, vision can continue to improve, and best vision can still take two to three months to occur. Most patients who have LASIK do not wear glasses for their daily activities. However, patients may need to wear reading glasses if they are over the age of 40. This is caused by the normal aging of the eye known as presbyopia. This condition occurs with or without LASIK. Some patients may need a minimal prescription for some activities such as night driving. &lt;/p&gt;                                     &lt;p&gt;Most people in their 40's or older will need reading glasses if their eyes are corrected for distance because the eye's lens loses flexibility as we age. Some patients in this age group select monovision, such as is done with contact lenses. This option allows patients to use one of their eyes for distance and the other to see up close. Although monovision proves to be satisfactory for some patients, many are not comfortable with this arrangement. We will be happy to discuss this with you to meet your individual needs. &lt;/p&gt;                                     &lt;p&gt;We feel it is of extreme importance that you meet the surgeon who performs the procedure prior to making an informed decision on whether to have the surgery. Our surgeons will discuss the risks and benefits of LASIK with you and will try to tell you what you can expect. &lt;/p&gt;&lt;/td&gt;                                   &lt;td&gt;&lt;br /&gt;&lt;/td&gt;                                 &lt;/tr&gt;                                 &lt;tr&gt;                                    &lt;td colspan="3" class="text" valign="top" height="126"&gt;                                    &lt;strong&gt;&lt;/strong&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="blogger-post-footer"&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;&lt;img src="http://www.feedburner.com/fb/images/pub/feed-icon32x32.png" alt="" style="border:0"/&gt;&lt;/a&gt;&lt;a href="http://feeds.feedburner.com/ComputerampInternetTipstrickscodes" title="Subscribe to my feed" rel="alternate" type="application/rss+xml"&gt;Subscribe in a reader&lt;/a&gt;&lt;/div&gt;</description><link>http://sonugec.blogspot.com/2008/08/lasik.html</link><author>noreply@blogger.com (Unknown)</author><thr:total>0</thr:total></item></channel></rss>