AV Arcade Sitemap Addon

AV Arcade Sitemap Addon

Dec 22

This script will generate a list of links to each page by fetching the information from the AV Arcade v4.x database.

Search engines love sitemaps generally for one reason: They can find every page on your site easily. That makes it faster and easier for them to update their information about your website and it’s links.

Users love sitemaps generally for one...

AVElf – AV Arcade Template

AVElf – AV Arcade Template

Dec 16

AVElf is a free template for the AV Arcade game site script (v4.0.1)

AVElf is a little different from other AV Arcade Templates I’ve seen, and has been modified a lot.

The flash arcade skin it totally free. All I require you leave the link in the footer.

I have moved the locations of the Featured Games and News modules so they fit...

Disable Post Revisions

Disable Post Revisions

Nov 27

If you have run a WordPress blog for any length of time, you should know how large the SQL database can get.

This is largely due to the “Post Revisions”, which get auto-saved.
If you edit a post a few times, a huge list of revisions gets saved to the database. You can see these at the bottom of the post editing page.

This...

Dhtml Calculator Source Code

Dhtml Calculator Source Code

Oct 23

A DHTML calculator with error checking.
Definitely more stylish than the traditional JavaScript calculator, if nothing else!

Very easy to customize and would fit well into a website providing a variable rate service and suchlike.

It would be better to use css for all the styling and layout information, but it’s easier to copy and paste the source code...

Simple Tricks For More Usable Forms

Simple Tricks For More Usable Forms

Oct 23

Web developers loathe the task of building forms almost as much as users loathe having to fill them in. These are both unfortunate facts of the Web, but some smart JavaScript and intelligent CSS can go a long way to remedying the situation. In this article, I’ll introduce a number of simple tricks for improving the usability of forms, and hopefully inspire you to improve on them and...

5 Web Design Tips You Can’t Live Without

5 Web Design Tips You Can’t Live Without

Oct 23

The web design world is filled with excitement and experience, creativity and skill. Often, experienced web designers utilize a set of solid, proven techniques that others may not notice. Let’s take a look at a few of these techniques and how you can implement them into your own site quickly and easily.

1. Metatags make your site search engine...

SEO and Valid Code

SEO and Valid Code

Oct 13

Let’s not beat around the bush.
One missing tag can cause several validation errors.

A few small tweaks to your existing code can produce great benefits from search engines.
You don’t need to make every page meet HTML 4.1 Strict conditions, but I think XHTML 1.0 Transitional is suitable. Some times you will have to forfeit valid code for...

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...

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...

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: