Tuesday, 14 May 2013 22:08
Web’s Most Popular JavaScript Library Drops Support for Older Versions of IE
The popular jQuery JavaScript library has hit a major milestone with the release of jQuery 2.0. The 2.0 release is some 12 percent smaller than its predecessor, but the big news is that jQuery 2.0 drops support for Internet Explorer 6, 7 and 8.
Monday, 06 May 2013 00:00
The Very First Website Returns to the Web
Twenty years ago today CERN published a statement that made the World Wide Web freely available to everyone. To celebrate that moment in history, CERN is bringing the very first website back to life at its original URL.
Thursday, 23 August 2012 11:25
Maphighlight script with inversed highlighting support
I tried to find such a thing on the web but looks like it doenst exist yet. Anyway i managed to modify the famous maphightlight plugin in order to inverse its highlight.
Tagged under
Thursday, 23 August 2012 18:54
Spacegallery script with Links
It has been some time i wanted to make this tut, here we are! This is the way i made Spacegallery plugin work with links :D
Tagged under
Wednesday, 25 April 2012 22:38
Installing fail2ban 8.4 on Centos
We will need the Epel repo for this one as this has the most updated version 8.4.29 ( you can check if something new is distributed here http://pkgs.org/download/fail2ban ). You can find the latest release here http://fedoraproject.org/wiki/EPEL Or you can download the 5-4 version via wget http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm Then install with the command
Tuesday, 24 April 2012 00:00
Embed text into image script
Many are the times that we need to display an image with text that needs to be updated. That for I have developed a small script that will do this for us. The main idea is of course to insert the text we need into an image into the position we wish – the font size and color we like. How are we going to do that? We will use the script image.php as an image with GET variables as input. We can call it like:
Tagged under