Tikier Hosting Offshore, Adult, Warez Linking Hosting Allowed

2Apr/100

Start using sIFR on your website! JavaScript Tutorial

Posted by admin

Basic Information about sIFR

sIFR is the “Healthy alternative to browser text”, regarding to the authors Mike Davidson and Mark Wubben. With sIFR it is possible to display fonts on the internet that doesn’t have to be installed on the computer of the user. sIFR creates more typography options for the web!

The technique is a combination between Flash, JavaScript, CSS and HTML. Due this fact you have to remember to use sIFR only on important titles and subtitles because otherwise it might drastically slow down your site.

Print This Post Print This Post
30Mar/100

Developers Introduction To AJAX Technology

Posted by admin

Hey there, I thought since developers will like to use AJAX technology in future modifications perhaps, it would be good to have some form of tutorial, explaining how to set up a basic AJAX engine

Notice: This tutorial is aimed at developers, or at least those who have generic knowledge of JavaScript/XML.
- Also, please don't steal my tutorial, if you wish to post it on other sites, then leave a directing link back to this thread as a source of origin, thanks

Print This Post Print This Post
28Mar/100

Ajax form validation

Posted by admin

I think the most important aspects of building and processing a form is how you validate data, help the visitor with tips, how you make it easy to understand what's required and optional and how it performs after hitting the submit button. What do I mean by how it performs? Well, let's suppose you have a huge form in front of you (try opening an account on a dating site for example - the whole process of 3+ pages is full of forms)... you complete all of them and you hit submit. You didn't knew that free email accounts such as yahoo, hotmail or google are not allowed because the webmaster forgot to mention or you simply didn't noticed the small size 1 font telling you that.

Print This Post Print This Post
16Mar/100

Form Validation

Posted by admin

Before sending data from script form it is necessarily to check input date. JavaScript is ideal for that, because the all date befor submitting, will be checked and by that we will save on bandwith.

Print This Post Print This Post
8Mar/100

AJAX Using Prototype

Posted by admin

Getting Started
Do you want to take the leap into the world of Ajax (Asynchronous JavaScript and XML) but don't know where to begin. Well I was in your situation. I came across prototype.js a nifty little JavaScript file that makes Ajax calls so easy you can do it within a few minutes. The first step you need to do is download the prototype.js file from http://www.prototypejs.org/. Put this JavaScript file in the directory of the website you wish to add Ajax to. The next step is implementing the Ajax.

Print This Post Print This Post
6Mar/100

Random Quotes

Posted by admin

This is a good script to use for placing a random quote on a page. Once the page is loaded, a random quote will be selected and placed where you'd like it to appear.

Print This Post Print This Post