January 29, 2015
December 30, 2014
Pen drive is not showing files but it has data inside it.
Problem : Pen drive has data but it is showing empty.
Solution : Sometimes data remain hidden so make sure files are not in hidden mode.
To show hidden files
Computer --> Organize --> Folder and search options --> view --> Show hidden files, folders and drives
Check your pen drive if still it is not displaying data then follow below steps :
Step 1: Click on "Start" --> "Run" or "win+r"--> Type "cmd" and press Enter.
Step 2:
Enter this command.
attrib -h -r -s /s /d g:\*.* --> Press Enter (where "G" or "g" is your drive letter or you can replace "g" with your pen drive letter in this command)

You can copy the above command --> Right-click in the Command Prompt and paste it.
Step 3: Now you can check your pen drive data.
Solution : Sometimes data remain hidden so make sure files are not in hidden mode.
To show hidden files
Computer --> Organize --> Folder and search options --> view --> Show hidden files, folders and drives
Check your pen drive if still it is not displaying data then follow below steps :
Step 1: Click on "Start" --> "Run" or "win+r"--> Type "cmd" and press Enter.
Step 2:
Enter this command.
attrib -h -r -s /s /d g:\*.* --> Press Enter (where "G" or "g" is your drive letter or you can replace "g" with your pen drive letter in this command)

You can copy the above command --> Right-click in the Command Prompt and paste it.
Step 3: Now you can check your pen drive data.
April 14, 2014
Play Candy Crush Saga Limitless for Free : How to get unlimited lives without paying a penny
Do you have to wait for a new life while playing Candy Crush Saga on Android or iOS?
if yes then now time is to know about the way to get unlimited Lives without waiting for hours to past.
I am giving you a way which is a loophole in Candy Crush Saga, definitely company is soon going to fix it, but it's working very good for me now.
I am playing this game continuously any time i want to play it, but previously i have to send request to my Facebook friends for Lives and to open new level, but after using this trick you will not wait for anyone's response.
Just follow the steps given below:
This trick is for Android and iOS Smartphones and Tablets, not for PC or Facebook App.
1. Go to Setting of your Smart phone or Tab.
2. Go to Date & Time.
3. Increase Time by two and a half hours.
4. Restart or Reload your Candy Crush Saga App.
5. Magic : you got all Five Lives Full.
enjoy the game fully.
February 26, 2014
Wamp Server BarPicturePicture Directive error that Could not able to load WampServer
Problem : The configuration file contains a syntax error on line 72: [EParseError] Could not load the file "barimage.bmp" specified in the directive "BarPicturePicture"
Solution : If you get this error it means that barimage.bmp file is missing from C:/wamp directory or you have accidentally moved this file in other folder.
So if you can make a search for this file and again move it to C:/wamp directory then its very good.
![]() |
| barimage inside C:/wamp directory |
So if you can make a search for this file and again move it to C:/wamp directory then its very good.
![]() |
| barimage.bmp (click on it to Download) |
If not able to search then download image file from here and put it in C:/wamp directory to resolve this error.
How to resolve the problem of WAMP sever not working or starting with skype installed systems
Problem : When i installed WAMP server on my system then i was not able to start it, means it was not getting green color on taskbar. Then i get to know that it is because of Skype which is already installed on my system. So i searched and successfully reached the solution which is below.
Solution :
If you are using Skype then open skype -> Tools -> Options -> Advanced -> Connection
Then unchecked the check box with option "Use port 80 and 443 as alternatives for incoming connections"
then restart WAMP then SKYPE.
then you'll be able to see wamp converting to green color
Left click on wamp server icon and click on localhost. then if you are able to get below screen on your default browser, it means you have reached to solution of your problem.
November 23, 2013
How to Disable Mouse Right Click on a Web page using JavaScript
Sometimes web page owners want to protect data such as Text and Images to be copied by others and sometimes it is about the link on the page that must be operate on same page by clicking mouse left button because of these reasons web page owners put a JavaScript code in their web pages to disable mouse Right click.
So if you want to perform same task then just copy paste below code inside your web page's <head> tag.
<script type="text/JavaScript">
var message="Right-click has been Disabled";
function clickIE() {
if (document.all) {(message);return false;}}
function clickNS(e) {
if(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{ document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS;}
else{ document.onmouseup=clickNS;
document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
</script>
When somebody will come to your web page and will click on page by mouse right button then a message will pop-up "Right Click has been Disabled".
Popular Posts
- Top 100 Free Proxy Sites – Free Proxy Servers List
- Error Project facet Java version 1.6 or 1.7 is not supported in eclipse
- Wamp Server BarPicturePicture Directive error that Could not able to load WampServer
- Error,account is locked,Warning you no longer connected to Oracle,Problem when connecting to HR account in Oracle database
- Error: Starting Tomcat v6.0 server at localhost has encountered a problem in eclipse
- Error! Problem in linking css file in jsp in Dynamic web Project with eclipse
- Oracle Database : System error 5 has occurred. Access is denied
- Error [solved] The superclass “javax.servlet.http.HttpServlet” was not found on the Java Build Path
- Error-JavaEE[Solved] : m2e Maven Dependency Plugin Install in Eclipse
- FormData.delete() and FormData.set() do not support Internet Explorer
Disclaimer
We shall not be liable for the improper or incomplete transmission of the information contained in this communication nor for any delay in its response or damage to your system. We do not guarantee that the integrity or security of this communication has been maintained or that this communication is free of viruses, interceptions or interferences. Anyone communicating with us by email accepts the risks involved and their consequences. We accept no liability for any damage caused by any virus transmitted by this site.









