Posts

Smooth Javascript Image Zooming For Your Web Pages

Wow.. TOday i have found one new fancy Zoom in Effect for Thumbnail images. Its Plus point is it works in all most widly used browsers Firefox, safari and IE6-7 both. FancyZoom 1.1 http://www.cabel.name/2008/02/fancyzoom-10.html Javascript Image Magnification 2.5 http://www.c6software.com/Products/PopBox/Default.aspx

Block right click or disable keyboard on web pages

Hello frn'ds, Today i was searching some tricks about protecting web contents, during this i have found one interesting trick (i.e. html code) by which we can disabled the context menu in browser. This code not only block the right clicking in the browser , it also blocks the keyboard's key press events. body oncontextmenu="return false;" > Benefits of this code, 1. Can prevent View Source of your html page. 2. Can protect your page contents. 3. Can protect your web images and so on. click here to read more or know more

Drive are not opening in same window on double click in windows XP

If your Drives are opening in new window on double click, It might be possible that your folder setting can be changed: follow the steps given below to make sure folder settings: Open "My Computer". Go on Tools menu and open Folder Option. In General Tab, check "Open each folder in the same window". Click on OK to save setting and close the "Folder Option" window. if you still facing the problem then you need to follow these steps or refer this site : First Method: 1. Open Start >> Run and type regsvr32 /i shell32.dll 2. press ok 3. You will see a message DllRegisterServer and DllInstall in shell32.dll succeeded 4. that’s it Second Method: 1. Open Start >> Run and type regedit 2. Navigate to HKEY_CLASSES_ROOT/Directory/Shell 3. Double click the default key type none and press ok. 4. now navigate to HKEY_CLASSES_ROOT/Drive/Shell. 5. Double click the default key type none and press ok. Third Method: If you don’t want to play with the registry ,yo...

Problem and Solution: Dirves are opening "Open With" window?

Image
Hello all, If you all are facing problem during double click on your local drive and it show you “ Open with ”. Then I am sure it’s a virus attack. Generally these viruses speared by Yahoo messenger. Follow the steps given below to clean this virus and make your PC up to date: 1. First you need to fix this “Open With” window problem: Click here for Reference: Generally when a virus infects a windows system which causes a drive opening problem, it automatically creates a file named autorun.inf in the root directory of each drive. This autorun.inf file is a read only ,hidden and a system file and the folder option is also disabled by the virus . This is deliberately done by the virus in order to protect itself. autorun.inf initiates all the activities that the virus performs when you try to open any drive. You have to just delete this file and restart your system to correct this problem. Follow the set of commands below to show and delete the autorun.inf...

CSS Mouse Cursors and Custom Cursors

Image
<p style="color:red;"> <span style="cursor:crosshair;">crosshair cursor</span> <span style="cursor:wait;">wait cursor</span> <span style="cursor:help;">help cursor</span> </p> SS2.1 Cursor Styles auto The UA determines the cursor to display based on the current context. col-resize Indicates the item or column can be resized horizontally. crosshair A simple crosshair (e.g., short line segments resembling a "+" sign). default The platform-dependent default cursor. Often rendered as an arrow. help Help is available for the object under the cursor. Often rendered as a question mark or a balloon. move Indicates something is to be moved. not-allowed Indicates that the requested action will not be carried out. pointer The cursor is a pointer that indicates a link. row-resize Indicates the item or row can be resized vertically. text Indicates text that may be selected. Often rendered as an I-beam...

Internet Explorer Security Settings on a Web page.

Image
To help protect your security, Internet Explorer has restricted this site from showing certain content. Click here for options. Actuall y Microsoft Windows XP Service Pack 2 locks down the Local Machine zone in Internet Explorer to help protect your computer from malicious attacks. To work around this problem, you must force Internet Explorer to open your data access page by using the security settings of the Internet zone. You want to use the settings of the Internet zone instead of the settings of the Local Machine zone even when the data access page is opened on your computer by using the absolute path. To open the data access page by using the security settings of the Internet zone, you must add a " Mark of the Web " comment as a header in the HTML file for your data access page. To add a " Mark of the Web " comment, follow these steps: 1. Start Microsoft Windows Explorer. 2. Locate the HTML file that corresponds to your data access page. 3. Open the H...

Unable to Start Debugging on the Web Server

Image
Solution for the error: " Unable to start debugging on the web server. Debugging failed because integrated windows authentication is not enabled. Please see help for assistance. " Steps 1. Start --> Run --> inetmgr --> click on ok to open the iis window. Steps 2. websites --> Right click on it ---> choose " Properties " to open the web site properties window. Steps 3. select " Directory securities " --> click on edit button in "Anonymous access and authentican control". Steps 4. check the " Integrated windows authentication " check box in authenticated access. and click on OK buton to close the authentication Method window. Now you are ready to run your asp.net website with ASP.NET debugger .