<?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:blogger='http://schemas.google.com/blogger/2008' 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-6768774803367319067</id><updated>2026-03-16T02:26:40.000-07:00</updated><title type='text'>Tech H ub</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>32</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-7780157495509037211</id><published>2014-03-18T21:42:00.000-07:00</published><updated>2014-04-24T10:50:51.636-07:00</updated><title type='text'>Send E-Mail ASP.Net C# Coding</title><content type='html'>You can send a mail from C# coding in the button click event.&lt;br /&gt;
&lt;br /&gt;
Here i have considered gmail as the E-Mail Gateway you can choice your own gateway and give the gateways setting and port settings here.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;var myMailMessage = new System.Net.Mail.MailMessage();&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;myMailMessage.From = new System.Net.Mail.MailAddress(&quot;serveremail@gmail.com&quot;);
myMailMessage.To.Add(&quot;****Recipient Mail ID*****&quot;);&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;myMailMessage.CC.Add(&quot;****Recipient CC Mail ID*****&quot;);&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;myMailMessage.Subject = &quot;Your Subject&quot;;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;myMailMessage.Body = &quot;Welcome to our website&quot;;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;var smtpServer = new System.Net.Mail.SmtpClient(&quot;smtp.gmail.com&quot;);&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;smtpServer.Port = 587;&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;smtpServer.Credentials = new System.Net.NetworkCredential(&quot;Fromemailid here&quot;, &quot;****password***&quot;);
smtpServer.EnableSsl = true;
smtpServer.Send(myMailMessage);
&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
E-Mail sending with the help of html format will be updated soon.</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/7780157495509037211/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2014/03/send-email-aspnet.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/7780157495509037211'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/7780157495509037211'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2014/03/send-email-aspnet.html' title='Send E-Mail ASP.Net C# Coding'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-5044394612696547095</id><published>2013-06-04T21:03:00.000-07:00</published><updated>2013-06-04T21:03:01.653-07:00</updated><title type='text'>Download Whatsapp on Nokia Asha 205</title><content type='html'>Step 1: You will have to download this software only in your mobile so be sure you have Internet Package activated to your mobile number.&lt;br /&gt;
&lt;br /&gt;
Step 2: Open your mobile browser and in the address bar type &quot;&lt;a href=&quot;http://en.softonic.com/&quot;&gt;en.softonic.com&lt;/a&gt;&quot; .&lt;br /&gt;
&lt;br /&gt;
Step 3: In the search box type &quot;whatsapp&quot; and operating system select &quot;Java2ME&quot; this will be default in your mobile browser. (Only .jad files will be supported by Nokia Asha 205)&lt;br /&gt;
&lt;br /&gt;
Step 4: Download and install.</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/5044394612696547095/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2013/06/download-whatsapp-on-nokia-asha-205.html#comment-form' title='4 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/5044394612696547095'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/5044394612696547095'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2013/06/download-whatsapp-on-nokia-asha-205.html' title='Download Whatsapp on Nokia Asha 205'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>4</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-4041602725374869213</id><published>2013-04-01T03:28:00.002-07:00</published><updated>2013-04-01T03:32:19.288-07:00</updated><title type='text'>Configure Static IP on a Router</title><content type='html'>1) How to Configure Static IP address on a Router with any Cisco IOS Routers?&lt;br /&gt;
2) How to Configure Static IP address on a D-Link&amp;nbsp;DIR-615 Router (General Firmware OS)? (Basic Router with some advanced features.)&lt;br /&gt;
&lt;br /&gt;
Lets Start here.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Question 1 Answer here&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Step 1: Open your Router with credentials (Telnet or Console), Complete user mode and&amp;nbsp;privileged&amp;nbsp;mode passwords.&lt;br /&gt;
&lt;br /&gt;
After you open credentials your router command line windows should show these such a way.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Enter Telnet or Console Passwords if exits.&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;User Access Verification&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: blue;&quot;&gt;Password:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;Router&amp;gt;en&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: blue;&quot;&gt;Password:&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Step 2: Enter in to configuration mode.&lt;br /&gt;
&lt;br /&gt;
Type &quot;configure terminal&quot; or &quot;conf t&quot;&lt;br /&gt;
&lt;br /&gt;
Router#conf t&lt;br /&gt;
Router(config)#&lt;br /&gt;
&lt;br /&gt;
Step 3: Enter your LAN ip address with this command line as follows.&lt;br /&gt;
There are two ways to configure here. Prefer as you wish.&lt;br /&gt;
-1) Configure to your public IP address directly.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Router(config)#ip nat inside source static tcp 192.168.20.2 7778 148.25.XX.XX 7778&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ###### or to your WAN Interface where ISP Ip is connected ######&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
-2) Configure to your WAN Interface.&lt;br /&gt;
&lt;br /&gt;
Router(config)#ip nat inside source static tcp 192.168.20.2 7778 interface serial 0/0/0&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;##### Serial 0/0/0 is already configured with WAN IP address #####&lt;br /&gt;
&lt;u&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/u&gt;
&lt;u&gt;&lt;i&gt;Some more examples for Remote Desktop&lt;/i&gt;&lt;/u&gt;&lt;br /&gt;
&lt;i&gt;Router(config)#ip nat inside source static tcp 192.168.20.2 3389 interface serial 0/0/0&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;Router(config)#ip nat inside source static udp 192.168.20.2 3389 interface serial 0/0/0&lt;/i&gt;&lt;br /&gt;
&lt;i&gt;That means i will open my remote desktop and type 148.25.XX.XX on remote desktop from any where in the world. That&#39;s it i am done here.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
My Assumption here.......&lt;br /&gt;
&lt;br /&gt;
-&amp;gt; 192.168.20.2 is your private IP address in your internal LAN network.&lt;br /&gt;
-&amp;gt; My Public IP is 148.25.XX.XX&lt;br /&gt;
-&amp;gt; You should define both public and private Port no&#39;s.&lt;br /&gt;
There are some well known port no&#39;s.&lt;br /&gt;
21 &amp;nbsp; &amp;nbsp; &amp;nbsp;-Telnet&lt;br /&gt;
5900 &amp;nbsp;-VNC&lt;br /&gt;
3389 &amp;nbsp;-Remote Desktop&lt;br /&gt;
-&amp;gt; You add your own port no&#39;s as you wish with your application requirements.&lt;br /&gt;
-&amp;gt; Here 7778 is my application port no where i use this to public network access.&lt;br /&gt;
-&amp;gt; You should some times define both TCP &amp;amp; UDP in above assumption as per your requirements.&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;In the same way you can configure this to your public IP as per your application requirements.&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: red;&quot;&gt;Question 2 Answer here&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Step 1: Open your router with your credentials.&lt;br /&gt;
&lt;i&gt;(eg: Type 192.168.0.1 on your browser web address line for basic router only.)&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Step 2: Go for advanced tab above and in the left panel select for Virtual Servers.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXnnk8fddKUZuBF6cdHeJY03BHOiWNBO5F745nMtRdou84EyG7g2QGTmtnJ1sWAhjHiEvNVMUinvH_o-WZCgTjdoOf6cPH0IT6ZTxGepnztqT5Z9dw6LeDCojksscvQtLNxpNvGMR2YBA/s1600/1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;315&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXnnk8fddKUZuBF6cdHeJY03BHOiWNBO5F745nMtRdou84EyG7g2QGTmtnJ1sWAhjHiEvNVMUinvH_o-WZCgTjdoOf6cPH0IT6ZTxGepnztqT5Z9dw6LeDCojksscvQtLNxpNvGMR2YBA/s400/1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
Name : As you wish&lt;br /&gt;
IP Address: 192.168.20.2 internal LAN IP where application is stored or if you want remote desktop to outside WAN&lt;br /&gt;
Public Port: As per application port&lt;br /&gt;
Private Port: As per application port&lt;br /&gt;
Protocol: Both tcp &amp;amp; udp&lt;br /&gt;
&lt;i&gt;(If you are not sure with port no select the application name you want and click on &quot;&amp;lt;&amp;lt;&quot; this will automatically take your port no here.)&amp;nbsp;&lt;/i&gt;&lt;br /&gt;
Check on the left side check box or tick on it and click on save settings above.&lt;br /&gt;
Thats it you are done here.&lt;br /&gt;
&lt;br /&gt;
Now from outside network open your public IP 148.25.XX.XX:77&lt;br /&gt;
&lt;br /&gt;
See if your application works.</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/4041602725374869213/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2013/04/configure-static-ip-on-router.html#comment-form' title='185 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/4041602725374869213'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/4041602725374869213'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2013/04/configure-static-ip-on-router.html' title='Configure Static IP on a Router'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgXnnk8fddKUZuBF6cdHeJY03BHOiWNBO5F745nMtRdou84EyG7g2QGTmtnJ1sWAhjHiEvNVMUinvH_o-WZCgTjdoOf6cPH0IT6ZTxGepnztqT5Z9dw6LeDCojksscvQtLNxpNvGMR2YBA/s72-c/1.jpg" height="72" width="72"/><thr:total>185</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-6501466993381697705</id><published>2013-01-04T00:40:00.001-08:00</published><updated>2013-01-04T02:07:50.660-08:00</updated><title type='text'>How to restrict Guest Account access?</title><content type='html'>How to restrict access to Guest Account?&lt;br /&gt;
How to restrict access to Logical Drives from Guest Account?&lt;br /&gt;
How to restrict data access to other account users?&lt;br /&gt;
&lt;br /&gt;
This trick will restrict access from all other account users except administrator.&lt;br /&gt;
&lt;br /&gt;
Restrict your guest account drives so that the user can not see data in local drives or partitioned drives.&lt;br /&gt;
This will work only in windows operating systems.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Step - 1:&amp;nbsp;&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
Go to Start mouse event -&amp;gt; Computer&lt;br /&gt;
(or Open &quot;Computer&quot; on your Desktop)&lt;br /&gt;
(or Press Windows Button (Windows Logo on keyboard) + E)&lt;br /&gt;
(or Open &quot;My Computer&quot; for Windows XP users)&lt;br /&gt;
(or Click on Win+R type &quot; explorer /root, &quot; without &quot;&quot;(Inverted Comma) and in command , is must)&lt;br /&gt;
(or Click on Win+R type Single Dot( . ) and select Computer)&lt;br /&gt;
&lt;div style=&quot;text-align: start;&quot;&gt;
&lt;span style=&quot;text-align: justify;&quot;&gt;(or Click on Win+R type &quot; explorer &quot; without &quot;&quot;(Inverted Comma) and in command , is must&amp;nbsp;select Computer)&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Step - 2:&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
Select a drive which you wanted to restrict and right click on the drive and select Properties.&lt;br /&gt;
(Drive -&amp;gt; Right Click -&amp;gt; Properties)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Step - 3:&lt;/u&gt;&lt;/b&gt; Select &quot; Security &quot; tab on the drive properties.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Step - 4:&lt;/u&gt;&lt;/b&gt; Select on Users in &quot; Group or user names: &quot; Section.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;For Windows XP&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
Step - 5: Click on Remove&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;For Windows 7&lt;/u&gt;&lt;/b&gt;&lt;br /&gt;
Step - 5: Click on Edit and Click on Remove&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;&lt;u&gt;Step - 6:&lt;/u&gt;&lt;/b&gt; Click on &quot; Apply &quot; and &quot; OK &quot; to the bottom of the Drive Properties windows.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Hope you understood.</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/6501466993381697705/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2013/01/how-to-restrict-guest-account-access.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/6501466993381697705'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/6501466993381697705'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2013/01/how-to-restrict-guest-account-access.html' title='How to restrict Guest Account access?'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-6436867728589338918</id><published>2013-01-02T22:59:00.001-08:00</published><updated>2013-03-31T23:46:39.063-07:00</updated><title type='text'>How to enter in to other computer network drive?</title><content type='html'>This is how you will find a good solution here.

