100 Great Ajax Scripts

100 Great Ajax Scripts

Sep 24

I was googling for an ajax “contact us” form to finish off a website of mine. I found a great page with a collection of 100 ajax scripts, ranging from simple forms so complex file manager systems! The page contains 100 examples suitable for any level of programmer. Each example has a live demo and source code available for download. The web is changing and so is the way we posting...

5 Basic Tips to Increase Backlinks

5 Basic Tips to Increase Backlinks

Sep 12

We will learn how to make money from blogging Here are some link building tips and tricks. In my blog you can see many SEO Tips, SEO Tricks, Blogging tips and more. We have learned and had many articles on link building and increasing backlinks here. In this article I am ready to give out only 5 basic tips for acquiring more backlinks. These tips are helpful to increase your pagerank which means...

Flash Game Hacked?

Flash Game Hacked?

Sep 10

A friend of mine just sent me the URL to a flash game (for obvious reasons I will not share the link) which is part of a number of games with a price of 10.000 EUR in the end. One would believe that a game with such a price money is secure. Especially when the organising party is an internet provider. But guess what… At the end of the flash game you can optionally submit your score to the...

Javascript Security Tutorial

Javascript Security Tutorial

Sep 04

JavaScript is designed as an open scripting language. It is not intended to replace proper security measures, and should never be used in place of proper encryption. JavaScript has its own security model, but this is not designed to protect the Web site owner or the data passed between the browser and the server. The security model is designed to protect the user from malicious Web sites, and as...

Blocking Proxies Tutorial

Blocking Proxies Tutorial

Sep 04

Since a lot of people proxy DDoS, it’s useful to protect your site against it. You have three options if you have total control over the server… Detect proxies and block them on firewall/mod_security level (1) Detect them via PHP and block them via .htaccess (2) Detect and block them via .htaccess (new method added!) 01Since most people use shared hosting, number 3 is the best...

Password Security Tips

Password Security Tips

Sep 04

A simple list of Dos and Donts to consider when creating new accounts or updating passwords for current accounts you have. It may sound simple, but mistakes can often be made when in a rush or creating multiple accounts. This post contains common good practice. Why not get into the habit of creating good passwords, before bad habits set it? Do NOT: 1. Use your account name or any data that...

Css Image Hover Effect

Css Image Hover Effect

Sep 02

With CSS all you need to do is put a piece of code in your style sheet to automagically make image or text rollovers. You don’t need a second image or messy scripting. Step 1 Put the code in the head section of your page between the head tags, like in the below example: <head>    <title>CSS Image Hover Effect</title>    <style...