Skip to main content

Posts

Disable right click

Recent posts

Check javascript is enable or disable

Hello there In our genreal practice of developing a webpage we use JAVASCRIPT. But do you know what will happen when in clients' browser javascript is disable and in your webpage you used it ?? Nothing will happen as per your expectation. It is good programming practice to check JAVASCRIPT is disabled or not . For example  <noscript>   <meta http-equiv = "refresh" content = "1;url=error.html" > </noscript>   This will redirect to an error page if script is disabled. Just replace error.html with the url of your error page. Or you also can do this   <noscript> <blink>Please enable javascript</blink> </noscript>    

Check cookie is enable or disable

Hello there In our genreal practice of developing a webpage we use COOKIE. But do you know what will happen when in clients' browser cookie is disable and in your webpage you used it ?? Nothing will happen as per your expectation. It is good programming practice to check cookie is disabled or not . For example  <script type="text/javascript">           var cookie_en = navigator.cookieEnabled;           alert(cookie_en);      //  this alert true or false , if cookie is enable it alerts true otherwise false                 if(cookie_en == 0)                     alert("You need to enable cookies for this site to load properly!");         </script>

Two Skype accounts on the same computer?

To use more than one Skype account on the same computer at the same time you need to start a new instance of Skype.  From the Windows taskbar, click Start > Run (or press the Windows and R keys on your keyboard at the same time) In the Run window, enter the following command (include the quotes) and press OK : "C:\Program Files\Skype\Phone\Skype.exe" /secondary If you get an error message, copy and paste the exact command from this page and try again. Be aware that if you have changed the installation path for Skype then you will need to enter the correct path for the Skype.exe file. If this solution fails, you can try another option:  Find the Skype executable file (Skype.exe) in: C:\Program Files\Skype\Phone\  Right click on it and select Send to > Desktop (create shortcut)   Locate the shortcut on the desktop, then right-click on it and select Properties   In the Target field, add: /secondary . The Target fi

Thumb.db files

Windows creates a file called Thumbs.db for folders that contain pictures. The Thumbs.db ( .DB ) file caches a thumbnail version of the pictures in the folder, making it quicker to view the thumbnail images each time the folder is opened. The Thumbs.db file is often viewable when the "Show Hidden Files" option is turned on in Windows. To activate this setting, first open a folder in Windows. Then choose Tools → Folder Options... . Click the "View" tab of the Folder Options window and check the option that says "Show hidden files and folders" as shown below. Click Apply in the lower-right corner of the window to apply the changes to the current folder. If you want to show hidden files in all folders, click the Apply to All Folders button near the top of the window. Then click OK to close the window. How to Remove the Thumbs.db File   You can delete the Thumbs.db file by simply dragging it to the Recycle Bin. How

Use of meta tags

Metatags and Their Uses A brief description of each of the basic meta tags followed by an example: Title   The title of the web page is perhaps the most important of all meta tags <title>Clickfire - Viewpoints, Tools, and Content for Webmasters</title> Keywords    Keywords should be separated by commas, with the more important words listed first. Note: Inktomi (acquired by Yahoo!) was said to be the only major search engine that using the keywords meta tag to index sites. <meta name="keywords" content="free, webmaster, resources, articles, tools, tutorials, reviews, graphics, scripts, download, CIW, freeware"> Description   <meta name="description" content="Clickfire empowers webmasters by offering free resources like graphics, articles, news, reviews, freeware, tutorials, scripts, wallpaper, backgrounds, Metty meta tag maker, icons, CIW

Full form of some words

In our routine life we use some common words , but we dont know the full form of that word. The following are some of them The most common words     lol : lots of laughter   or    laughing out loudly    O.K . is the original term, which stands for "oll korrect", a sarcastic spelling of "all correct". Comes all the way to use from the 1800s. 1) JPEG or JPG : Joint Photographic Experts Group (graphics file compression standard) 2) MPEG : Moving Picture Experts Group (defines compression standards) 3) GIF : Graphic Interchange Format 4) PNG : Portable Network Graphics (Comparatively better then JPEG and support binary transparency and alpha channel transparency) 5) PDF : Portable Document Format 6) DVD : Digital Versatile Disk 7) CD  : Compact disc 8) VCD : Video compact disc 9) ATM : Automated Teller Machine 10) TRP : Television Rating Point