For more info contact me at +306943476333 or send an email at info@pawebgate.com
Category Archives: Web Design
Using Google Maps JavaScript API for municipal Street Lights
Hey guys, fantastic news! Within three months since the launch of the first version of my web application, two municipalities (Palaio Faliro and Alimos) in Athens – Greece have already signed a contract to rent it and use it as a tool for surveying and registering complaints regarding municipal street lights. Very encouraging signs show …
Continue reading “Using Google Maps JavaScript API for municipal Street Lights”
How to keep your WordPress Theme from being hacked
WordPress Theme Hack! Keeping you WordPress theme protected from being used by others is sometimes very important, especially if it is available on the web, or you intend to sell it. Most of the times, themes are accompanied with additional information, which make them vulnerable from being hacked. A typical example of this kind of …
Continue reading “How to keep your WordPress Theme from being hacked”
IE Specific Styling
The key to create IE specific styling is called conditional stylesheet. IE provides comment tags, supported all the way up to the current IE 8 to target specific versions, as well as greater-than/less-than stuff for targeting multiple versions at once. Why use conditional stylesheets? You got problems, they need fixin’ Keeps your code hack-free and …