AJAX guestbook
A script that enhances any website by adding a bit of interactivity with your visitors is a nice guestbook. I’m sure you’ve seen many such scripts online. I decided to make my own script because a lot of the scripts out there are hard to customize. My script only cares about the id’s of the [...]
AJAX Shoutbox
As promised in an earlier post, another script was added today on insanityville.com. It is an AJAX shoutbox script, as I said, and it is available as of today for download. About the script itself there isn’t much to be said. It is a real-time script which means that it autmatically refreshes itself. This is [...]
jQuery link simulator
I thought I make a small number of posts on javascript in general, especially jQuery. Personally, I find this framework to be an excellent tool for quick fixes, but also to create complete AJAX interfaces. A fix which I recently made was the creation of a link without using the "a" tag [...]
Simple Yahoo status checker Revised
Unfortunately, Yahoo performed some maintenance operations to it’s servers a couple of days ago and it’s no longer possible to check for invisible users using the following link: opi.yahoo.com/online?username&m=k&t=1&s=1 Until I’ll come up with a new way to find this user status out, I altered the script in such a way that it can still [...]
Free Simple Validation Script
This script is a very easy and elegant way to verify data that is to be submitted is valid before the actual validation process without reloading the page. The idea is not new and it is not original. I made this script because I didn’t want to use a lot javascript files unless it was [...]
Make an AJAX link validation script in 3 easy steps
Being a web developer, and having a bit of experience in this field, I noticed that some tasks are need almost in any application that I developed. So, instead of waisting time writing the same code over and over again, started making little snippets of code to reuse. This is my very first tutorial ever [...]
SQL query sintax for newbies
I found a great site and I’m so sorry that I didn’t find it when I was struggling to learn my first SELECT query a few years back. This website explains the basic SQL sintax, from basic a SELECT query to JOIN, LEFT JOIN, OUTER JOIN and other more complicated queries and then it shows [...]
NicEdit – New js WYSIWYG editor
I recently came across NicEdit’s webpage and I was pleasantly surprised of it’s size. I mean, it’s a WYSIWYG editor under 10Kb in size when compressed. It’s amazing. I know what you’re thinking, that it doesn’t have all the features that it’s competitors (FCKEditor or HTMLarea), but it’s a great editor nonetheless. Because it’s so [...]
15 Exercises for Learning a new Programming Language
I’ve working knowledge of a bunch of programming languages but job demands to learn a new language frequently in a short time. Instead of reading hundreds manual/book pages, I quickly read 10-15 pages of tutorial or primer. (As you know google is the best search engine to look for such stuff). I keep printed [...]




