Archive for category Easy Tips

reCAPTCHA error

Today I had a few complaints from users not being able to download PDFs from one of the sites I manage. Users were not able to get beyond the registration page which kept hanging due to an error on reCAPTCHA.  The error caused the $rep->is_valid to return null. I am not sure if the problem [...]

No Comments

Changing your YouTube video thumbnail

Is it possible to change a YouTube  video thumbnail? The thumbnail is a still frame that represents your video. When you upload a video to YouTube, it generates 3 still images from the video to be used as thumbnails, interesting enough the default image appears to be the second still. You can use this tool [...]

1 Comment

Google Duplicate Content & Multiple Site Issues

Great tips on the use of Redirect 301 and rel=canonical among some other good stuff. Bookmark on Delicious Digg this post Recommend on Facebook Buzz it up Buzz it up Share on Orkut share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post Tell a friend Technorati Tags: crawl, [...]

, , , , , ,

No Comments

Open .eps files on GIMP for Windows

As usual this post is a self help note, but as it’s public I hope it helps someone else. If you want to open .eps or .ps files with GIMP on Windows you will need to install Ghostscript (download it from http://pages.cs.wisc.edu/~ghost/). After successful installation you will need to create an environment variable called GS_PROG [...]

, , , , , , ,

No Comments

Error 1062 – Duplicate entry ’2147483647′ for key 1

CRE Loaded was giving me the error  1062 – Duplicate entry ’2147483647′ for key 1 – when trying to add a new product. Cause: for some unexplained reason the auto_increment ID field on Table “products” has gone up to 2147483647 which is apparently the maximum number of rows permitted in an INT column. Fix: Go [...]

, , , ,

No Comments

LinkedIn Timeout at Login

I was having problem Login in to Linkedin.com from work (also was one of the company directors), I went through my whole network and firewall setup looking for any setting that could be blocking their site.  I was getting a “Connection Timed Out” error. The solution was also simple but still poses a question to [...]

, ,

3 Comments

Offline Blogging Tools

Offline Blogging Tools let you comfortably write and effortlessly publish new entries to your blog.  I personally like the easy to use Scribefire, a Firefox addon, but there are many others our there.  Here is a shortlist… Scribefire Platform: Windows, Mac, Linux This is an addon for Firefox so you need to be using Firefox [...]

, , , , , , , , , , , , ,

No Comments

Synergy – share mouse and keyboard cross platform

Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It’s intended for users with multiple computers on their desk since each system uses its own monitor(s).  Redirecting the mouse and keyboard is as simple as moving the mouse off [...]

, , , , , ,

No Comments

Gnomesu – Running Applications as Root on Linux

Sometimes (just sometimes) a Linux Desktop user needs to run a program eg: Nautilus as the root user which you can easily do with the commandline $sudo nautilus.  If you have the command line shell open why not do you file management throught it? Well it’s nice to have more options like a Desktop launcher [...]

, , , , ,

No Comments

Enable DVD & Multimedia support in Ubuntu Linux

Full DVD support on Linux is an old issue. It has to do with the Linux distros not being shipped with the w32codecs and the libdvdcss2, for legal reasons in some countries. The users must then download and install them by themselves with no clear guidance. Here are the simple steps for installing these libraries [...]

, , , ,

No Comments