Wednesday, 16 October 2013

Watch full live cricket match on Stars Sports without subscription

Hi frirends,
                 Have you seen today's match? What a match! We won by 9 wickets. You will have watched the match on Stars Sports. If you are watching match online then Stars Sports provides only 10 minutes and after 10 minutes, it will be asking for subscription. Don't worry. I'll tell you, how can you watch full live match on Stars Sports online? Follow these simple steps.

Step:1 When you open first time Stars Sports on your browser, it will give 10 minutes to watch the match. After 10 minutes the live streaming will be stopped.




Step:2 Go to your browser history and clear the browsing data. For Chrome press CTRL+H and it will redirect you to history tab. After that, open Stars Sports in new tab and it will again provide you 10 minutes to watch the match.




Step:3 Now go to your computer's Date and Time Settings... and change time by decreasing 59 minutes. The values of the minutes should not be exceed 59. It should be between 1-59. And as soon as you decrease your computer's time, the given time will increases. In my case, I have decreased my clock's time by 40 minutes.



Step:4 As soon as you click on OK and go to your browser's live streaming page, what do you see? Time is increasing by 40 minutes. Congratulations. :D 




Next time, when the "Time" is gonna be over, again decrease the time of clock and watch full match online without subscription.

Enjoy :)




Keep your sensitive data locked without using folder lock

Hi friends,
               Today I'm going to tell you "How to keep your data locked?" without using any type of folder lock. I know, we all have our important data like pictures, movies, documents and other files and you want to keep them secure. You don't want to access your data by the other person. Ok, lets start. You all are using a software named WIN RAR. We'll use this software to lock our data. By using this you will not have installed additional software because i think there would not be any computer without using WINRAR. If you havn't WINRAR, download here.

WIN RAR

Now install WINRAR and follow the steps that are given below.

Step:1 Right Click on the folder that you want to lock. If you have installed WINRAR then you will see the following options. Click on Add to archive...




Step:2 When you will click on the specified option, a dialogue box will open like this. If you want to change the name just edit the selected area and then click on Set Password... button.




Step:3 Another dialogue box will open. Write your desired password in the field and then click on OK button.




Congratulations. You have done. It take some seconds.




Step:4 You can see the WINRAR file that contain your sensitive data and locked with password. Delete the original folder but be careful and check the created file is not corrupted and working properly.




Great, your sensitive data is now protected. To open your folder, click on the new create flie and put the password that you had entered at the time of asking password

Enjoy :)

Tuesday, 15 October 2013

How to prevent users to use your Task Manager

Hi friends,
               How are you all. I guess, you all are ok. Today I'm here with a new trick that can be very useful. You all are familiar with Windows Task Manager or you can say System Monitor application that provides limited information about computer performance and running applications, processes and CPU usage, mamory information, network activity and statistics, logged-in users and system services. Using this you can easily stop any service, application that is currently running on your computer. So, it should not be accessed by the another person who is using your computer. To open Windows Task Manager you have to right click on windows taskbar and select Start Task Manager.




If your computer gets hang,you can directly open Task Manage by pressing  CTRL+ALT+DELET button on your keyboard. It is shortcut key of Task Manager. It look something like this.




How do you stop users from using the your Task Manager. There are lots of tricks on the internet but that are not so useful. Why? Suppose you have disable your Task manager using Registry then you can't access your task manager too. That trick i'm telling you is more simple compare to 'em. It allows you whenever you need.

The unknown users can't access your Task Manager unaware they have seen my blog. :D

To do this, follow the steps,
Step:1 Open Task Manager. Select Networking tab.




Step:2 Click on the border side of the Task Manager. You will have to click on the Red line area that is shown in the picture. If you don't click on the line it will not work. After clicking on that area, only networking information will be showing and other tabs will disappear. 




You have done. Next time when you open the Task Manager it will open without other tab and only show information about Networking. Other person can't use your Task Manager for stoping any service or for other work. 

If you want to use your Task Manager, then you have to click again on the Red line and all tabs will appear.




Enjoy :)





Tuesday, 1 October 2013

How to create progress bar using css

Hi friends,
               Today i'll tell you about some programming stuff. If you have the knowledge of CSS and HTML you can easily implement this progress bar and can use according to your need. In my tutorial i have implement the progress bar using css only. But how, let's begin.

You all know about div tag. Create a div with any class name. Here my class name is prog.




Now write css code inside the style tag.




In the above CSS code i have mentioned animation named move, so we have to also write the code for move. move animation is call by three different browser engine -webkit-, -moz-, -o-. This is because the different browsers support different browser engine. -webkit- browser engine is used for Chrome, Safari , -moz- for Mozila and -o- is used for Opera browser. So if you run your page different browsers, it should be work properly.

Now write the code for animation move.



Great. Your work is completed. Now save the file with the extension of .html and run the program. The progress bar will be look like.



You can easily modify this progress bar according to your need. For example i have change the height from 4px to 30px and color #fff


Demo

Progress Bar1




Progress Bar2






Take the mouse over the progress bar and you will see the progress bar.

To download the source code follow the link.




Enjoy :)