CandyBlue AV Arcade Template

CandyBlue AV Arcade Template

Jul 05

AV Arcade Template

CandyBlue is a premium template for AV Arcade v5.x.

Features:

  • Professional layout
  • Optimized advert intergration
  • Full PSD
  • Customized navigation menus
  • Multi-language support
  • Many small changes...

WebWoW In-game mail using SOAP

WebWoW In-game mail using SOAP

Jan 19

This little modification will replace WebWoWs’ RA mail system (Remote Access which uses telnet) with a fully SOAP compatible version.
This will replace both the admins “send mail” and users “vote shop” features.

I have recently switched back to version...

Centering divs

Centering divs

Jun 13

I often get asked how to properly align divs and containers on website pages.
The most common bugbear is centering divs either vertically and horizontally, which can be a pain unless you know how.
This post has three examples of how to position the divs and should help clear up any confusion you may have.

Text is simple to align with css using the “text-align”...

XSS and web form security

XSS and web form security

Nov 13

There are many instances when user input is needed. But allowing just any code to be passed can cause severe problems and lead to even the most annoying 10 year old script kiddie writing “PWND” all over website!

There a are some simple steps which you can take to prevent most of these.
This article will go over some of the fundamental

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: