Codeistry

Archive for the ‘Technical’ Category

Choosing syntax highlighting colours for the draw spaces Gedit plugin

Monday, May 4th, 2009

I’ve recently upgraded to Ubuntu Jaunty – and therefore Gedit 2.26.1 – and I couldn’t figure out how to change the color of spaces shown by the ‘Draw Spaces’ plugin. This used to be set in the plugin configuration, but you now do it in the syntax highlighting theme – but how? What do you need to add?

The closest that I got googling was this: https://bugs.launchpad.net/ubuntu/+source/gedit-plugins/+bug/348500 – which almost tells you but misses out the crucial bit of info.

So, I asked the fine folks in the #gedit room on irc.gnome.org and they enlightened me; you need to add this to your syntax theme file:

<style name="draw-spaces" foreground="tinted_grey"/>

Where tinted_gray is one of your theme’s colours. I would put it at the top somewhere, with the rest of the global stuff. You can look in the cobalt.xml file in /usr/share/gtksourceview-2.0/styles for an example of a theme which does this. I thought I’d put this here so anyone else who get’s stuck trying to change this has a better chance of Googling an answer.

Download a modified version of the Gedit Twilight Theme, with this tweak added. To install, put the file into your ~/.gnome2/gedit/styles/ folder and restart Gedit. Then just select the Twilight theme in Preferences.

MySQL Workbench 5.1.10 beta

Friday, April 10th, 2009

The new MySQL Workbench is now in beta and is looking very good:

MySQL Workbench 5.1.10 showing a MODx 0.9.6.3 databaseYou can import create scripts (mysqldumps), build diagrams yourself, with full drag and drop etc, and export create scripts. You can also annotate with text and images and export the diagrams as SVG, PDF, PNG etc… Here’s the PDF for the MODx 0.9.6.3 diagram shown, along with the MWB (workbench) file. That diagram is just an imported mysqldump of a MODx DB – all I did was click the auto-arrange button.

It’s available for Linux (32 & 64 bit), Mac and Windows. I’ve been playing with the 64bit version in Ubuntu and it seems to work great! More info on their blog, or get it here: http://dev.mysql.com/downloads/workbench/5.1.html

gcalc: a command line version of Google Calculator

Friday, April 10th, 2009

Here’s a command line version of Google Calculator:gcalc command line tool in use

Download gcalc here: http://www.codeistry.com/assets/files/gcalc.zip

Using Google Calculator in firefox's search box.It’s a little python script that talks to Google, using it’s calculator syntax. You’ll get the same answers if you type the queries into google

To use the script, just download the zip file, extract the file inside and put it somewhere on your path; I’ve started putting these kind of things in ~/bin. I originally found the script here (http://vrai.net/page.php?block=scripts) but it didn’t work too well, so I fixed it up. I’ve tested it on Linux, but it should work anywhere Python is installed.

If you’re using that script on Linux, then chmod +x gcalc it to allow it to be executed. If you’re using Windows, you might have to add ‘.py’ to the end of the filename. Then the syntax is very simple:

gcalc “1 hour 5 minutes in seconds”
1 hour 5 minutes = 3900 seconds

gcalc “100 + 2 * 5″
100 + (2 * 5) = 110

gcalc “41000 yen in british pounds”
41,000 Japanese yen = 277.129372 British pounds

Here are complete instructions on the syntax that Google Calculator supports.

Also, in the screenshot above I’m using Fish, the Friendly Interactive SHell because it does nice syntax highlighting, amongst many other cool things. Fish is here, if you want it.

Have fun!

9 Steps to Improve your small business website

Thursday, March 26th, 2009

As a web designer & developer, I see a lot of websites, many of them belonging to small businesses. I’m also an independent, running my own business – my website is my shop window, so this subject is close to my wallet heart. There are some common things missing in a lot of the websites that I look at, things that would really improve the website and make it work harder for its owner. Fortunately, most of the missing bits are fairly easy to add.

This list is intended to make you think about your own website and give you practical, actionable steps that you can take right now to improve things. None of these things are difficult and most of them can easily be done in an hour or two. Print this off, mark the ones that you think you need to work on, and tick off one a week.

See the 9 Steps to Improve your small business website article for the steps!

Pasting from Microsoft Word into Wordpress or MODx

Monday, February 16th, 2009

I’ve put a new article up in the Codeistry Help section which covers troubleshooting and fixing issues you get copying & pasting code into Wordpress, MODx or other web based systems from Microsoft Word. Just in case anyone else gets caught out by this, here’s the deal:

When you copy & paste from Microsoft Word, into web-based systems like Wordpress or MODx, MS Word tries to bring it’s internal formatting along for the ride. All text in MS Word is styled in some way – fonts, font sizes, alignment, etc… so when you copy & paste it into your CMS, blog or whatever, this formatting comes along too, like an invisible hitch-hiker… See the article for the rest!

Codeistry blog is proudly powered by WordPress Entries (RSS) and Comments (RSS).