Image Maps
Image Maps is quite ancient technology (1993!) to create “clickable” areas on images. Sometimes there is just no other way to handle some some images. Recently I found quite useful tool to create them.
Image Maps is quite ancient technology (1993!) to create “clickable” areas on images. Sometimes there is just no other way to handle some some images. Recently I found quite useful tool to create them.
It’s coming with experience. On the beginning you always trying to do everything by your self. No frameworks, no libraries – bare bone solutions written from the scratch. Later – you realising than your time is to expensive, and start using some libraries. After another period of time you are getting to the point, that you are willing to use as many existing solutions as it’s possible.
Really typical problem – sending and receiving emails from the apps. Of course – you can send emails using simple mail () command or using more sophisticated libraries like Swiftmailer but… if there is an option to use API, you can chose from couples:
CSS Sprites it was a very popular technique for a long time. Biggest benefit from it: reduce number of the requestes to the server, and speedup whole website / loading image assets. Working with CSS slides is really painful Usually you are starting from PSD then you have to decouple them to separate images, then merge them again to one image, and then mark position of each element in the CSS file.
Couple useful tools to work with:
Yes… we have ongoing problem with that really simple function. So – what’s happening. Let’s assume that we have really simple Page Tab existing inside out Facebook Page. URL usually looks like that: http://www.facebook.com/spidersoftau/app_334933569956732 – works perfectly on Desktop browser, but if you would like to open this on mobile, you will get nasty error
In this extremely simply tutorial I’m going to show, how you can deploy basic LAMP stack on EC2 instance. Instruction are pretty basic, without extra comments. You can just copy and paste command to get working stack in lest then 15 minutes.
What you can learn from it? How to install Apache and PHP, how to enable and run XCache accelerator, and how to run HTTPS on your server, with purchasing SSL certificate.