Archive for the ‘jquery’ Category

Install PHP 5.3.2 on CentOS

April 14th, 2010 by Sadri Sahraoui 1

This is just a note/reminder for myself. Compiling PHP 5.3.2 on CentOS requires two things

1. In order to avoid mysql config error, we should specify this: –with-libdir=lib64
2. To avoid this error
/usr/bin/ld: cannot find -lltdl
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php-cgi] Error 1
The following package should be installed “libtool-ltdl-devel”

Voila, hope that it will useful for [...]

New version of jQuery SelectBox replacement

October 4th, 2009 by Sadri Sahraoui 8

I’ve just released a new version of the jQuery Select replacement plugin. This release fix several bugs, most bug fixes are solution suggested by users. The most notable change is the addition of an onChange callback.
You can download the new version @ the plugin page

Selectbox replacement plugin Update

April 5th, 2008 by Sadri Sahraoui 12

I’m releasing a new version of the plugin. This release is stable enough and fix a major bug dealing with scroll-bar in IE but another major bug popup this time with safari, the list just doesn’t appear when you click on the replaced select box, I tried the latest Webkit build (r31623) and it works [...]

New release of jQuery selectbox replacement

February 10th, 2008 by Sadri Sahraoui 86

I’ve just released a new version of Selectbox replacement plugin which fix the highlight issue and added escape keyboard binding. A new css class has been created for the selected element – previously I was using the hoverClass – so now we have 2 options hoverClass and selectedClass.
Example
You can view a working example here
Download
Download

SelectBox replacement : Version 0.4 released

December 12th, 2007 by Sadri Sahraoui 9

A quick note to let you know that I’ve released a new version of the jquery selectbox replacement plugin, this is mainly a bug fix release. I would like to thank ‘pawel maziarz’ for his contribution.
I’ve received a request to make a license modification and I did :) , so now the plugin is licensed [...]

Select Box replacement

July 23rd, 2007 by Sadri Sahraoui 48

This is an unobtrusive jQuery plugin that allows you to replace the HTML select box with a styled dropdown menu.
Why ?
As most of us, I hate IE6 but I have to deal with it. At work, our users use exclusively IE6 so you can imagine the nightmare! I came across the IE bug [...]

Pin plugin reloaded

July 7th, 2007 by Sadri Sahraoui 59

a little while ago, a friend wrote the pin plugin based on prototype and since that time I decided to move to jquery so I decided to update it.
About
The goal of this plugin is just to remember field’s values when needed by the user.
Why ?
Imagine that you have a (big) form that it’s extensively used [...]