Hdeya and Tarabot for IT & Consultancy announced a cooperation agreement in the IT consultancy sector to provide Tarabot by web development and web applications services. (more…)
Archive for May, 2009
Hdeya & Tarabot Partnership.
Sunday, May 17th, 2009Help kill Internet Explorer 6
Thursday, May 7th, 2009IE6 is like an illness that just won’t go away, but we have the medicine.
IE6 Update looks like IE’s Information Bar, but instead of offering your visitors an ActiveX plugin, it offers a browser update.
For more info :
http://ie6update.com/
Sorting items on the fly (AJAX) using jQuery UI Sortable, PHP & MySQL.
Sunday, May 3rd, 2009While we were working on http://www.duettographics.com Administration control panel, they required the ability to sort their images in easy way, so after some googeling we find many separate tutorials for this. So, we decided to write one simple tutorial that can describe the whole thing.
In this tutorial, we’ll work on sorting menu items.
Requirements : sortable jQuery UI, PHP & MySQL server support. (more…)
Generate thumbnails automatically for uploaded images on OpenWYSIWYG
Saturday, May 2nd, 2009We wrote this post specially to integrate openWYSIWYG with jQuery Lightbox, so we recommend you to read this article too http://www.hdeya.com/blog/2009/05/generates-lightbox-on-the-fly-using-jquery/
OpenWYSIWYG is a free & Open source WYSIWYG “rich text editor”, and it has a php add-on for images upload. In this post we’ll describe how to generate thumbnails automatically on images upload. (more…)
Generates lightbox on the fly using jQuery
Saturday, May 2nd, 2009This method requires you to have 2 copies of each image, the original size & thumbnail one. thumbnails MUST BE named as filename_thumb.jpg & stored in /thumbs. you must have the latest versions of jQuery & jQuery Light Box Plugin. (more…)