When you take a look at http://www.campaignmonitor.com/css/ you learn that you need to embed inline styles in your HTML, in order for your email to be read in any mail client.
Do you know any tools or script to automatically convert an HTML file with a declared in to an HTML file with only inline CCS style attributes ?
Edit: Any Java...
The tool which can be used to trace requirements specifications, design documents, source code, test plans.
...
I just got a heaping pile of (mostly undocumented) C# code and I'd like to visualize it's structure before I dive in and start refactoring. I've done this in the past (in other languages) with tools that generate call graphs.
Can you recommend a good tool for facilitating the discovery of structure in C#?
UPDATE
In addition to the too...
Over the past year, I've heard an increasing amount of hype regarding the Scala language. I know that there are several existing projects that have plans to integrate Scala support with IDEs; however, it isn't always clear how good the integration really is.
Do they currently support Intellisense as well as Eclipse and Netbeans do for ...
I love the syntax or railroad diagrams on json.org which are a graphical representation of the BNF language. I haven't found any tools that can produce results as eloquently. Can anyone identify the tool used to generate these diagrams?
...
Hi,
our client wants to change from Sharepoint 2.0 to 3.0. Of course they need all documents to be migrated too. I have some experience with 3.0 -> 3.0 migration, but that's all.
Main requirements are:
Document export from 2.0, import to 3.0
Migrate attributes too (CreateDate etc.)
Bulk mode
Thanx in advance!
...
I came across Lattix for analysing the architecture by investigating the code. It supports C/C++, Java, .Net, etc. One can define certain rules to maintain the defined architecture. The tool can flag any violations at build time.
Has anybody used this or any other similar tool? I see some benefit of this tool in development but not sure...
I'm digging into a huge legacy Python class that has a lot of methods. I eventually break complex ones into smaller pieces so the amount of methods increases even more. I wonder if there is a tool that can scan the Python code and build some kind of dependency diagram for its methods.
I define method x() to be a dependency of method y()...
In the bash command line, I want to find all files that are named foo or bar. I tried this:
find . -name "foo\|bar"
but that doesn't work. What's the right syntax?
...
I am looking for a tool to help me to more quickly grasp someone else's code. Usually I am working with 10-15 method call chunks scattered across 3-5 modules (DLLs or .NET assemblies). What I am after is a tool which could be used to draw an annotated call diagram in 10-30 minutes.
I think it should look like a some kind of combination...
Has anyone got any recommendations for tools/utilities to use in creating/debugging XPath queries for Windows ?
...
I have a RRDTool database that has data inside and I want to be able to import this data into another RRDTool database that differs only by the RRAs.
I want to increase the precision of historical data, so I tried how to grow the RRA via rrdresize but it doesn't recompute the added rows. That means I get strange results when graphing as...
I'm currently using E-TextEditor. This application is trying very hard to be TextMate for Windows, but unfortunately it isn't very stable. Also, it has some serious problems opening minified files (e.g. 70 kB JavaScript files), which is unacceptable IMHO.
Notepad2 has no problem at all opening these files, and seems to be very stable as...
Do you have a favorite site or homegrown page in your toolbox to help you during development of your Javascript?
Something to help you:
validate
run
debug, inspect
unit test
Looking for somewhere to paste my JS into, click a Run button, and have it evaluate the statements. This might be for simple snippets for manipulation of numbe...
Over the years I have seen many errors on corrupted Access *.MDB files.
I do not use Access as frontend, just as backend to store data Tables.
I already use the best practices: normalization, close the database connection ASAP, etc.
I was wondering if somebody knew which the best commercial tool to recover data from a corrupted MDB file...
Is there a good tool available (preferably opensource or free) that will take C# or VB.NET source code, prettify it (format it consistintly) and convert it into HTML source code (so I can post it on the web)?
...
And how they help you improve your programming ? Could they be integrated in IDE and if yes how ?
Edit: Thanks to altCognito There has been almost duplicate question before named:
What's in Your Utility Tookit**. "Allmost" since the listings there do not provide short explanations of what exactly each tool does
Edit: If this question ...
For example:
source control: git + adobe drive
3d: google sketchup -> *.dae -> blender -> *.obj
2d: photoshop/illustrator -> *.png
audio: audacity -> *.caf
code: ArgoUML, Xcode, Textmate
test: OCUnit
build: rake, Xcode
Feel free to mention any other tools that you think are awesome :)
Changed to Community Wiki
...
I am looking for the environment or process that should be used to set up a collaborative project. It would seem that one must protect oneself from certain on-line elements (who simply are out to cause problems) and attempt to find through some sort of process the most appropriate collaborators. Obviously, I have never tried to set up ...
Which is the best Open Source free client for querying an Oracle database?
It may additionally support other databases (MySQL, Postgres etc), since our development environment often requires switching between different databases.
...