tools

Is there any visual tool for design and generate code of PHP classes?

I know that general, language agnostic design can be done with any of UML tools but is there anything made just for PHP (or with PHP as one of optional choices)? For now I use NClass, it's nice and easy to use but it is designed for C# so I have to use syntax of this language (types for method's arguments, etc.). I googled the web but I...

View an record values of properties without debugging

Is there a lightweight way to watch and record the values of properties of arbitary instances in my .NET application? Preferably one that works for release builds too and without having to attach a full fledged debugger. Sort of like what Crack.NET does but with live updates, recording and most importantly, one that works with mixed mode...

Browse a SQL-Dump file without importing it into a DBMS?

Is somebody aware of a tool that lets me browse MySQL-Files without having to import them into my database system? I'm looking for an easy way to inspect MySQL Backups quickly without having to import them - but still being nicely displayed, so viewing the SQL source is not really an option. Maybe there's a program that takes the SQL du...

good tool to quickly import some csv data into sql server

Every once in a while I find myself typing a one-off script to import some CSV data into a database, doing some column logic (e.g. turn column3 into uppercase) and/or field mapping (column2 in the csv goes to column 3 in de database, etc). Is there a nice tool which can do this easier? The least amount of features I'd need is: choos...

JDO design tool for GAE?

Hi, Is there a free JDO designer tool that will work nicely with Google App Engine projects? (I'm working in Eclipse) I need something to create some classes visually, then it could create/update my classes in certain packages. Something like Javelin, but a free alternative and something that is especially designed to work together wit...

How to choose developer tools (Delphi)?

As stated in many places in SO "hardware/software is cheap, people is expensive". Tools, like the ones listed here can really make a difference. Now I am stepping out of the cave and I am realizing that i must update myself. I started studying "theory", I have a busy schedule for reading books on Refactoring, UnitTest, OOP Patterns. Bu...

Drupal flash questions

I received from the client .flv files, and used SWF Tools to embed a different video in the right sidebar of each page. Now the client wants that changed, to .swf files. (I understand that both the .swf file and accompanying .flv file need to be present for this to work). Do I still use SWF Tools, or something else? Thanks in advance...

SQL Buddy alternative for oracle

I'm looking for oracle admin tool like SQL Buddy (here). I just want to use the browser to test my querys. ...

Looking for Benchmark/Performance Tools to test Android Hardware.

Hello Everyone, I am looking for a free or paid (the best in the market you know of) benchmark/performance tools for Android based smart phones hardware. Basically I need some tools to test the performance of CPU, Memory, Graphics etc.. Any help will be appreciated. ...

Tool Choice for WordPress Creation: Visual Studio or Webmatrix?

I would like to build my first Wordpress site as quickly as possible, but I happen to lean towards Microsoft products. I don't plan on touching code/PHP to build my Wordpress site, but I should mention that I am currently an expert C# developer in Visual Studio and have built ASP.NET 1.1 in the past. So should I go with Visual Studio 2...

Web debug: tracking GET source

I'm trying to fix a long standing bug in our rich GUI web app. It is a GET being executed out of place without query string parameters, causing uncaught exception on the business layer on the server due to missing parameters, returned as an error page. Environment: jQuery (UI) + DWR (allow Java and JS to call each other through AJAX) + ...

Html and CSS for emails, how to, where to?

Hi, I have to design quite a lot of html email. The way I do it at the present is I design and html file and the css until it´s looking good in the browser. Then I send it, and start fixing it for the different clients, there it all goes really wrong (believe me outlook plays tricks on your mind, much like his cousin IE does). The qu...

Personal meters & tools - C# or VB.Net?

Hello. I'm sure a lot of people around here tried Rainmeter or Google desktop. They are nice but I never felt comfortable using them on my desktop, either because they ate too many space or aren't much flexible in terms of settings and stuff that can be grabbed from the Webs. So I thought I'd make my own personal tools. It's intended f...

looking for any light tool for open *.sdf files

hi is there any light tool for open *.sdf files (sqlCE files) thank's in advance ...

looking for tool that format and escape long text string to valid c char*

Hello all i looking for a tool that takes long text string to valid const char *fmt for example i want to set char* with this java script as string: http://code.google.com/p/swfobject/link text in simple words i need to properly escape the java script string so i could printf() it later i hope now its clear Thanks ...

Any good tool to convert HTML entities in HTML documents to plain UTF characters?

I have many HTML documents containing many HTML entities of Unicode code point representation, e.g. بروح Is there a good tool to convert HTML entities in multiple HTML documents to plain UTF-8/UTF-16/UTF-32 characters? I want an offline converter tool that can do a batch job for this purpose. ...

good tool for indenting JavaScript files

Hi All, Can you suggest any tool to re indent minified JavaScript files and compressed CSS files? ...

Testing regular expressions tool (Linux/ubuntu)

Hello, I searched for a question about regexp testing/learning tools, but people usually suggest Windows based solution. I found one for ubuntu: redit. However, I'm wondering if there are better tools for the job. So, without further ado Q: What is the best tool for testing/leadning regular expressions for linux/ubuntu? Sorry if th...

Accidentally deleted tools [Mudbox]

Hello. I accidentally deleted few tool by middle mouse dragging. How can I restore those tools? Using Mudbox 2011 ...

Is there a good tool for debugging XAML's databinding behavior / errors at runtime?

WPF is a great toolset, and XAML databinding is very powerful, but I've often run into difficulty arising from its transparency: It can be tough to debug a databinding failure when no errors are thrown. For example, I recently had to change a Style declaration like this: <DataGrid.RowStyle> <Style> <Style.Triggers> ...