Tag Archives: web

Web development security tips (PHP)

I’ve seen a lot of hacked websites lately (most because of SQL Injection). Almost all the security problems occur because us web developers assume that the users will act naturally and because we’re lazy to keep testing all the input data or wonder what if?. This is not a how to hack article, but it [...]

Favicons: the why and how

Favicons: the why and how

So why should you even bother creating your favicon? It gives you exposure. Visitors can quickly match your website with the image. Just to test this out, can you quickly match each of the following icons to their corresponding website/brand? Favicons are used in bookmarks across many browsers. Your website has the ability to stand [...]