Synchronization between XML Schema and Database

November 7th, 2009

SysDB is a tool for synchronizing XML Files (based on XML Schema) and a Relational Database. XML files are stored and managed in a database. – Data are managed in configuration : when you change a XML file, only this file will be added into the base. Old versions can be easily retrieved from the [...]

Read More >>



WebGrid Charts 3.1.2 : ASP.net

November 7th, 2009

WebGrid free charts are part of “WebGrid – plug and play” package of free libraries. WebGrid free charts are a package of 5 charts, both 2d and 3d charts. See WebGrid homepage for live demonstration of WebGrid – free charts.

Read More >>



ASP.NET Ajax Chat with Audio and Video

November 7th, 2009

If you�re looking for an easy to use yet extremely powerful Ajax chat solution, then ASP.NET Ajax Chat may be just what you�re looking for. The software is simple to install, fast and customizable. It uses AJAX to smoothly refresh (no flicker) and supports multiple rooms, private

Read More >>



How to Play Music on a Website, Blog or MySpace with HTML Music Codes

November 6th, 2009

There are several ways to place music, midi’s, mp3 and wav files on a webpage. First you need to know the name of the music file you wish to use.
Music on choice.
The first html music code gives your visitor the choice if they want to hear the music or not.

Read More >>



Posting a Banner in a Guestbook or Forum

November 6th, 2009

Do you sign a heap of guestbooks or want to post a image or signature in a forum? How many times have you surfed though guestbooks and clicked on some nice looking banner instead of some boring old word link. Ah! You know what I’m talking about.
If so, then you need to know how to [...]

Read More >>



Fancy Page Transition : Html Script

November 6th, 2009

Fancy Page Transition
Below is a great and simple piece of html code for a Fancy Page Transition.
You can view a sample by hitting your browsers back and forward button a few times!
The html script will give 23 different page transitions on a random basis.

Read More >>



HTML Script for Creating Anchors

November 6th, 2009

Page anchors allow visitors to jump to a specific place in the current webpage or to jump to a specific place on another web page.
You usually use page anchors if you want a graphic or text to link half way down another page. That way your visitor doesn’t have read all through the page to [...]

Read More >>



How to Make Frames : HTML Scritps

November 6th, 2009

When your visiting a site with frames you see the left frame and the right frame . There is also a hidden index page that keeps these two pages in their frames.
The index page tells your frames what to do. It won’t have any text or images on it that your visitor can see. Your [...]

Read More >>



Display Content Only To Registered Users : Wordpress

November 5th, 2009

The problem.
As you probably know, WordPress lets you decide whether to allow readers to create accounts and sign in to your blog. If you want to increase your blog’s registered readers or would just like to reward existing readers, why not keep some content private, just for them?

Read More >>



WordPress Coding Techniques : Style Posts Individually

November 5th, 2009

The problem.
Your blog has a lot of posts, but the posts aren’t all of the same type. To give special styling to one or more of your posts, you can take advantage of both the post_class() function and the post ID.
The solution.
To apply this trick, just open your single.php file, find the loop and replace [...]

Read More >>