Tips and tricks

Watch Live TV channels streams with VLC media player

If you’re wondering how to watch live TV using VLC, here is a useful list. It’s a short list as you’ll see, but as you probably already know, is hard to find a lot of live TV channels streams, all working. Some of these streams are buffering like MTV’s streams or Fox News and Discovery [...]

Tips and tricks

40+ Usefull Keyboard Shortcuts Google Reader

I am a frequent feeds reader and because I am using Google reader to do this I thought you may find these Google reader shortcuts useful too. Hint: speaking of devil (aka Google) you might find some very interesting articles for reading clicking on Recommended items button. I particularly like the funny articles and of [...]

Tips and tricks

How to get rid of “just in time debugging” (II)

I am writing this article as an update to an old post in which one I offered some help in removing “just-in time debugging” pop-up message. It seems that the old method doesn’t help to much, despite the fact that for me was working just perfect.
1. The registry method:
Open up the registry window by clicking [...]

How to, Tips and tricks

Javascript: onsubmit skipped

I did a small form for a payment gateway and needed onsubmit method, so I wrote one and test it. Tests failed in FF but worked in IE, no errors, nothing, only one thing: onsubmit method was skipped by JS Engine in FF.
My original code:
<form action="some_link" onsubmit="some_method()">
</form>
Error? Yeah, a return in front of some_method!
<form action="some_link" [...]

Tips and tricks

Access a network website using VirtualBox

This article is also a reminder for me. If you are wondering how to access a website hosted by your local network using Internet Explorer or Firefox, or any other web browser it doesn’t really matter which one, you’ll have to use the IP address like in the following example:
instead of using:
e.g. http://computername.local/networkwebsite/index.html
use the station [...]

Tips and tricks

Serve static content from a cookieless domain

These days I found Page Speed plugin and since I’m a site-speed freak I said to give it a try.
On my tests I used FF with page speed, firebug plugins.
Page Speed plugin has a tab that shows you what steps needs to be done to speed up your page. I won’t explain again each step [...]

How to, Tips and tricks

Find and Replace code using Wild cards in Dreamweaver

Let’s say, you are in a common situation when you have to search and replace some links in hundred or even thousand of web pages. You are using Dreamweaver. In CodA (Mac) there is a simple command, to use wild cards, at an one click distance, but in Dreamweaver? Oh, well, since you can’t get [...]

Tips and tricks

How to protect your privacy against WHOIS

You will be telling me that I have a dirty mind after you’ll be reading this article. But let’s say that I’ve just found a different approach when is coming to the sensible part named money. In fact this little dirty trick will save some money from your pocket, yearly.
Instead of paying for protecting your [...]

Tips and tricks

How to burn files larger than 2GB using Nero

To burn a data DVD with a file that is 2 GB in size or larger you must use the DVD (UDF) format and not the default DVD (ISO) which is regularly used for creating a data DVD in Nero Burning ROM.
You will receive a message telling you that you have to use a [...]

Tips and tricks

How to clear the Google search history

I have been trying for a couple of times to get cleared the Google Search History using the following path: Tools and after Clear Private Data. Unfortunately my web searches hasn’t been deleted.
Finally I’ve got the solution, which is solution is actually a easy one: go to Google Toolbar search box and click on the [...]

How to, Tips and tricks