Every once in a while, while it doesn’t happen much, a piece of software breaks our browser. (OK.. It happens more than less for many people). Here’s the solution: 1. In the address bar, type about:config 2. You will receive a warning about modifying these setting could cause issues. Just accept it. 3.You will see…
Tag: solved
How Content Distribution Networks(CDN) Work and How they Benefit You
Content Distribution Networks (CDNs) are simply a network of servers located all over the world that will distribute your content faster, more reliably, and provide redundancy to your website or webhost. There are many benefits to having a CDN. The most important one is the ability to lower your server load and provide the customer…
When your Windows Install is completely broken [solution]
It happens to all of us at one time or another. Our Windows installation or PC starts giving us errors for no apparent reason. Things break, applications don’t work, We go to uninstall a program and the uninstaller is completely broken. The problem is it leaves a huge mess in your registry, filesystem, as well…
How to Make Your WordPress Blog Available in 43 Languages [Solved]
Some of you may have noticed that recently, this blog has a translate option to other languages. It’s really quite simple. Here’s how to do it. Your WordPress Blog should have a text widget. Simply, insert the following code into it and put the widget in your sidebar. <div id=”google_translate_element”></div><script> function googleTranslateElementInit() { new…
Fixing Google’s messy index causing 404s due to a “?” in my urls.
As of late, I noticed a problem that just appeared and it wouldn’t go away. It just started showing up and causing tons of 404s on my site. Now that’s not good. The problem was simply the following: I would have a link on my site. Let’s say the real URL is: http://swimminginthought.com/estore For some…
Rewriting URLs using Apache and WordPress – Natural Partners
This post discusses how using .htaccess on Apache will actually help you avoid many 404s and also support multiple permalink structures in the process. .htaccess is very finicky and that in there lies the problem, but with this article, you should be able to solve a few problems (and even do some extreme customization). My…
Running Asterisk or SIP or anything else like that? Here’s the new 411 number you should be using [Solved]
I don’t know about you, but when I set up a PBX, I always set to a 411 service that’s free. It’s a lot cheaper than using the 411 service from your provider. I also program it into my mobile phones as well. I used to use Google’s free 411 search. 800-Goog-411 They discontinued it…
Encoding Video Files for Free While Leveraging the Newest Tech including GPUs.
I encode plenty of files. The files include family photos to files for work presentations and of course, web work. Leveraging a GPU (Graphics Card) can significantly decrease decode time. The only problem is that all of the GPU assisted applications cost money! or do they? Well.. I use two applications exclusively. One is free,…
Who Said you needed IIS to Stream Windows Media on Apache [Solved]
So you’ve got tons of windows media files and you need to stream them. The only problem is IIS has tons of overhead and the update headaches of Patches is getting old. So… here’s a quick and easy solution. Once again, I’m going to assume you’re running Centos or Redhat. This applies to any Apache…
Windows 7 Backup and the realities. A Real World Experience.
I run Windows as my main OS, but I run it on Mac Hardware. Why? Do you ask? The answer is simple. Apple / Mac Hardware is superior to everything else out there. Where can you get Desktop Performance on a Laptop without worrying about anything else? Yes, I can buy a Lamborghini laptop,…