qdPM – free tool for project management.

http://qdpm.net

Tools for project management helps to organize and save time. There are many free and reasonably functional tools. However, testing various tools in practice, we are faced with the problems inherent in each of them, when we did not have certain reports, or restriction made on the configuration of the work uncomfortable. Therefore, we decided to create a free tool to manage projects and make any of the properties that are absent in many others.

What are the advantages qdPM? The first and most important – it is a convenient configuration. Elements such as the status of projects, the status of jobs, types of projects, and much more you can add, delete, sort, which will customize the tool as you need.

Too often in the work process, there is a need to maintain additional information for a project or task (such as when the project’s fixed price or some extra dates). In qdPM realized the opportunity to customize additional fields for the projects, tasks and users. Thus, you can add to form the required field.
More information about the configuration here http://qdpm.net/?page_id=5

One of the main advantages of qdPM could be Reports. Reports are very important in order to quickly obtain needed information about jobs. For the programmer will be able to easily see all open jobs for all projects, and for the manager – a job only on his projects, which must be verified or who are awaiting payment. Therefore, we have added users to create their individual reports and filter information as they need. Thus, access to information is fast and convenient for each user. More information on the management of reports here http://qdpm.net/?page_id=25

We hope that this tool will be useful for you and make your workflow easier.
 

Buttons Factory – web buttons maker

Buttons Factory is free web buttons maker. You can easy create your custom buttons, save time to make osCommerce buttons or html buttons. Also you can use your own button skin to generate buttons.

Buttons Factory

Buttons Factory has many settings, such as font, background, tracings, shadow, icons for the buttons. We provide an opportunity to generate two types of buttons: customizable buttons and a buttons from picture. For the custom buttons are available all the tools. If you want to create a button from the pictures, you should upload the images – 3 part of button, painted in Photoshop or another image editor. For the pictures button, you can also set the font and add the icon. This feature is useful when you have painted a button with complex gradients, reflections (for example, in the style of web 2.0) and you need to do a set of buttons.

There are three different modes to generate buttons: you can generate buttons for cms, one or more your own custom buttons or html-button.

CMS Buttons.
Generation of pre-defined set of buttons for the CMS. You can choose from a list of available CMS and translation. If you do not find a translation, you can add it yourself. Your translation will be available during the day, after checking the administrator. List of CMS and transfers will expand.

Custom Button.
This mode allows you to generate one or more buttons with your text. You can use it to generate buttons for your site, blog, or if your CMS have been installed add-ons and you need extra buttons that are not part of the standard set.

HTML code.
In this mode, you can get not usual button-image. You will get html-code for a universal button, which is used now in many CMS.

On our site there is a gallery of buttons. Everyone can add it to design a button to use it again. Perhaps you will find buttons that you need in our gallery.

This project is part of the portfolio of our team and is available to everyone absolutely free!

http://buttons.qds-team.com/web/workspace

Managing Hierarchical Data in MySQL

If you are using this way Nested Set Model to manage hierarchical data in MySQL tree.class.php will help you with it using this class you can easy to:

  • add new node
  • update node
  • delete node
  • move branch
  • sort tree

Also there are some methods to build html pull down menu and html bulleted list to build DHTML menu and tree I’m using this way http://www.brightsoftsolutions.com/article-prototype-js-based-dhtml-menu.php it’s just simple example:)

Download