0
votes
2answers
23 views
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 …
0
votes
3answers
26 views
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?
1
vote
1answer
16 views
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 …
0
votes
2answers
29 views
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 …
0
votes
4answers
56 views
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 …
4
votes
2answers
60 views
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 …
1
vote
5answers
90 views
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 …
0
votes
0answers
19 views
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!
0
votes
2answers
58 views
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?
-2
votes
4answers
85 views
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?
…
3
votes
3answers
59 views
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 …
5
votes
6answers
147 views
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 …
0
votes
0answers
49 views
FAT filesystem analysis tool [closed]
I have a dump a FAT file system.
Is there a windows tool I can use to analyse it, including:
Provide basic information (sector size etc.)
Validate the file system, basic corruption checking
Allow …
1
vote
1answer
19 views
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;
}
…
-1
votes
3answers
134 views
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 …
