<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8084461718188571471</id><updated>2012-02-16T10:36:08.027-08:00</updated><category term='How to LOCK a Folder without using any software in Windows XP'/><title type='text'>RituKamal Aggarwal</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://ritukamal.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8084461718188571471/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://ritukamal.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>RituKamal Aggarwal</name><uri>http://www.blogger.com/profile/13809998276377866683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>2</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8084461718188571471.post-1216110840159445840</id><published>2008-09-12T06:34:00.000-07:00</published><updated>2008-09-12T06:36:57.103-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='How to LOCK a Folder without using any software in Windows XP'/><title type='text'>How to LOCK a Folder without using any software in Windows XP</title><content type='html'>&lt;span style="font-weight: bold;"&gt;How to LOCK a Folder without using any software in Windows XP ...&lt;/span&gt;&lt;br /&gt;&lt;br /&gt; &lt;div class="postbody"&gt;*Copy the following codes (Marked in blue colour) :&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(0, 0, 255);"&gt;cls&lt;br /&gt;@ECHO OFF&lt;br /&gt;title Folder Locker&lt;br /&gt;if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK&lt;br /&gt;if NOT EXIST Locker goto MDLOCKER&lt;br /&gt;:CONFIRM&lt;br /&gt;echo Are you sure u want to Lock the folder(Y/N)&lt;br /&gt;set/p "cho=&gt;"&lt;br /&gt;if %cho%==Y goto LOCK&lt;br /&gt;if %cho%==y goto LOCK&lt;br /&gt;if %cho%==n goto END&lt;br /&gt;if %cho%==N goto END&lt;br /&gt;echo Invalid choice.&lt;br /&gt;goto CONFIRM&lt;br /&gt;:LOCK&lt;br /&gt;ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"&lt;br /&gt;attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"&lt;br /&gt;echo Folder locked&lt;br /&gt;goto End&lt;br /&gt;:UNLOCK&lt;br /&gt;echo Enter password to Unlock folder&lt;br /&gt;set/p "pass=&gt;"&lt;br /&gt;if NOT %pass%==type your password here goto FAIL&lt;br /&gt;attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"&lt;br /&gt;ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker&lt;br /&gt;echo Folder Unlocked successfully&lt;br /&gt;goto End&lt;br /&gt;:FAIL&lt;br /&gt;echo Invalid password&lt;br /&gt;goto end&lt;br /&gt;:MDLOCKER&lt;br /&gt;md Locker&lt;br /&gt;echo Locker created successfully&lt;br /&gt;goto End&lt;br /&gt;:End&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;* Now paste it in notepad.&lt;br /&gt;* Change the "type your password here" with your password (Marked as bold in the above posted matter).&lt;br /&gt;* Save it as batch file(with extension .bat).Any name will do.&lt;br /&gt;* Now you see a batch file. Double click it to create a folder locker.&lt;br /&gt;* A new folder named Locker would be formed at the same location.&lt;br /&gt;* Now brings all the files you want to hide in the locker folder.&lt;br /&gt;* Now double click the batch file to lock the folder namely Locker.&lt;br /&gt;* If you want to unlock your files,double click the batch file again and you would be prompted for password.Enter the password and enjoy access to the folder.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Regards &lt;/span&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;http://allfree-stuff.com&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8084461718188571471-1216110840159445840?l=ritukamal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ritukamal.blogspot.com/feeds/1216110840159445840/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8084461718188571471&amp;postID=1216110840159445840' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8084461718188571471/posts/default/1216110840159445840'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8084461718188571471/posts/default/1216110840159445840'/><link rel='alternate' type='text/html' href='http://ritukamal.blogspot.com/2008/09/how-to-lock-folder-without-using-any.html' title='How to LOCK a Folder without using any software in Windows XP'/><author><name>RituKamal Aggarwal</name><uri>http://www.blogger.com/profile/13809998276377866683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8084461718188571471.post-4675372091683581540</id><published>2007-01-04T20:55:00.000-08:00</published><updated>2007-06-21T21:04:40.705-07:00</updated><title type='text'>Ajax</title><content type='html'>&lt;span style="font-family:trebuchet ms;"&gt;Hi Developers, This is my first Blog and I want to tell you about AJAX used in Web Development, rather Dynamic Web Development. &lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;strong&gt;Ajax &lt;/strong&gt;stands for Asynchronous Javascript And XML, is combination of the HTML, CSS, JavaScript and XML where&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;ul&gt;&lt;li&gt;HTML + CSS for presenting information on webpage.&lt;/li&gt;&lt;li&gt;JavaScript for dynamically interacting with the information presented.&lt;/li&gt;&lt;li&gt;XML, XSLT and XMLHttpRequest object is used to manipulate data asynchronously with the WebServer.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Good live examples of website using Ajax are GMail, Google Maps etc.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/span&gt;&lt;p&gt;&lt;/p&gt;Normally when we develop dynamic website and request something from the webserver the complete webpage will posted back and refreshed. But with the use of Ajax only the portion/part of webpage, we want to refresh/reload will be retrived from the webserver.Using Ajax dynamic website becomes more fast.&lt;br /&gt;&lt;br /&gt;I implemented &lt;span style="FONT-WEIGHT: bold"&gt;AJAX in my Website which is developed using PHP/MySQL&lt;/span&gt; for Free Mobile Stuff (http://mobilestuff.orgfree.com) like SMS's, Ringtones and Wallpapers etc. You can use this website to send free of cost SMSs to Friends Email ID also. You can Download wallpapers, ringtones and sms s Free of Cost.&lt;br /&gt;&lt;br /&gt;&lt;span style="FONT-WEIGHT: bold"&gt;&lt;a href="http://mobilestuff.orgfree.com/smssearch.php"&gt;For Live Demo&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;You can Search through all the SMS's in the database using the following link :&lt;br /&gt;&lt;br /&gt;&lt;span style="FONT-WEIGHT: bold"&gt;http://mobilestuff.orgfree.com/smssearch.php&lt;/span&gt;.&lt;br /&gt;&lt;br /&gt;In this page Search Text box is using AJAX, as soon as you type in some text it will show you the list of SMS's containing that Text. You will notice that only sms display is refreshed and not the whole webpage.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;RituKamal Aggarwal&lt;br /&gt;&lt;a href="http://mobilestuff.orgfree.com"&gt;http://mobilestuff.orgfree.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://funstuff.orgfree.com"&gt;http://funstuff.orgfree.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://aggrk.orgfree.com"&gt;http://aggrk.orgfree.com&lt;/a&gt;&lt;br /&gt;&lt;a href="http://funtime.prohosts.org"&gt;http://funtime.prohosts.org&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-family:trebuchet ms;"&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8084461718188571471-4675372091683581540?l=ritukamal.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://ritukamal.blogspot.com/feeds/4675372091683581540/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=8084461718188571471&amp;postID=4675372091683581540' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8084461718188571471/posts/default/4675372091683581540'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8084461718188571471/posts/default/4675372091683581540'/><link rel='alternate' type='text/html' href='http://ritukamal.blogspot.com/2007/01/ajax.html' title='Ajax'/><author><name>RituKamal Aggarwal</name><uri>http://www.blogger.com/profile/13809998276377866683</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
