JavaScript Tween function
This is a small library I wrote for creating simple and complicated easing effects without using JQuery, MooTools or other […]
JavaScript Tween function Read Post »
This is a small library I wrote for creating simple and complicated easing effects without using JQuery, MooTools or other […]
JavaScript Tween function Read Post »
This can be done with a few clicks from your WordPress blog control panel. So first login to your control
How can I set a WordPress page as my blog homepage Read Post »
The best you can do with built in JavaScript functions is to round a number to the nearest integer using
JavaScript round float to n decimal points Read Post »
Description You just upgraded WordPress and “My Category Order” (widget and functions) do not display any categories. I hate to
My category order not working after WordPress upgrade Read Post »
The JavaScript methods setAttribute and getAttribute are very handy when you are designing dynamic effects for your website, but those
setAttribute/getAttribute(“style”) crossbrowser alternative Read Post »
You can upgrade your linux system using the package manager APT which is available on debian based distributions: First we
How to upgrade Ubuntu from 8.10 to 9.04 using the command line and the Internet? Read Post »
The Problem Do you know a method in PHP to check the type of an uploaded file without relying on
How to check a file type efficiently in PHP? Read Post »
Description and Features: Enhance your website accessibility and add posts navigation arrows within posts to let you and your visitors
SMF mod: Add Posts Navigation Read Post »
This also was about to drive me crazy so I will not let it go without writing about it.. Let’s
Print HTML code from JavaScript variable Read Post »
I use PHP a lot in my projects and it happens that sometimes I combine PHP with another language and
A note on JavaScript arrays creation & initialization Read Post »
There are many ways to retrieve files extension with PHP, but we will have to choose one that feets our
Get file extension on PHP Read Post »
Oddly enough, PHP 5.2.6 is still not available on the default CentOS repositories ([base], [updates], [addons], and [extras]), the latest
Install PHP 5.2.6 on CentOs 5.x Read Post »
Warning: preg_match() [function.preg-match]: Compilation failed: repeated subpattern is too long at offset 18454 in /var/www/html/[…]/Smarty/Smarty_Compiler.class.php on line 454 It looks
What is a MySQL script file?.. Why use it? A MySQL script file (aka MySQL batch file) is a regular
MySQL script files how-to Read Post »
This tutorial assumes that you are a sudoer running Gnome What is .chm Wikipedia says: Microsoft Compiled HTML Help is
How to read .chm files in Ubuntu Read Post »
The function generatePassword() is a simple yet customizable function that generates a random password string, the default password length is
Generate passwords with JavaScript Read Post »
There are situations where you need to style input fields depending on there types. Doing this is wrong: input{ border:solid
How to style input fields with CSS? Read Post »
Maths Ok, so you already know how to generate positive rondom numbers but let’s do it again: To generate a
Generate a negative random number using JavaScript Read Post »