generic cialis
Home » Archive

Articles in the Software Category

Day to Day, Google Chrome, Mozilla FireFox »

[10 Jul 2009 | No Comment | ]

Problem
I need to send a mate a link to an item on eBay after breaking his strimmer. The nice people at eBay have reworked their URL structure recently to improve SEO, so a link to a single item now looks something like this:
http://cgi.ebay.co.uk/Medium-duty-bump-head-for-Kawasaki-brushcutter-strimmer_W0QQitemZ190302614007QQcmdZViewItemQQptZUK_Home_Garden_GardenPowerTools_CA?hash=item2c4eeb71f7&_trksid=p3286.c0.m14&_trkparms=65:12|66:2|39:1|72:1686|293:1|294:50
..which is not exactly Twitter, Live Messenger or email friendly. Long URLs break often in email and instant messengers when they ‘wrap’ at the end of a line (like the above is doing).
Solution
Here’s the old style linking system that still works: http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&item=190302614007
So you can use that structure for a …

Adobe Premiere »

[17 Jun 2009 | No Comment | ]

Problem
A colleague was having trouble getting a DVD imported to Adobe Premier for some overlay edits etc and asked me to take a look.
Solution
VOB files are MPEG-2 files with a different coat on. Rename the .vob file to .mpg and it should work. This also works in Sony Vegas and probably other software. No idea how copy-protection on some disks might effect this?
That really WAS a quickfix and probably not worth posting. If you have any questions, thoughts or corrections please post a comment below.

Internet Explorer, Tools »

[24 Apr 2009 | No Comment | ]

Problem
While doing web development, I frequently need to insert lorem ipsum into a text field or textarea. To do this – bearing in mind that I don’t really like or use bookmarks, too messy – I tend to google “lorem ipsum”, hit lipsum.com, select/copy the block of text, and then return to my form field and paste it.
I wanted a quicker solution, and as I find myself using IE more and more to develop in now (thanks to the excellent ‘Developer Tools’ extension – never thought I’d say that!) my lorem …

Google Chrome »

[6 Jan 2009 | 4 Comments | ]

Problem
Yesterday I found out how to run Chrome in ‘Incognito Mode’ from a shortcut. However, now I have two identical ‘Chrome’ Icons in my Quicklaunch bar, and need a way to distinguish them.
Which ones the incognito link? New icon needed!
Problem
Solution
Make a modified Chrome icon! Here’s the one I made:
If you want THIS cheesy icon, click on the image to download it.
Using the Icon: Once you have another icon to use [or you have downloaded my one by clicking on the image above], here’s how to use it:

Save the .ico file …

Google Chrome »

[5 Jan 2009 | 5 Comments | ]

Problem
I use Google Chrome’s Incognito window mode regularly to view multiple Google Analytics accounts at the same time on one PC. It’s very useful – it means I don’t have to keep signing in and out of my primary google account – but what annoyed me each time was having to open chrome, then open a new ‘incognito’ window from there, which leaves the old ‘normal’ window open in the background.
Solution
Since Chrome came out of beta, the ‘−−incognito’ command line switch has been available.
So, to get this switch working with …