Softwares
WCAG 2.0 Guidelines
Perceivable: The perceivable principle is the first principle and it states that the information on a user interface component must be presentable to users in such a way that they can perceive. The principle one gives more importance on the perceivable aspect of the presentation. This principle specifies four aspects: They are as follows: Text … Continue reading
Latest Browser Experience::Opera Kestrel 9.50 Beta 1
The folks working at Opera Software launched a new version of their famous Opera browser but this time, it comes with a brand new name and several goodies for its users. Codenamed Kestrel, Opera 9.5 Alpha bundles VoiceOver support and an improved BitTorrent performance, a function that was often criticized by the peer-to-peer fans. In … Continue reading
Top 10 mistakes and solutions of a PHP Developer
1. Not escaping entities It’s basic knowledge; ALL untrusted input (especially user input from forms) has to be sanitized before it is being output. echo $_GET['username']; Can for instance output: <script>/*snooping cookie or changing admin password script*/</script> It is an apparent security risk not to sanitize untrusted data before output. Besides you might end up … Continue reading
