File Thingie is a PHP file manager which works as a web based file manager.
Using this file manager is very handy when FTP is not available or practical to use. Plus, having multiple users and user groups is nice if you want other users to reach some folders that you want.
.gif)
This 1 file PHP file manager has lots of features like:
- Upload multiple files at once
- Multiple users and user groups
- Create subdirectories
- Rename, move, delete and copy files and folders
- Search for file and folder names
- Control access to files based on black- or whitelists
- Edit text files
- Unzip files without downloading
- Easy customization of the CSS based layout
Requirements: PHP 4+
Compatibility: All Major Browsers
Tabbed content areas are a popular solution for the "lots of content - few space" problem.
Nettuts, a great tutorial website about web design & development has a nice example of creating a tabbed content area with jQuery & CSS.

When clicked to the tabs, content area switches to the new content with a slick accordion type effect.
Besides getting the ready to use codes from the tutorial, you can see how every step of the project is completed.
Here is the final demo of this tabbed content area.
Requirements: jQuery
Compatibility: All Major Browsers
Aflax is a library that enables developers to use JavaScript to fully utilize all of the features of Adobe’s Flash runtime including graphics, networking, video and camera support.

Flash JavaScript gateway that was released by Macromedia was only for Flash 7 or earlier and was a very low performance library as well. Aflax uses Flash 8’s new ExternalInterface which is much faster and more capable.
As a conclusion, using Aflax, you can create media players, animated charts, graphics & more with Flash without writing any ActionScript.
John Resig (the creator of jQuery) has created a pure JavaScript HTML parser that can definitely be very handy.
As more HTML code is inserted and formatted inside JavaScript tags, this parser can save serious development time with automating the process.
Some examples:
- Unclosed Tags:
HTMLtoXML("<p><b>Hello") == '<p><b>Hello</b></p>'
- Empty Elements:
HTMLtoXML("<img src=test.jpg>") == '<img src="test.jpg"/>'
- Attributes Without Values:
HTMLtoXML("<input disabled>") == '<input disabled="disabled"/>'
HTML is a language with lots of tricks and the parser may fail in some cases but it will work in most of them and will become better by time for sure.
PSDfreebee is a website presenting free PSD files which you may find helpful while designing websites & applications.

You can find PSD logos, website layouts, icons & more. It is a fresh website where there are already 25+ quality files and new ones are added frequently.
Fireworks.js is a JavaScript file which helps you create configurable fireworks effects in your website.
Besides using it, it is also a nice example of JavaScript effects and script fired sounds to get inspired.

This JavaScript uses SoundManager for script triggered sounds and supports different types of fireworks effects including the "exploding-disappearing" and "random explosions".
Requirements: No Requirements
Compatibility: All Major Browsers
There are lots of JavaScript color pickers which work great but there are few which are similar to the Photoshop’s color picker.
This JavaScript color picker has HSB and RGB options, uses Prototype and compatible with all major browsers.

This script can be a solution for users who are looking for an advanced color picker in their applications.
Requirements: Prototype
Compatibility: All Major Browsers
JSGallery is a very nice AJAX image gallery built with Mootools.
Look & effects of the script is configurable. It supports browsing with keyboard between images and also pages.

Features of this AJAX gallery:
- nice transitions for page change, image select, etc.
- supports easy to build no-script version
- preloads images with separate indicators (optional)
- a bunch of options to change the default styles and bevaviours
- visibility of prev/next handles is controlled by mouse distance
- use the arrow keys to go to previous/next image
- use number keys to go to a certain page (beginning with 1)
- prevents too fast change of images (ugly effect interruption)
Requirements: Mootools
Compatibility: All Major Browsers
Scrollovers is a way to quickly and easily add flair to your web pages, giving your users an experience they weren’t expecting.
It is simply a JavaScript that helps creating rollover image-like links with text .

How to use Scrollovers?
Insert the scrollovers.js file to your web pages and create your links like this:
<a href="[YOUR PAGE HERE]" class="scrollover" type="scrollover">[YOUR TEXT HERE]</a>
And the last add the styles with the color palette of your preference like below:
<style>
a.scrollover {color: #557AFF;}
a.scrollover em:first-line {color: #FF5B3C;}
</style>
And that’s it.
Requirements: No Requirements
Compatibility: All Major Browsers
OnePoint Software is giving away 3 OnePoint Project 8 licenses (€399.00 value/each) to WebResourcesDepot readers. You can find the details for how to winning them below the post.
What is OnePoint Project?
OnePoint Project is an amazing project management software which does not require you to compromise between ease-of-use and functionality and offers you both.


Onepoint Project integrates project planning, project controlling, monitoring and reporting into a single and easy to use project leadership solution providing you with all relevant information when and where you need it.


Some nice features of the software:
- Work Breakdown Structure which helps you to focus to the project.
- An editable cost baseline.
- Milestone Trend Analysis (which tasks will be delayed and which won’t in unexpected circumstances).
- Project Pipeline (a summary of all your ongoing projects).
- Powerful document and link management.
- Colored GANTT chart to improve the view of your schedule.
- Planned & actual situation comparisons.
- Easy to access resource utilization.
- Tasks & comments.
- Project templates for creating faster "new projects" inside the software.
Onepoint’s different editions scale with your needs and the size any business. The version in the giveaway is the Professional version which is a desktop application for 1 user (perfect for a freelancer) that has Windows,Mac & Linux versions.

Other editions are:
- Network edition (for small teams up to 10 members - installable web-based)
- Enterprise edition (for medium to large sized companies - installable web-based)
- Check product editions for further details
How to win the OnePoint Project Professional licenses?
Just comment to this post with at least "I want the license!" text in the comment with your valid e-mails.
Winners will be picked randomly with the query below at 05.07.2008 (1 week later).
The query: SELECT * FROM wp_comments WHERE comment_post_id=259 AND comment_approved=1 AND comment_type='' GROUP BY comment_author_email ORDER BY RAND() LIMIT 3
Requirements: JRE5+ For Pro version. JRE 5+, Tomcat 5.5/6 & Major DBs for other versions.
Compatibility: All Major Browsers. Windows, Mac, Linux.