tools

List of open-source "stuff" that every web developer should know about.

These are some of the things that every web developer should know when building a web app. This tools will save everyone lots of time. Tools like "memcached" and "beanstalkd" are super dead simple and provides lots of value. If someone could list their simple yet effective tools in this list, it would be good. I'll make this community...

Do you know any tools to switch from external/internal stylesheet to inline style ?

Hi, I'm looking for a tool which uses the CSS selectors within a stylesheet to generate the selected inline style. E.g : <head> <style text="text/css"> a { text-decoration: none; } #a, #b, #c { position: absolute; } #b { left: 50px; } </style> </head> <body> <div id="a"> <p> <a href="http://www.stackoverflow.com"...

Cross Platform C++ Tool Chain

Hello I am putting together a tool chain on my windows Box for Cross Platform C++ Development. I plan on using Boost.Build for building and Boost::Test for unit testing. I will be using Mercurial for my VCS because I can just throw the repo on my external HD and then pull it to either my windows or linux partition. The main thing sta...

zf tool behaves weird

On my ubuntu machine when i try to create a controller: zf create action edit events I get the error: Fatal error: Cannot redeclare class Zend_Tool_Project_Provider_Manifest in /usr/share/php/libzend-framework-p hp/Zend/Tool/Project/Provider/Manifest.php on line 69 I have created a symlink to zf.sh to my /usr/bin/zf But go...

What's a good online regex editor?

I'm looking for something that supports ajax so it's more responsive. It should support the same regex flavor that PHP does. Normally I use Rubular, which is a good example of what I'm asking for, but the problem is that it's based on Ruby's regex engine, which does not support lookaheads or lookbehinds (which are supported in PHP). ...

Deployment Diagram Tool (from any model/ADL to diagram)

Hi, I need a tool for creating deployment diagram which takes an architecture description as an input and draws the deployment diagram. Otherwise I have to deal with GMF, etc. Thanks! ...

ASP.NET Application Development – Tools

Hi, We are building an ASP.NET website using C#.NET language and VSTS 2008. Would you please let me know which are all the third-party tools those can help us in the complete SDLC of this project? Thank you.. Regards, Karina. ...

Orchestration tool for modeling web request processing

Hello. BizTalk has an orchestration tool for the purpose of defining business processes. I have always wondered that we can likewise model even simpler things. For example, web request processing can be modeled as a process because it has a pattern and various business objects (or say services) can participate. I am curious to know about...

Is there a popular tool for crawling web data?

I'm doing work on information extraction, and I need a tool to crawl data from web page , is there a popular one in windows? ...

Tool to create wizards in C++

The MFC concept (using PropertySheet / PropertyPages) to build a wizard has let me down many times and for several reasons. I googled the subject somewhat but could not turn up with any library or tool that would help me create my wizards easier. Any recommendations would help a lot. ...

Graphic & Audio Tool for iPhone Dev

In my iPhone app I have to include graphic & audio. Does it exist any tool for creating simple cartoon-style sprite and/or background audio loop? Thanks! ...

Is One Tool or a Suite of Tools Better for Scrum?

G'day, Edit: We've been using Scrum very successfully for several years on several projects of varying sizes. In fact, our team developed the successful iPlayer project for the BBC using a classical Scrum approach. After using various combinations of tools, some high-tech, some low-tech, across these projects we now wish to try adoptin...

Optimizing regression testing in a C++ environnement

In order to avoid too much testing, I would like to provide the Quality Assurance (QA) team with hints on which features have to be regression tested after a development iteration. Do you know tools that could do that on a C++ and Subversion (and visual studio) dev environment ? Details about the use case: Features would be defined by...

Tool to find out XPath

I find XPath difficult to get my head around at times and am looking for a tools that I can point at a line in an xml config file an it will tell me the xpath to the attributes that I need. Any help with this would be much appreciated> ...

Server Development Tool?

Hi, For my programming tasks I use about 2-3 remote servers to deploy and run my code against different conditions. This cannot be emulated locally as the server configuration requires powerful hardware. Most of time I need to stop service, update binareis, start service, view logs in realtime, download logs. Currently I'm doing this ma...

WPF .Resx editor for localization

I am looking for a simple tool that allows the translators to edit .resx files, in order to translate the applications' texts. Visual Studio's Windows Resource Localization Editor is unable to edit these files, unlike Winforms applications. Any suggestions? Edit: I've found a nice free tool at CodeProject that does excatly what I ne...

Css tool, to calculate how many (in bytes) inline css in html

There is Firebug AddOn - "Inline Code Finder", but it doesn't show how many bytes! Do you know any tool doing it? ...

django tools for pushing preinstalled data to database

Hi all, It there a tool for django to install some static data (necessary data to have application runing ) to database? ./manage.py syncdb will make the database schema i db, some tool for pushing static data to db ? Thanks ...

Can you recommend an easy to use easy to develop CMS?

We need some easy way to manage web sites at our company, and we are evaluating some CMS tools for this purpose. We do not yet know what features the sites will need to have (but it will definitely be something with lots of functionalities), so we are looking for something with lots of features and more importantly to be easily extensi...

Text shows under the overlay for Jquery Tools Overlay in IE 7

Link : http://designbracket.com/ . Click on Our Services and the links under it. I have used Overlay of Jquery Tools to display overlay when any link is clicked. This is a drupal site . The problem is that though the overlay is opening as expected however the text is appearing under it in IE 7 while that does not happen in FF or Chrome (...