SMF mod: Add Posts Navigation
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 »
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 »
The GIMP is the oldest and surely the best free open source image manipulation program, there are many forums that
What is the best free PhotoShop alternative? Read Post »
E-mail tracking is used by individuals, e-mail marketers, spammers and phishers, to verify that e-mails are actually read by recipients,
What is email tracking? Read Post »
So you want to know if the visitor is viewing the homepage, a category or a page? WordPress have easy
On my WordPress theme, How can I find which page is being requested by the visitor? Read Post »
Here’s a simple solution to determine if a number is odd or even in PHP, with error handling for invalid
Check if a Number is Odd or Even with PHP Read Post »