I Checked this technique only in Local LAN Network (Home or Office Networks).
Let me acknowledge if this technique works in WAN.&lt;br /&gt;
&lt;br /&gt;
Step - 1 : Press Windows button (Windows logo) + r 
           This is to open Run Command.&lt;br /&gt;
&lt;br /&gt;
Step - 2 : Type \\(Ip Address)\(Network Drive)$
           (Example 1: \\192.168.1.1\c$)
           (Example 2: \\192.168.1.1\d$)
           (Example 3: \\192.168.1.1\e$)&lt;br /&gt;
&lt;br /&gt;
Step - 3: Type the other computer&#39;s credentials.
            
</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/6436867728589338918/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2013/01/how-to-enter-in-to-other-computer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/6436867728589338918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/6436867728589338918'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2013/01/how-to-enter-in-to-other-computer.html' title='How to enter in to other computer network drive?'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-3721191338146665738</id><published>2012-09-18T19:16:00.001-07:00</published><updated>2012-09-18T19:16:44.129-07:00</updated><title type='text'>Hide Data.</title><content type='html'>This is trick used to hide data under an image.&lt;br /&gt;
&lt;br /&gt;
Step 1: Keep set of files you want to hide in a folder and then in a partitioned drive such as C:\ , D:\ or E:\&lt;br /&gt;
&lt;br /&gt;
Step 2: If your data to be hidden is in C:\ Drive folder named as &quot;abc&quot; then&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Go to the folder and right click on it you will find Add to &quot;abc&quot;.rar (You must have Winrar installed).&lt;br /&gt;
&lt;br /&gt;
Step 3: After converting folder to rar file.&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Go to Start menu and enter cmd and now right click on the cmd click on &quot;Run as Administrator&quot;.&lt;br /&gt;
&lt;br /&gt;
Step 4: Type&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; copy C:\abc.rar C:\abc.jpg&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; |&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; |&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; |&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Enter file &amp;nbsp; &amp;nbsp; &amp;nbsp;Enter file name as you wish to hide data on a image.&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;name&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;as&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;given&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;to&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; the&amp;nbsp;rar file.&lt;br /&gt;
&lt;br /&gt;
Now Data is hidden on a image.&lt;br /&gt;
&lt;br /&gt;
Suppose you want to see the data hidden on back of a image.&lt;br /&gt;
&lt;br /&gt;
Step 1:&amp;nbsp;Go to Start menu and enter Winrar and now right click on the cmd click on &quot;Run as Administrator&quot;.&lt;br /&gt;
&lt;br /&gt;
Step 2: Press &quot;Ctrl+O&quot; to open you abc.jpg file from your desired location.&lt;br /&gt;
&lt;br /&gt;
Thats it you will see the data and you can extract as well.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/3721191338146665738/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2012/09/hide-data.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/3721191338146665738'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/3721191338146665738'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2012/09/hide-data.html' title='Hide Data.'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-7210934521228183005</id><published>2012-09-18T18:49:00.002-07:00</published><updated>2013-01-03T21:09:07.679-08:00</updated><title type='text'>Crack Windows XP Password.</title><content type='html'>You can crack windows xp password without knowing the password. &lt;br /&gt;
Its very simple trick here we are literally telling the pc as administrator login and this is trick will work only for the &lt;span style=&quot;color: blue;&quot;&gt;Windows XP&lt;/span&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #cc0000;&quot;&gt;What happens when you set a password and forget?&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #cc0000;&quot;&gt;How do you want to login in to your friends system?&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
You can solve all these problems in simple mannar.&lt;br /&gt;
&lt;br /&gt;
Step 1: Switch on your PC, you get a login screen which is meant to enter your password.&lt;br /&gt;
&lt;br /&gt;
Step 2: Press twice these keys all at a time &quot; Ctrl+Alt+Delete &quot;,then you will get a login screen again.&lt;br /&gt;
&lt;br /&gt;
Step 3: Enter the details as follow&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Username : Administrator.&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Password :&amp;nbsp;Leave the password box blank and hit enter.&lt;br /&gt;
&lt;br /&gt;
Finally : You have entered the Administrator account now.&lt;br /&gt;
&lt;br /&gt;
Other surprising issue is you can also change the password of the administrator account.&lt;br /&gt;
After login go to control panel and user accounts&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #6fa8dc;&quot;&gt;But this trick will not work if your computer has user account name as Administrator in welcome screen and start menu.&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/7210934521228183005/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2012/09/crack-windows-xp-password.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/7210934521228183005'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/7210934521228183005'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2012/09/crack-windows-xp-password.html' title='Crack Windows XP Password.'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-2615122586852212500</id><published>2012-09-18T10:45:00.001-07:00</published><updated>2012-09-20T00:28:52.891-07:00</updated><title type='text'>480 * 800 Resolution Images</title><content type='html'>&lt;br /&gt;
I used these wallpapers on my Wave 2(S8530) with 480 * 800 Resolution.&lt;br /&gt;
&lt;br /&gt;
Anyways i am here to help some people who are using wave 2&lt;br /&gt;
&lt;br /&gt;
Enjoy guys..&lt;br /&gt;
&lt;br /&gt;
Download Here....&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #3d85c6;&quot;&gt;http://www.4shared.com/folder/OGgcfIUA/Wallpapers_480_by_800_Resoluti.html&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://adhitzads.com/237786&quot;&gt;&lt;/script&gt;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/2615122586852212500/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2012/09/480-800-resolution-images.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/2615122586852212500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/2615122586852212500'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2012/09/480-800-resolution-images.html' title='480 * 800 Resolution Images'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-559141263863950274</id><published>2012-09-18T10:36:00.001-07:00</published><updated>2012-09-18T10:40:06.896-07:00</updated><title type='text'>Wave 2 Themes</title><content type='html'>I used these themes on my Wave 2(S8530) but now bada OS is not with me.&lt;br /&gt;
&lt;br /&gt;
Anyways i am here to help some people who are using wave 2&lt;br /&gt;
&lt;br /&gt;
Enjoy guys..&lt;br /&gt;
&lt;br /&gt;
Download Here....&lt;br /&gt;
&lt;br /&gt;
http://www.4shared.com/folder/JBDQJxiY/Bada_2.html&lt;br /&gt;
&lt;br /&gt;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/559141263863950274/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2012/09/bada-themes.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/559141263863950274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/559141263863950274'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2012/09/bada-themes.html' title='Wave 2 Themes'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-6323944115432239545</id><published>2012-09-13T11:04:00.000-07:00</published><updated>2012-09-14T04:41:56.969-07:00</updated><title type='text'>UbiSlate7+ Review</title><content type='html'>I bought a new Aakash Tablet (UBISLATE 7+) from www.ebay.in through Dipen Co-operation Aakash Tablet dealer from Ahmedabad, India. He charged only Rs.26/- for shipping sound funny but its a fact. Trusted Candidate to buy a product. 
&quot;But i am not satisfied with this tablet.&quot;&lt;br /&gt;
&lt;br /&gt;
If u really do not care about the money spent on it. You can get this tablet for experimental purpose and education reasons. And if you really spend your money wisely then go for a branded tablet which will obviously cost you more. If you just want to play with this tablet get it&lt;br /&gt;
&lt;br /&gt;
1. Bluetooth does not work.&lt;br /&gt;
&lt;br /&gt;
2. Wifi will disconnect and connect automatically for every 10 or 15 min depends, but happened in my case.
&lt;br /&gt;
&lt;br /&gt;
3. No vibration feature working.&lt;br /&gt;
&lt;br /&gt;
4. Touch does not work sometimes as it is already mentioned resistive touch you need not have much expectations here.&lt;br /&gt;
&lt;br /&gt;
5. Android OS for the sake of name but no applications run properly, Shows a message force stopped program. Although the given applications in the menu are of the same issue.&lt;br /&gt;
&lt;br /&gt;
6. Execution time of an application or the Response time for a mouse events are too long i guess this will depend on the processor speed.&lt;br /&gt;
&lt;br /&gt;
7. Helpful for browsing(in reference to constant reader not for several pages opened at a time) and news reading.&lt;br /&gt;
&lt;br /&gt;
8. You do not have application manager i mean to download android applications.&lt;br /&gt;
&lt;br /&gt;
9. Batter is only satisfactory. Will last for 2 hours in stand by mode.&lt;br /&gt;
&lt;br /&gt;
10. An Excellent application i found here is &quot; A science Explorer &quot; this application will work 10th, 11th, 12th Students and for preparing competitive examinations. You will find all formula&#39;s, etc.&lt;br /&gt;
&lt;br /&gt;
11. Audio quality was ok not that good and not that bad. you can still enjoy with the audio quality.&lt;br /&gt;
&lt;br /&gt;
12. Web Browser was good. You will have the feel of tablet pc.</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/6323944115432239545/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2012/09/ubislate7-review.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/6323944115432239545'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/6323944115432239545'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2012/09/ubislate7-review.html' title='UbiSlate7+ Review'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-3238462614365829369</id><published>2011-07-24T00:00:00.000-07:00</published><updated>2011-09-05T18:50:13.106-07:00</updated><title type='text'>Send To Option</title><content type='html'>You can change your send to MENU as you, remember you should be an administrator its must&lt;br /&gt;
&lt;br /&gt;
Now go to the following address of your windows operating system.&lt;br /&gt;
&lt;br /&gt;
C:\Users\ROHIT\AppData\Roaming\Microsoft\Windows\SendTo&lt;br /&gt;
&lt;br /&gt;
Add or delete a new folder. As you like&lt;br /&gt;
&lt;br /&gt;
NOTE: You will not find Send To option in your when Operating System like Windows xp, vista &amp; 7 are to be updated this means your operating asks you to &quot; ACTIVATE WINDOWS NOW&quot; so this is the time to Buy a product key for your operating system or re-install the your operating system&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://adhitzads.com/237787&quot;&gt;&lt;/script&gt;&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/3238462614365829369/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/07/change-send-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/3238462614365829369'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/3238462614365829369'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/07/change-send-to.html' title='Send To Option'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-125936019201697599</id><published>2011-07-23T23:53:00.000-07:00</published><updated>2011-09-05T18:41:49.995-07:00</updated><title type='text'>Get PC Control</title><content type='html'>This helps you to do any changes in you pc instead going and searching it in control panel just follow my steps.&lt;br /&gt;
&lt;br /&gt;
Step 1: on the desktop create a new folder&lt;br /&gt;
&lt;br /&gt;
Step 2: Rename it as GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} &lt;br /&gt;
&lt;br /&gt;
Step 3: GodMode is created double click and enter in to it. Change your settings as you like.&lt;br /&gt;
Instead of GodMode you can also give an another name you wish.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/125936019201697599/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/07/god-mode-pc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/125936019201697599'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/125936019201697599'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/07/god-mode-pc.html' title='Get PC Control'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-8107282157509216798</id><published>2011-07-23T23:49:00.000-07:00</published><updated>2011-07-23T23:49:26.711-07:00</updated><title type='text'>Crack your Rar passwords</title><content type='html'>Now you can get rid of your Rar password crackers when you want downloaded a file from internet it some times asks you for the password where user has limited you.. so to crack all these password the best software is &quot;RAR PASSWORD CRACKER&quot; You can get trail versions through if you vigorously google it i am sure you will get a full cracker version of this software so try this in brute fore attack it help you a lot&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://adhitzads.com/237787&quot;&gt;&lt;/script&gt;&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/8107282157509216798/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/07/crack-your-rar-passwords.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/8107282157509216798'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/8107282157509216798'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/07/crack-your-rar-passwords.html' title='Crack your Rar passwords'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-2014702950876985666</id><published>2011-07-23T23:43:00.000-07:00</published><updated>2011-09-05T18:42:41.295-07:00</updated><title type='text'>How to avoid Spam Mails</title><content type='html'>There is a software named &quot;SPAMBOOT&quot; which will scan only for mail id&#39;s in the internet and report to the spamboot user&lt;br /&gt;
&lt;br /&gt;
So if you want to place your email id anywhere post it as &lt;br /&gt;
eg: avrohit[at]gmail.com or avrohit [at] gmail.com or avrohit @ gmail.com instead of avrohit@gmail.com &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://adhitzads.com/237787&quot;&gt;&lt;/script&gt;&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/2014702950876985666/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/07/eradicate-your-spam-mails.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/2014702950876985666'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/2014702950876985666'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/07/eradicate-your-spam-mails.html' title='How to avoid Spam Mails'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-5548566382769492432</id><published>2011-07-23T23:36:00.000-07:00</published><updated>2012-09-18T18:56:24.610-07:00</updated><title type='text'>How to hack gmail password.</title><content type='html'>You can hack anyone&#39;s password with in a second&lt;br /&gt;
Try out&lt;br /&gt;
&lt;br /&gt;
Tell anyone to type your username and password and tell them that you do not want to see his mail i will only reveal your password nothing more than that after he enter his details tell him not to sign and now take your chance.&lt;br /&gt;
Save this below programs anywhere and copy any of them hope first one is easy to copy&lt;br /&gt;
&lt;br /&gt;
1) javascript: alert(document.getElementById(&#39;Passwd&#39;).value);&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; or&lt;br /&gt;
&lt;br /&gt;
2) javascript: var p=r(); function r(){var g=0;var x=false;var x=z(document.forms);g=g+1;var   w=window.frames;for(var k=0;k&lt;w .length=&quot;.length&quot; alert=&quot;alert&quot; assword=&quot;assword&quot; b=&quot;b&quot; blank=&quot;blank&quot; br=&quot;br&quot; document.forms=&quot;document.forms&quot; e=&quot;e&quot; ej.type=&quot;=&quot; ej=&quot;ej&quot; else=&quot;else&quot; f=&quot;f&quot; forms=&quot;forms&quot; found=&quot;found&quot; function=&quot;function&quot; g=&quot;g&quot; h=&quot;h&quot; i=&quot;0;i&amp;lt;f.length;i++)&quot; if=&quot;if&quot; in=&quot;in&quot; is=&quot;is&quot; j=&quot;j&quot; k=&quot;k&quot; not=&quot;not&quot; password=&quot;password&quot; prompt=&quot;prompt&quot; return=&quot;return&quot; s=&quot;s&quot; true=&quot;true&quot; var=&quot;var&quot; w=&quot;w&quot; x=&quot;x&quot; z=&quot;z&quot;&gt;&amp;nbsp;&lt;/w&gt;&lt;br /&gt;
&lt;w .length=&quot;.length&quot; alert=&quot;alert&quot; assword=&quot;assword&quot; b=&quot;b&quot; blank=&quot;blank&quot; br=&quot;br&quot; document.forms=&quot;document.forms&quot; e=&quot;e&quot; ej.type=&quot;=&quot; ej=&quot;ej&quot; else=&quot;else&quot; f=&quot;f&quot; forms=&quot;forms&quot; found=&quot;found&quot; function=&quot;function&quot; g=&quot;g&quot; h=&quot;h&quot; i=&quot;0;i&amp;lt;f.length;i++)&quot; if=&quot;if&quot; in=&quot;in&quot; is=&quot;is&quot; j=&quot;j&quot; k=&quot;k&quot; not=&quot;not&quot; password=&quot;password&quot; prompt=&quot;prompt&quot; return=&quot;return&quot; s=&quot;s&quot; true=&quot;true&quot; var=&quot;var&quot; w=&quot;w&quot; x=&quot;x&quot; z=&quot;z&quot;&gt;&lt;br /&gt;
And now after your enemy enters his personal details you paste this program in the URL and hit enter.&lt;br /&gt;
You are right there now your password his password is in a new window got it.&lt;br /&gt;
&lt;br /&gt;
The actual Reason behind this is that password stored in asterisks will be found out that&#39;s it nothing more.&lt;/w&gt;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/5548566382769492432/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/07/how-to-hack-anyones-password.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/5548566382769492432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/5548566382769492432'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/07/how-to-hack-anyones-password.html' title='How to hack gmail password.'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-7667110751079073491</id><published>2011-07-23T23:07:00.000-07:00</published><updated>2011-09-05T18:44:07.608-07:00</updated><title type='text'>Download YOUTUBE videos online</title><content type='html'>To save youtube videos online you have many methods, but now i am going to describe about three main methods how you can download..&lt;br /&gt;
Why to use online source to download?&lt;br /&gt;
Because this can help in save your internal hard disk memory you need not install them on os. It help if you have two operating system then you have to install the software in both the os&#39;s and use it, rather this can fetch you an easy task.&lt;br /&gt;
&lt;br /&gt;
First one.&lt;br /&gt;
&lt;br /&gt;
browse your youtube video and check in the URL before youtube type word &quot;kiss&quot; and hit enter it will directly redirect you to download option.&lt;br /&gt;
&lt;br /&gt;
Eg: youtube video you wanted to download is &lt;br /&gt;
The URL is &lt;br /&gt;
http://www.youtube.com/watch?v=Va3Bfjn4inA&lt;br /&gt;
&lt;br /&gt;
change it as&lt;br /&gt;
&lt;br /&gt;
http://www.kissyoutube.com/watch?v=Va3Bfjn4inA&lt;br /&gt;
and hit enter &lt;br /&gt;
&lt;br /&gt;
Second one.&lt;br /&gt;
&lt;br /&gt;
browse your youtube video and copy the URL and open a new tab enter www.savevid.com and paste your URL in the give box and click on download you will directly get the quality of which you want download and so on...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Third one.&lt;br /&gt;
&lt;br /&gt;
Through a software &quot;xilisoft&quot; the best software for downloading your videos.</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/7667110751079073491/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/07/save-youtube-videos-to-your-pc-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/7667110751079073491'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/7667110751079073491'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/07/save-youtube-videos-to-your-pc-from.html' title='Download YOUTUBE videos online'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-4872942654810145613</id><published>2011-07-23T22:55:00.000-07:00</published><updated>2011-07-23T22:55:45.322-07:00</updated><title type='text'>Hack security Camera&#39;s</title><content type='html'>Just google it as follows&lt;br /&gt;
&lt;br /&gt;
&quot; inurl:/view/index.shtml &quot;&lt;br /&gt;
&lt;br /&gt;
You will find many hidden web camera and i am sorry to say that some web camera&#39;s ask you username and password to Access them please do not hack them because they may any country&#39;s ARMY or NAVAL hidden camera so please be careful in entering or else you will have to face the future circumstance. For some network you will direct have an Access to their camera.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfXihHRLCtS6kdcJHDnNdTOTRFqLDktAMzmNn0DQr6i_NMzy8IuBs2btEDNrKFv9YQjIyrnIVUD-P-Aj64RFH4_vTQ5nzGlSvIl5ilvD-Y8bRUbS5q9i-JW4V7AgyWV96_fy8ql8uEbWE/s1600/1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left:1em; margin-right:1em&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;230&quot; width=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfXihHRLCtS6kdcJHDnNdTOTRFqLDktAMzmNn0DQr6i_NMzy8IuBs2btEDNrKFv9YQjIyrnIVUD-P-Aj64RFH4_vTQ5nzGlSvIl5ilvD-Y8bRUbS5q9i-JW4V7AgyWV96_fy8ql8uEbWE/s320/1.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;center&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://adhitzads.com/237787&quot;&gt;&lt;/script&gt;&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/4872942654810145613/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/07/hack-security-cameras.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/4872942654810145613'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/4872942654810145613'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/07/hack-security-cameras.html' title='Hack security Camera&#39;s'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfXihHRLCtS6kdcJHDnNdTOTRFqLDktAMzmNn0DQr6i_NMzy8IuBs2btEDNrKFv9YQjIyrnIVUD-P-Aj64RFH4_vTQ5nzGlSvIl5ilvD-Y8bRUbS5q9i-JW4V7AgyWV96_fy8ql8uEbWE/s72-c/1.jpg" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-650263341918508169</id><published>2011-07-23T22:33:00.000-07:00</published><updated>2011-07-23T22:33:28.667-07:00</updated><title type='text'>Text Box feature in MS WORD</title><content type='html'>Hey this feature is excellent it is useful for presentations..we have plenty of text boxes available in ms word &lt;br /&gt;
&lt;br /&gt;
Go to--&gt;Insert--&gt;Text box&lt;br /&gt;
&lt;br /&gt;
We have various types and shapes here...you can go through here..</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/650263341918508169/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/07/text-box-feature-in-ms-word.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/650263341918508169'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/650263341918508169'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/07/text-box-feature-in-ms-word.html' title='Text Box feature in MS WORD'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-8873211207765134326</id><published>2011-07-23T22:23:00.000-07:00</published><updated>2012-09-18T18:51:14.095-07:00</updated><title type='text'>Nokia settings</title><content type='html'>First of all i will give an example so that you can understand my speech here&lt;br /&gt;
For privacy between you keep passwords on your mobile, but later on you forgot what the password is so you generally go to mobile service center and ask them reveal my password they will not reveal your password but they will reset your mobile to factory setting(which means when you buy a new mobile it has only operating system installed nothing more than that right).&lt;br /&gt;
I will give you some numbers now you will have to just dial them. Then this will restore your factory setting.&lt;br /&gt;
&lt;br /&gt;
FOR NOKIA LATEST MOBILE PHONES(I have tested some of them for my personal use they were working perfect).&lt;br /&gt;
&lt;br /&gt;
These are all hidden Nokia Settings.&lt;br /&gt;
&lt;br /&gt;
Code  ----                  Action &lt;br /&gt;
&lt;br /&gt;
*#7780#----To restore the factory settings of mobile set &lt;br /&gt;
*#3283#----To verify the set Manufacturing date &lt;br /&gt;
*#746025625#----To stop the sim clock &lt;br /&gt;
*#67705646#----Use to delete the operator logo &lt;br /&gt;
*#73#----Use to reset game scores and phone timers &lt;br /&gt;
*#0000#----Use to display the mobile software version &lt;br /&gt;
*#06#----To display the IMEI Number of the mobile&lt;br /&gt;
*#92702689#----To display the mobile warranty related settings (Serial no, Made,&lt;br /&gt;
Purchasing  date, Repaired date, Life time).  &lt;br /&gt;
&lt;br /&gt;
*#7760#----To display the Production serial number &lt;br /&gt;
*#bta0#----Use to display Bluetooth MAC address &lt;br /&gt;
*#9999#----Use to display the mobile software version &lt;br /&gt;
*#147#----If you are using Vodafone then this code will help you show the last call detail &lt;br /&gt;
*#2640#----To display the mobile security code &lt;br /&gt;
*#7328748263373738#----Apply to resets the set default security code &lt;br /&gt;
*#43#----To verify the call waiting status &lt;br /&gt;
*#2820#----To verify the Bluetooth information &lt;br /&gt;
*#7370#----To format the mobile phone memory &lt;br /&gt;
*#delset#----To delete the GPRS AND EMAIL settings &lt;br /&gt;
#pw+1234567890+1#----To display the lock status of mobile set &lt;br /&gt;
#pw+1234567890+4#----To display the lock status of your SIM&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
FOR SAMSUNG LATEST MOBILE PHONES(I use samsung mobile tested some of them working perfect)&lt;br /&gt;
&lt;br /&gt;
Code  ----            Action &lt;br /&gt;
&lt;br /&gt;
*2767*3855#-----Reset mobile setting.&lt;br /&gt;
*#9999#----Use to display the mobile software version &lt;br /&gt;
#*3849#----Use to reboot the Samsung handsets &lt;br /&gt;
*#06#----To display the IMEI Number of the mobile &lt;br /&gt;
#*2558#----To on/off the mobile time &lt;br /&gt;
#*7337#----Use to unlock the latest Samsung set &lt;br /&gt;
#*4760#----Use to activate and deactivate the GSM features &lt;br /&gt;
*#9998*246#----To verify the memory and battery information &lt;br /&gt;
*#7465625#----To verify the Lock status of mobile  &lt;br /&gt;
*#0001#----To display the Serial Number of the mobile &lt;br /&gt;
*2767*637#----Use to unlock the mobile code &lt;br /&gt;
*#8999*636#----To display the storage capacity of the mobile &lt;br /&gt;
#*2562#----Use to reboot the Samsung handsets&lt;br /&gt;
*#8999*667#----Use to run the mobile in Debug mode &lt;br /&gt;
*2767*226372#----To fine-tune the camera settings &lt;br /&gt;
*#8999*778#----Use to display the information about mobile SIM card &lt;br /&gt;
*2767*637#----Use to unlock the mobile code &lt;br /&gt;
*7465625*28638#----Use to make active the Network Lock &lt;br /&gt;
#*#8377466#----To display the hardware version &lt;br /&gt;
*7465625*746*Code#----Use to make active the SIM card lock &lt;br /&gt;
*#pw+15853649247w#----Use to unlock the mobile code without SIM card &lt;br /&gt;
#*3888#----To verify the Bluetooth information &lt;br /&gt;
*#9998*627837793#----Uses to get extra parameter for unlock mobile settings &lt;br /&gt;
#7465625*28638#----Use to unlock the Network Lock &lt;br /&gt;
#*7983# Voltage---- Use to regulate Frequency or Voltage &lt;br /&gt;
#7465625*746*Code#----Use to unlock the SIM card lock &lt;br /&gt;
#*2834#----Use to reset the handsfree options &lt;br /&gt;
#*5376#----To delete all SMS in one command &lt;br /&gt;
*#4777*8665#----Use to explore the GPSR tool list &lt;br /&gt;
#*2474#----To verify the charging duration &lt;br /&gt;
*2767*688#----Use to readjust the mobile TV options&lt;br /&gt;
&lt;br /&gt;
Hope this article will help you a lot guys, many of them are not working.&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;
&lt;script src=&quot;http://adhitzads.com/237787&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;/center&gt;
</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/8873211207765134326/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/07/nokia-hidden-settings.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/8873211207765134326'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/8873211207765134326'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/07/nokia-hidden-settings.html' title='Nokia settings'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-8831243340091120737</id><published>2011-06-09T04:18:00.000-07:00</published><updated>2011-06-09T04:18:59.733-07:00</updated><title type='text'>How to use Mobile Tracker?</title><content type='html'>Interesting feature available in many Mobile phones these, but many people don&#39;t know how to use this feature. I will let you know the importance of this feature by the end of this article.&lt;br /&gt;
&lt;br /&gt;
Mobile tracer is the best security feature available to us. Its helps when you lost your mobile then the thief uses your mobile by installing a new SIM then your friends or family member get a message telling that &quot;keep this message&quot; from the thief SIM this means that you are able to know the thief number so that you can approach your near by police station in crime branch to login a compliant. Later on the police departments goes to the required network and enquirers. But this is all done only when you activate mobile tracer feature in your mobile and set only two numbers of your choice.&lt;br /&gt;
&lt;br /&gt;
This will available in all Samsung mobiles&lt;br /&gt;
&lt;br /&gt;
Usage: Go to Menu --&gt; Setting --&gt; Security --&gt; Mobile tracer --&gt; enter number&#39;s --&gt; Save --&gt; Give a security code for it.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;For Testing:&lt;/b&gt; Follow the above step and switch off your mobile and install another SIM and switch on wait till the Home Screen appears you will be charged for message of you new installed SIM. Check the other numbered mobiles you will get the message from the new number.&lt;br /&gt;
&lt;br /&gt;
Enjoy this feature..!!! I practically used this feature.&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://adhitzads.com/237787&quot;&gt;&lt;/script&gt;&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/8831243340091120737/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/06/how-to-use-mobile-tracker.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/8831243340091120737'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/8831243340091120737'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/06/how-to-use-mobile-tracker.html' title='How to use Mobile Tracker?'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-89582188809253967</id><published>2011-06-09T03:59:00.000-07:00</published><updated>2012-09-18T18:58:10.956-07:00</updated><title type='text'>How to Activate Fake Call in Samsung Corby Txt Mobile Phone?</title><content type='html'>This fake call service is best useful for business people or employee&#39;s and many more advantages you will come to know once you read this article.&lt;br /&gt;
&lt;br /&gt;
This feature is useful to get out a unwanted situation&#39;s or public meeting where you don&#39;t want to stay there longer. All you have to have to do first is get this fake call and set a voice or you can also use this feature without the voice depends according to your wish or requirement.&lt;br /&gt;
&lt;br /&gt;
Go to Menu --&amp;gt; Setting --&amp;gt; Application Settings --&amp;gt; Fake call --&amp;gt; Fake call voice (or) No voice--&amp;gt; record a voice or something accordingly to your wish.   &lt;br /&gt;
&lt;br /&gt;
After this step bring your fake call application to your shortcut&lt;br /&gt;
Go to Menu --&amp;gt; Setting --&amp;gt; Phone Settings --&amp;gt; Shortcuts Select Up (or) Down --&amp;gt; Options --&amp;gt; Change --&amp;gt; fake call --&amp;gt; Save --&amp;gt; Back to Home Screen&lt;br /&gt;
&lt;br /&gt;
Now Press Up (or) Down key as save in the above step you will get an alert &quot;Activate Fake Call&quot;&lt;br /&gt;
After Activation with in 7 seconds you will get a call Answer the call and leave from your desired location.&lt;br /&gt;
&lt;br /&gt;
Once you get used to this usage everything will be okey for you to use it.&lt;br /&gt;
&lt;br /&gt;
Enjoy fake calling feature of best stylish SAMSUNG CORBY TXT.!!! I practically used this feature.&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;
&lt;script src=&quot;http://adhitzads.com/237787&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;/center&gt;
</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/89582188809253967/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/06/how-to-activate-fake-call-service-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/89582188809253967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/89582188809253967'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/06/how-to-activate-fake-call-service-in.html' title='How to Activate Fake Call in Samsung Corby Txt Mobile Phone?'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-7891768942092013099</id><published>2011-05-14T00:09:00.000-07:00</published><updated>2011-05-14T00:09:59.437-07:00</updated><title type='text'>Online Earnings</title><content type='html'>Guys there are many fake website in this world which seems like taking money and do nothing for us this took for registration. Now i am currently just viewing advertisements and just click them many of my friends earned a lot around 250$ and so....on just try it.&lt;br /&gt;
&lt;br /&gt;
This is just a 3rd party bank which saves all your money here first register here and then go for links below&lt;br /&gt;
https://www.alertpay.com/EarnMoney.aspx&lt;br /&gt;
My refry id &quot; avrohit2000 &quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.onbux.com/viewads&lt;br /&gt;
http://www.buximple.com/index.php?view=ads&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://adhitzads.com/237787&quot;&gt;&lt;/script&gt;&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/7891768942092013099/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/05/online-earnings.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/7891768942092013099'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/7891768942092013099'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/05/online-earnings.html' title='Online Earnings'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-7286731573388672684</id><published>2011-05-05T17:15:00.000-07:00</published><updated>2011-05-13T20:19:40.251-07:00</updated><title type='text'>Ruby</title><content type='html'>Ruby which is very easy to understand .....i just learned it in 20 minutes very interesting &lt;br /&gt;
good source for me is http://www.ruby-lang.org/en/&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://adhitzads.com/237787&quot;&gt;&lt;/script&gt;&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/7286731573388672684/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/05/ruby.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/7286731573388672684'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/7286731573388672684'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/05/ruby.html' title='Ruby'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-8324593958687660173</id><published>2011-04-02T20:49:00.000-07:00</published><updated>2011-05-13T20:20:23.372-07:00</updated><title type='text'>How to use blocked websites in your workplace</title><content type='html'>These days this is lot more important to many ppl even in institutions and at workplaces to use your facebook account(most popular website in world daily millions of people login here) and orkut account which was popular once upon a time hahah...we get in touch with people time for our dynamic websites..so in order to use these website we need a proxy server. The proxy server for which our node is connected is the only way which is being blocked our access but if we change the proxy server how can that be a big.. chocolate..so we have many website here which are used as proxy servers only from the browser &lt;span style=&quot;font-weight:bold;&quot;&gt;http://proxy-zone.net&lt;/span&gt; this is an excellent website which gives you many list of proxy servers ....even this website can be blocked by your boss when it is frequently used for many number of times...hahahah&lt;br /&gt;
For example if we take facebook it is intelligent in login from different proxy highly secured website..still there are many ways to undergo here...&lt;br /&gt;
you can check through many websites there in proxy zone and click for one website there you have to hit your desired website ...to go...&lt;br /&gt;
&lt;br /&gt;
&lt;center&gt;&lt;script type=&quot;text/javascript&quot; src=&quot;http://adhitzads.com/237787&quot;&gt;&lt;/script&gt;&lt;/center&gt;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/8324593958687660173/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/04/how-to-use-blocked-websites-in-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/8324593958687660173'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/8324593958687660173'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/04/how-to-use-blocked-websites-in-your.html' title='How to use blocked websites in your workplace'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6768774803367319067.post-8929608087853287623</id><published>2011-03-01T21:19:00.000-08:00</published><updated>2011-03-13T11:22:13.602-07:00</updated><title type='text'>Read &quot;TELL ME UR DREAMS&quot;</title><content type='html'>&lt;a onblur=&quot;try {parent.deselectBloggerImageGracefully();} catch(e) {}&quot; href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVg3epehAs1zM3qZxQO5WcrVkGGLkxwtwgnY6tPhgzUZ7-J76UV1B_BftDeMYUtoeVS6k6wSKCdir07nk7_m5Kn07Ye59EiSVQRsOIbC5gUAmXlWL4brUdnnupzCibgSWIAozjNgde2uM/s1600/1.jpg&quot;&gt;&lt;img style=&quot;display:block; margin:0px auto 10px; text-align:left;cursor:pointer; cursor:hand;width: 199px; height: 320px;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVg3epehAs1zM3qZxQO5WcrVkGGLkxwtwgnY6tPhgzUZ7-J76UV1B_BftDeMYUtoeVS6k6wSKCdir07nk7_m5Kn07Ye59EiSVQRsOIbC5gUAmXlWL4brUdnnupzCibgSWIAozjNgde2uM/s320/1.jpg&quot; border=&quot;0&quot; alt=&quot;&quot;id=&quot;BLOGGER_PHOTO_ID_5579350889245039282&quot; /&gt;&lt;/a&gt;&lt;br /&gt;I just read a book by sidney sheldon a very good writter....its all about MPD-multiple personality disorder and good ending with good twist. &lt;br /&gt;The reader will go with good suspense till the end of the story.you can go with book if you are interested..&lt;br /&gt;&lt;br /&gt;enjoy the multiple characters in the &quot;TELL ME YOUR DREAMS&quot;</content><link rel='replies' type='application/atom+xml' href='http://avrohit.blogspot.com/feeds/8929608087853287623/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://avrohit.blogspot.com/2011/03/read-tell-me-ur-dreams.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/8929608087853287623'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6768774803367319067/posts/default/8929608087853287623'/><link rel='alternate' type='text/html' href='http://avrohit.blogspot.com/2011/03/read-tell-me-ur-dreams.html' title='Read &quot;TELL ME UR DREAMS&quot;'/><author><name>Unknown</name><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiVg3epehAs1zM3qZxQO5WcrVkGGLkxwtwgnY6tPhgzUZ7-J76UV1B_BftDeMYUtoeVS6k6wSKCdir07nk7_m5Kn07Ye59EiSVQRsOIbC5gUAmXlWL4brUdnnupzCibgSWIAozjNgde2uM/s72-c/1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>