timwise.co.uk timwise.co.uk

timwise.co.uk

Timwise - Tim Abell's site

Welcome to timwise.co.uk. This site belongs to Tim Abell, a software developer and open source convert in the UK.

http://timwise.co.uk/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR TIMWISE.CO.UK

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

August

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Wednesday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.4 out of 5 with 10 reviews
5 star
7
4 star
0
3 star
3
2 star
0
1 star
0

Hey there! Start your review of timwise.co.uk

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.7 seconds

CONTACTS AT TIMWISE.CO.UK

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Timwise - Tim Abell's site | timwise.co.uk Reviews
<META>
DESCRIPTION
Welcome to timwise.co.uk. This site belongs to Tim Abell, a software developer and open source convert in the UK.
<META>
KEYWORDS
1 online presence
2 blogger
3 wiki
4 twitter
5 flickr
6 lastfm
7 facebook
8 linkedin
9 slashdot
10 github
CONTENT
Page content here
KEYWORDS ON
PAGE
online presence,blogger,wiki,twitter,flickr,lastfm,facebook,linkedin,slashdot,github,launchpad,openstreetmap,stackoverflow,downloads,download list,contact me,tim@timwise co uk,hosted on,amazon s3,tim abell
SERVER
AmazonS3
CONTENT-TYPE
iso-8859-1
GOOGLE PREVIEW

Timwise - Tim Abell's site | timwise.co.uk Reviews

https://timwise.co.uk

Welcome to timwise.co.uk. This site belongs to Tim Abell, a software developer and open source convert in the UK.

LINKS TO THIS WEBSITE

davidmburke.com davidmburke.com

Mail Merge in Libreoffice – Technology Against You

http://davidmburke.com/2011/08/10/mail-merge-in-libreoffice

David Burke's blog. Mail Merge in Libreoffice. Is a bug report I submitted about unclear documentation. A less developer oriented post today. I find there to be an incredible lack of tutorials on how to mail merge in LibreOffice. So I made my own. How to Mail Merge with LibreOffice. This tutorial assumes you have an xls or ods file with data you want to merge to a document. Step 0 if using Ubuntu – Ubuntu doesn’t include the full LibreOffice suite by default (see bug report. It includes a minimal version...

timwise.blogspot.com timwise.blogspot.com

Tim Abell's blog: March 2014

http://timwise.blogspot.com/2014_03_01_archive.html

Why publish open source when you are commercial? Why open source your commercial projects? Forces you to decouple them from other internal systems. Encourages thinking in terms of reusable modules, which is better for internal reuse just as much as public reuse. Possibility of contributions to systems useful to your business by others. Easier reuse within your organisation (the public internet is a better search and sharing system than any internal systems). Worried about the brand? Of course I'm not say...

timwise.blogspot.com timwise.blogspot.com

Tim Abell's blog: Why publish open source when you are commercial?

http://timwise.blogspot.com/2014/03/why-publish-open-source-when-you-are.html

Why publish open source when you are commercial? Why open source your commercial projects? Forces you to decouple them from other internal systems. Encourages thinking in terms of reusable modules, which is better for internal reuse just as much as public reuse. Possibility of contributions to systems useful to your business by others. Easier reuse within your organisation (the public internet is a better search and sharing system than any internal systems). Worried about the brand? Of course I'm not say...

timwise.blogspot.com timwise.blogspot.com

Tim Abell's blog: May 2013

http://timwise.blogspot.com/2013_05_01_archive.html

Unfinished hyperlinks - add a todo. Just a quick post;. I'd like to promote a change to the habit of using '#' as the placeholder for a the url of a new hyperlink when you don't yet know where it'll link to: instead set the href to "#todo". This follows the / todo pattern recognised for unfinished code, and means you can now search your codebase for any links you forgot to finish off. A href="#" new link /a. Give all these links an alert with the following (cheers to unknown in the comments). PS This goe...

timwise.blogspot.com timwise.blogspot.com

Tim Abell's blog: Converting kml to gpx with python

http://timwise.blogspot.com/2014/02/converting-kml-to-gpx-with-python.html

Converting kml to gpx with python. Today I wanted to geo-code some of my photos. I have an SLR digital camera (no gps of course), and an android phone. I recorded a track with My Tracks. From google on the phone. (Not entirely recommended but works). I then fired up digikam to run the geo-correlation and add lat-long to the exif of the files only to discover digikam doesn't know how to read kml. When 2014-01-25T18:00:13.955Z /when. Gx:coord -1.885348 50.769434 /gx:coord. This can be run as follows:.

timwise.blogspot.com timwise.blogspot.com

Tim Abell's blog: April 2013

http://timwise.blogspot.com/2013_04_01_archive.html

Java checked and runtime exceptions and how to transition. As primarily a C# programmer I've never been sold on checked exceptions, mostly seeing them as an unnecessary nuisance forcing programmers to introduce reams of boilerplate. Blocks into their consuming code to propagate these exceptions up the stack. Whilst coding on https:/ github.com/timabell/FreeTTS. I was forced to deal with this personal demon. When calling a relevant method. When I've been in control of the API I've been tempted to always t...

timwise.blogspot.com timwise.blogspot.com

Tim Abell's blog: December 2012

http://timwise.blogspot.com/2012_12_01_archive.html

Subversion to git - the pain retold. I've spent a week reminding myself why svn sucks. I've been using the freetts. Library for speech synth in the communication book. After a couple of aborted attempts I was reminded how the loosely defined structure of a svn repository and the over-generalization of tags and branches allows for a complete mess, which then is a pain to import cleanly. Terrible "feature", if you're using this feature then you're doing source control wrong. On the plus side, it is fantast...

