May 2nd, 2009
We 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. Read the rest of this entry »
Tags: automatically, generate, OpenWYSIWYG, thumbnails
Posted in PHP Tips, Uncategorized, php | 1 Comment »
May 2nd, 2009
This 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. Read the rest of this entry »
Tags: generate, jQuery, lightbox, on the fly, thumbnails
Posted in Design, Javascript, Quick Tip / Trick, Uncategorized, jQuery, js | No Comments »
March 20th, 2009
We’ve tried a lot of IE6 PNG fixes – but we just couldn’t find anything that worked, besides one! Now we can share with you an Internet Explorer 6 PNG fix, that actually works – and it’s quite easy to use.
The fix does work with both images, non-repeating backgrounds and repeating-background, however there are some issues with the script: you’ll get them near the bottom.
The author of this PNG fix is dillerdesign and he has done it quite well, but let’s just get started.
The codes
For the script to work, you’ll have to refer to a javascript file in your document (head). We’ll wrap it in a condition, so that it only runs if the browser is IE6, since the PNG bug is in IE6
Download the javascriptfile from here
You can check how it works here:
http://www.aliaeg.com
Tags: best fix, fix, IE6, Javascript, PNG
Posted in CSS, Javascript | No Comments »
March 4th, 2009
In several web servers (most commonly Apache) .htaccess is the default name of directory-level configuration files. It provides the ability to customize configuration for requests to the particular directory. However, creating a .htaccess files can be tedious.
Now you can create .htaccess files easily online with .htaccess Editor. Simply fill in the form provided, you can then copy and paste the texts from the textarea box to your .htaccess files quickly. Please feel free to suggest your other favourite .htaccess online generators as well~
Source: http://www.htaccesseditor.com/en.shtml
Posted in Tools | No Comments »
March 3rd, 2009
Popular JavaScript libraries such as jQuery, MooTools, Prototype, Dojo and YUI can be great for accomplishing common JavaScript tasks. These libraries provide many functions, whether the matter is related to events or effects or AJAX. And if one of these libraries can’t do the job, a plug-in probably exists that can.
Such flexibility is great but sometimes comes with a penalty (the size of JavaScript files being one of them). Although adopting a well-known JavaScript library is usually a wise decision, you may want to perform a task that can be accomplished by a more lightweight library dedicated exclusively to that task or that is not supported by the more popular JavaScript libraries.
Below, we present 40 stand-alone JavaScript libraries that serve specific purposes. These are not all the ones out there, but every Web designer or developer will find something helpful here. Read the rest of this entry »
Posted in AJAX, Developer's Toolbox, Javascript, js, libraries | No Comments »