Archive for the ‘Development’ Category

Share
Monday, February 6th, 2012 at 00:23 | 0 comments
Categories: Development, Fun, Geek
Tags:

I bet any of us one time or another thought about going freelance. Here’s an interesting article from Greg Jorgensen presenting Tips for successful freelancing. Thanks Greg!

Share
Sunday, January 22nd, 2012 at 22:41 | 0 comments
Categories: Development

It’s easy to talk about clever ideas, but it takes genius to present them easily and powerfully – and those guys managed to do it both in this node.js basic concepts presentations. It changed my thinking about callbacks – the concept I loathed at the first sight. I’m going to give node.js a go, seems [...]

Share
Monday, January 9th, 2012 at 06:47 | 3 comments

When designing a solution usually we need to show some slick and simple pictures showing user interface we plan to implement. This seems to be the only language both developers and customers seem to understand. Or maybe let me rephrase it to be more specific – screenshot has the highest likelihood that its interpretation by [...]

Share
Friday, July 22nd, 2011 at 04:46 | 0 comments

Good, great and beyond Nearly a hundred years ago Konstantin Eduardovich Tsiolkovsky said his famous words “The Earth is the cradle of mankind, but one cannot stay in the cradle for ever”. It’s easy to get carried away by such statement to think about the final frontier for human race. Imagine all the worlds that [...]

Share
Monday, March 21st, 2011 at 17:31 | 0 comments
Categories: Agile, Development, Geek

I’m currently preparing to become “a lawful wedded husband”, which involves buying tons of stuff. I was comparing various offers and one pattern emerged: if a thing X is renamed to “Wedding X” it automatically becomes at least two times as expensive. See for yourself: wedding photography costs 295-1500 GBP while corporate event photography 75-180 [...]

Share
Thursday, February 17th, 2011 at 01:47 | 0 comments

Today I have encountered an issue while I was uploading new version of my extension to chrome webstore: “An error occurred: Cannot parse message.json file from uploaded package.” I wasn’t expecting that since the extension was working locally without a problem. Also the error message says about message.json which was not a part of my [...]

Share
Friday, February 11th, 2011 at 17:40 | 0 comments
Categories: Chrome, Development

Google is making constant changes to their APIs and they seem to roll the alpha/beta versions for us to test. Which should be fine unless you expect your webpage to be stable and working all the time. One of the issues in current version of Google APIs is problem of missing markers when you try [...]

Share
Monday, February 7th, 2011 at 12:15 | 0 comments
Categories: Development, JavaScript

My chrome extension just got two new features: Show in Wikipedia Show in Wiktionary They do basically that they say on a tin. The language of both wiki sites is determined by Google’s translate language detection function. It’s not always accurate, but it’s best I can get at the moment. I encourage you to install [...]

Share
Sunday, February 6th, 2011 at 22:01 | 0 comments

Yesterday new version of “Translate and Speak!” (previously TranslateMe) Chrome Extension has been released and it’s now ready to download on Chrome Webstore. New features in version 1.4 include: “Speak!” function, which uses amazing Google’s TTS to read text Translate (detect language) function, which tries to guess language of the phrase before translating it to [...]

Share
Friday, February 4th, 2011 at 15:01 | 0 comments
TOP