timwise.blogspot.com timwise.blogspot.com

Tim Abell's blog: February 2014

http://timwise.blogspot.com/2014_02_01_archive.html

Bash command line editing cheat sheet. Https:/ www.gnu.org/software/bash/manual/bashref.html#Readline-Interaction. Delete to start/end of word. Undo (i.e. ctrl-underscore). Paste (yank) deleted text. Paste older deleted text instead. Prefix with alt digit. 0-9) to do multiple, e.g. delete two words. Just a few notes I threw together for my own benefit. I finally got around to learning a bit more about editing commands on the Linux shell / terminal. Converting kml to gpx with python. Can open the new styl...

timwise.blogspot.com timwise.blogspot.com

Tim Abell's blog: LibreOffice mail merge - "data source 'SOURCE' was not found"

http://timwise.blogspot.com/2015/01/libreoffice-mail-merge-data-source.html

LibreOffice mail merge - "data source 'SOURCE' was not found". So another year on, LibreOffice 4.2.7.2 (via Linux Mint 17.1) still has a dog's breakfast of a mail merge feature, hey ho, hopefully it might actually get fixed following the fork from OpenOffice and the change in contribution methods. So I've moved machines, copied my files across and for some reason my mail merge has soiled itself and now bleats "data source 'SOURCE' was not found". Well you have to change them all to just be sure. Sigh.

timwise.blogspot.com timwise.blogspot.com

Tim Abell's blog: May 2014

http://timwise.blogspot.com/2014_05_01_archive.html

Throw vs throw ex vs wrap and throw in c-sharp. I've come across the throw vs throw ex 'debate' a few times, even as an interview question, and it's always bugged me because it's never something I've worried about in my own c# code. So here's a typical example of the throw vs throw ex thing: https:/ stackoverflow.com/questions/730250/is-there-a-difference-between-throw-and-throw-ex. I've just figured out why. Because in my own code, whenever I catch and re-throw I always. DivByZero(); / line 43. Obviousl...

UPGRADE TO PREMIUM TO VIEW 10 MORE

TOTAL LINKS TO THIS WEBSITE

20

SOCIAL ENGAGEMENT



OTHER SITES

timwirth.com timwirth.com

Tim Wirth - TIMWIRTH.COM

In late 2008, Tim Wirth began organizing his studio practice around building square paintings that function as three-dimensional objects. Although they have an intended front display and are framed to hang on a wall, the backsides also feature a painted image consisting of date, location, title, and signature. Wirth’s unique craftsmanship and approach has attracted collectors from across the United States, UK, and elsewhere. What kind of subject matter do you paint?

timwis.com timwis.com

Tim Wisniewski

Tim Wisniewski is the Chief Data Officer for the City of Philadelphia, where he works with City departments to enhance open government and civic engagement by publishing government data online. Previously, Tim served as the Director of Civic Technology, where he managed projects that connect citizens to government, like the Philly311 Mobile App. Before joining the Administration in January 2012, Tim was the Executive Director of the Frankford Special Services District. A civic association in Kensington.

timwise.blogspot.com timwise.blogspot.com

Tim Abell's blog

100 reasons I hate ssrs. A slightly tongue-in cheek hit-list of nasty things and vague hand-waving opinions on what makes microsoft's sql server reporting services (ssrs) such a pig to work with. I make no apologies for the colourful language, it's a representation of the emotional side of having to use this heap of crap. Http:/ www.allenkinsel.com/archive/2013/01/adventures-in-ssrs. Doesn't bind to a port like a normal fukcing service. Http server api (aka http.sys). Netsh http show urlacl`. Even though...

timwise.co.uk timwise.co.uk

Timwise - Tim Abell's site

Welcome to timwise.co.uk. This site belongs to Tim Abell, a software developer and open source convert in the UK.

timwise.com.au timwise.com.au

Speaker | Coach | Mentor - Tim Wise - TimWise.com.au

Subscribe to Tim Wise. Receive 3 free information packed videos on how to be healthier, wealthier and wiser. Do you sometimes feel you are getting your business advice from people who have never started or run a successful business? Business coaching has become a multimillion-dollar business with relatively low barriers to entry. Do you find health and wellness a confusing mine field? What does success mean? For some its making a million dollars a year and for others it’s connecting with their family.

timwise.org timwise.org

Tim Wise

Books & DVDs. BlackLivesMatter, Bernie Sanders and the Problem With (Some) White Progressives. August 12, 2015. Amid tension between white progressive supporters of Bernie Sanders’ presidential campaign and activists from #BlackLivesMatter — the latter of whom have disrupted two of his presentations to highlight racial injustices they feel are often given short shrift by the former — many commentators have weighed in on the simmering beef. So feel free to take a read if you’re interested. In a culture wh...

timwisejr.com timwisejr.com

Hover

This user has not enabled any redirections. Hover lets you easily create simple ways to access your digital life.

timwisemagic.com timwisemagic.com

Tim Wise MAGIC - Home

LIKE US ON FACEBOOK! Who is Tim Wise. THE BIG WHOOPER SNAPPER! The Classic is Back! 2500 plus $6.00 S&H • USA only via USPS. Send order to: snapper@timwisemagic.com. Lil Whipper Snappers are packaged in 5 and 10 packs. 5 pack is $15.00 and 10 pack is $25.00 Shipping is $5.00. Bulk snappers are available in 50 and 100 pack (you assemble and save big). Email for quote: snapper@timwisemagic.com.

timwiseman.com timwiseman.com

Tim Wiseman | Visual Communicator, User Experience, Information Architect, Art Director, Strategist

Visual Communicator, User Experience, Information Architect, Art Director, Strategist.