Helpful Hints Find the best solution!

17Dec/110

Check PHP version of you hosting or a web-server

If you would like to know all the information about PHP version of the hosting you are using, make a file phpinfo.php with this code <?php phpinfo() ?> inside and then just upload to your web-server and run it!

Tagged as: , No Comments
14Nov/110

Disabling your Recent activity on Odnoklassniki.ru

Never wondered how to disable your recent activity on Odnoklassniki.ru? You won't actually find it in any settings on the site, which is really stupid.

Disabling is easy - just visit this link: http://www.odnoklassniki.ru/dk?st.cmd=userMain&st.layer.cmd=PopLayerConfigUserFeed and click disable. To enable your own feed just visit this link again.

22May/110

Angry Birds now on your Google Chrome

Great news - you can now play your favorite Angry Birds at work, at home or wherever you want with Google Chrome browser.

Just visit this link and install the application - totally free. You need Google Chrome of course.

Filed under: Web No Comments
18Mar/110

Playing Blu-ray movies with VLC media player from your HDD

Was pleasantly surprised that you don't need to install any of the heavyweight media players to cope with a Blu-ray movie on your PC or a laptop. Solution is much simpler and VLC does it's job.

Open VLC. In VLC media player go to Media → Open Folder... (or CTRL+F). Choose movie from your hard disk drive. If you have many audio tracks in your movie, you need to go to Tools → Preferences (CTRL+P) and in Audio tab choose your Preferred audio language.

Filed under: Windows Apps No Comments
26Feb/110

Wireless sharing of your Desktop PC internet connection

Problem: Ability to share Desktop PC internet connection to a laptop or your iphone/htc wirelessly.

Solution: First of all you need to purchase an USB Wireless Adaptor (since there is no wireless in a pc by default), in order to share your connection wirelessly (your laptop is a must have wireless already). I purchased it from eBay for 6$.
1.Open Network and Sharing Center
2.Under "Change your network settings" choose:
Set up a connection in Windows 7
3.Next choose → Set up a wireless ad hoc network
Set up a wireless ad hoc network in Windows 7
4.Give your network a name, a password (example on picture) and save this network
Set up a wireless ad hoc network in Windows 7

18Feb/110

Screenshots with Media Player Classic

Saving a screenshot page with Media Player ClassicProblem
Ever needed to make snapshots from a video clip? It can be done easily with Media Player Classic!

Solution
Open a video file in Media Player Classic and stop it!
Go to File → Save Thumbnails...
Choose Image width and the number of columns and rows within your picture with screenshots!
Click save.

5Feb/110

Windows 7 64-bit Skype 5.1 freeze-out

Problem
I have experienced a lot of shit with this new skype 5.1 and was wondering why is it so bad. It was working at most 3-4 minutes in video-mode then it froze. Then i found several solutions actually - only activating all of them helped me!

Solution

  1. Quit Skype
  2. Go to Control Panel → Sound → Speakers → Advanced! There uncheck "Give exclusive mode applications priority".
  3. Press Start and in search field type "%appdata% \Skype" find file shared.xml → Delete it!
  4. Press Start and this time type "%appdata% \Skype\YourSkypeName" (where yourskypename = your skype account name). Find file "config.xml" and "config.lck" → Delete both files.
  5. Reboot
21Sep/100

Controlling uTorrent remotely through web

Many of you probably are wondering how to download files from office, and when you get home your movies are ready to be watched. It is possible with uTorrent too!

Just go to Options → Preferences (or ctrl+p) → Web UI

Setting up uTorrent web remote control

To control uTorrent from the web use this url: http://yourip:port/gui. To determine what ip address you own you may visit: whatismyipaddress.com

Filed under: Web, Windows Apps No Comments
20Jun/100

Removing activation in Windows 7

Faced this problem few days ago, when one update ruined my Windows activation for some reason, and i needed to activate.

A very simple solution i have found on Youtube. Download this application: RemoveWAT (1,29mb) and just hit Remove WAT - it took me 20 seconds of HDD work, after that explorer restarted. Then you reboot, and wohoo no activation present at all.

Filed under: Windows No Comments
21May/100

Adding Favorites icon for your website

If you want to customize your visitors' experience, when visiting your website you would probably want to draw an icon. If so add this line inside <head></head> tags on every page of your website.

Add this line between head tags:
<link rel="shortcut icon" href="http://yoursite.com/favicon.ico" type="image/x-icon" />

For drawing a favicon i would probably recommend this site: Favicon.cc. Or use Adobe Photoshop.

If you would like to create your favicon.ico from the image the best solution would be: this solution.