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...
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"...
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...
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...
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).
...
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!
...
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.
...
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...
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?
...
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.
...
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!
...
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...
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...
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>
...
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...
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...
There is Firebug AddOn - "Inline Code Finder", but it doesn't show how many bytes! Do you know any tool doing it?
...
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
...
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...
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 (...