Thursday, February 9, 2012

Hide and lock any drive(s) using regedit

You can hide any of drive(s) by just adding two keys in windows registry
goto start>run
Type regedit and press enter. This will bring you to the registry editor.To hide any drive you have to follow these 2 steps
STEP1: Hidding Drive
goto HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer now create a new DWORD value NoDrives and set its value as
2^(Alpha Number of Drive Letter-1)
where Alpha number are simple counting of alphabets from A to Z as 1 – 26
for example: to hide C drive
Alpha number of C is 3 so 2^(3-1) = 4 (decimal value)
If you want to hide more than one drive than calculate the value of each drive as explained and then set sum of those numbers as value
Step2: Prevent Access to the drive
Now as we have make our drive invisbble but it is still accesible so to lock the drive we will create another DWORD value at
HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer
create a new DWORD value NoViewOnDrive and set its value same as you have calculated for hidding the drive(s)
Now your drive is locked. If you want to unlock and unhidden the drive then just delete these two keys and your drive is again accessible. You can also create two .reg files one for hidding and locking and another one for unlocking and unhidding

Wednesday, February 8, 2012

30+ jQuery Plugins and Scripts for Web Designers

30+ jQuery Plugins and Scripts for Web Designers

please visit:

http://webdesignzo.com/jquery-plugins-scripts-web-designers/

Graphictivitis

Using image slideshow is a great technique to show your featured content or image gallery in a limited amount of space. With jQuery you can make dynamic and interactive effects for websites. jQuery is very popular because it is fast and concise JavaScript library simplifying different image handling, smooth animation etc with very little code. With jQuery you can enjoy new ways of web development.
Please visit:
http://www.graphictivitis.com/index.php/free-jquery-image-sliders/

XML driven free flash photo galleries and slideshows for static websites

XML driven free flash photo galleries and slideshows for static websites
Please visit :
http://xmlswf.com/

Monday, February 6, 2012

Build a Web Chat Application using ASP.Net 3.5, LINQ and AJAX (in C# 3.5)

Build a Silverlight Web Chatroom with Multiple Rooms

Build a Silverlight Web Chatroom with Multiple Rooms and Private Chat - Part 2




http://www.junnark.com/Blog/Detail/build-a-silverlight-web-chatroom-with-multiple-rooms-and-private-chat-part-2

How to make a fan page on Facebook?

1) Go to your profile (or your friends' profiles) and click the Info tab.
2) Scroll to the area where all the Pages are shown. Click on one. Any Page will work.
3) Now look to the upper right hand corner of the Page. You should see a link that says something like "Browse More ________." Click it.
4) This page shows the most popular Pages for that category. Now look to the upper right hand corner again. There's a tiny "About" link. Click it.
5) Now you're at the main About Page page. In the upper right hand corner is a silver rectangular button that says "+ Create a Facebook Page." Click that and you're on your way to making a Page.