Posted: January 21st, 2012 | Author: Julia | Filed under: Tips and Tricks | Tags: clickable map, highlight, jQuery, world map | No Comments »
Usually I use Google Maps for websites and quite happy with their service. But one day I needed to implement the clickable world map with the possibility to highlight countries.
The widget itself consists of two parts:
- a set of polygon data representing the countries of the world – to create a layer above that responds to all mouse movements;
- a layer with a background image below.
So all coordinates are related with the background image and every area has its hyperlink.
Read the rest of this entry »
Posted: January 7th, 2012 | Author: Julia | Filed under: Tips and Tricks | Tags: partner, team, team player | No Comments »
It’s impossible to overestimate such trait as ‘being a team player‘. Because if you are a part of a team, you do need to communicate with others while working at common projects. And the result of such cooperation is wrapped up in your congruence.

I’m fond of playing badminton. And according to my private experience, have to say that at a pair game a team of two weaker players is able to gain victory over strong strikes if their movements are not coordinated quite well. If you are playing doubles, you must smash them before they smash you. If you understand every movement of your partner, if your pair works well together – then you control the whole court throughout and drive the play in the right direction.
Read the rest of this entry »
Posted: November 28th, 2011 | Author: Julia | Filed under: Creative Process | Tags: 101bestwebsites, award winning website | No Comments »
My site was listed as a beautiful javascript/ css website at 101bestwebsites.com, I’m so happy ))

Posted: November 18th, 2011 | Author: Julia | Filed under: Tips and Tricks | Tags: management, project | No Comments »
Every new project starts with a planning. Or it should. And the future of the new venture depends on how much efforts you put at this stage, depends on how are you picky to details and are you able to think forward.

As you contact with a customer, you get his vision of the final product he awaits to get done. But a threat, for my mind, is that your client (at 90% of cases) has no experience with web and he names you just his feeling, not the guide for action. Well, may I say that it’s the same as explain a painter how he is to paint – the idea is clear, but there are so many pictures you get as many artists will work.
Read the rest of this entry »
Posted: November 7th, 2011 | Author: Julia | Filed under: Tips and Tricks | Tags: google map, print, print document, route | No Comments »
Thanking Google Maps service you can add any map to your website easily. And what about printing the map? This simple at first sight question proves to be not so easy.
Variant 1:
The javascript for simulation the print button:
For example,
-
<input type="button" value="Print" onClick="window.print()"/>
– and you get the possibility to print the whole page.
Unfortunately, that is not always the best solution.
Read the rest of this entry »