Archive for the ‘Development’ Category
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!
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]

