Just wondered how many application are written with MonoTouch and published in App Store?
Is MonoTouch ready to be used in production?
What other statistics do you know regarding this tool?
Hi,
Is there any free memory leak detection tool for QT programs to run on windows? I am using QtCreator as my IDE. If any plugin or add-on is available with QtCreator its best also.
Has anybody any idea about this?
There are lots of libraries for mass emailing but haven't found a good free tool which does the mass mailing out of the box with following features. Do you know any?
Templated content
Html mailing support
Multi threaded
Configurable sending delay
Like the question asks-I'm getting started with XAMPP, and I'm wanting to do some Zend tutorials, but I'm confused about whether you still use Zend tool to create the file structure as described here:
http://akrabat.com/wp-content/uploads/Getting-Started-with-Zend-Framework.pdf
or if you do something different in XAMPP?
Any ideas or links anyone can point me to?
Thanks!
I am implementing a very simple requirements management tool.
I want the URLs to look like this:
Shows home page for "Project One":
http://projectmanager/Project/Project%20One
Shows a list of requirements being worked on for "Project One"
http://projectmanager/Project/Project%20One/Requirements
Shows requirement 1 for "Project One"
http://projectmanager/Project/Project%20One/Requirement/1
How could I set up routes so that
http://projectmanager/Project/Project%20One
is handled by the project controller
http://projectmanager/Project/Project%20One/Requirements
and
http://projectmanager/Project/Project%20One/Requirements/1
is handled by the requirements controller.
Is it even possible?
I'm looking for a tool (preferably not InstallShield, and also preferably cheap/Free) that supports Chained MSI Installations. I've got several small installations that need to be able to be deployed separately, but also as one group, and I'd like to not have to maintain multiple installers.
It looks like I need Windows Installer 4.5 to do this properly, but I can't seem to find to much info when I'm looking around for what version of Installer is supported.
hi, im looking for a tool to program visually, like filemaker or velneo - visual velazquez, etc, im looking for open source software... thanks in advance
Is there a tool that will let you visualize a SQL Server 2008 cascade tree? I'm having troubles with items not being able to be deleted and I would like to see the path that SQL takes.
Hi guys:
I would like to seek your suggestion for the tool faciliate the multiple-browser testing of web site.
PS: ASP.NET is my current working environment.
Is there a tool (GUI) for creating / editing the properties-Files (and optional the interfaces) for the GWT internationalization (i18n) with Constants and Messages (no UIBinder i18n)?
Hi Do anyone know Good and CHEAPER tool we can use to create layered PDF in LAMP?
i came to know about PDFLib+PDI8 but thats €1590... but i am looking for cheaper option.. but must be same level to that PDFLib+pdi8.
Thanks in advance
Pravin P
Hello,
I am looking for a tool/command which can compare data between two PostgreSQL databases. The reason to do this is to have some external verification that the SQL script responsible for data migration from one PostgreSQL database to the other have been written correctly.
Any pointers would be appreciated
regards
Sameer
Hi All,
Is there any tool to know how many native memory has been used from my java application ?
I've experienced outofmemory from my application :
Current setting is :
-Xmx900m
Computer, Windows 2003 Server 32bit, RAM 4GB.
Also is changing boot.ini to /3GB on windows, will make any difference?
If is set Xmx900m, how much max native memory can be allocated for this process ? is it 1100m ?
Hi,
I am looking for an Open Source & Free Browser based Adhoc / End User Reporting Tool preferably based on Java (any other technologies are also welcome).
I have researched on JasperServer Pro, BIRT & Pentaho. Even though these are open source & free, the end user/adhoc reporting components needs to be paid annual license fees which is not quite affordable for us. So please tell you suggestions
Thanks In Advance.
Hi there,
I'm looking for a tool that can highlight code (ruby, php, javascript...) like with an IDE and then export the code to html format so that when opening the html page the code looks just like with the IDE
Thanks.
Hi,
I'm looking for a tool that allows me to analyze the compilation of a VS Solution (about 30 VS projects inside).
I would like to know after the global solution compilation, which projets fail and forward errors to developers.
Of course, I could analyze the compilation report... but I'm pretty sure that great tools are available !
What is for you the best one ?
Thanks a lot !
Can anyone suggest a performance analysis tool that runs on win32 on a native c++ app?
How about one that runs on Windows Mobile?
(Preferably one that does not cost too much)
Thank you.
I'm doing some web-dev and the designers slice and export from photoshop. The generated code is horrendous. The first thing i'm doing is taking everything out of the tags and putting them in css files. So i was wondering if there was a tool that can automate this?
Is there any tool to log current observers of a given object, in the spirit of what "gdb info gc-roots" does? I found "gdb info gc-references" could do that (sort of) as a by-product of its original purpose, but that won't work with non garbage collected apps. Thanks!
Hi,
I'm looking for a tool to enumerate all methods and properties on an activeX binary.
Right now, my solution consists in adding the activeX as a reference in a VB6 project, then use the object explorer (F2).
Is there anything quicker than that?
Ms ActiveX Control Pad isn't an option, as it's far less usable than the VB IDE.
Thanks
Can anyone recommend a decent tool for optimising images other than adobe photoshop, the gimp etc?
I'm looking to optimise images for the web preferably online and free.
Basically I have a client who can't install additional software on their work PC but needs to optimise photographs and other images for their website and is presently uploading 1 or 2 Mb files.
On a personal level I'm interested to see what other people are using...
I am working on a HUGE vs2003 website. Is there a quick snippet tool that i could use to connect to my dev database and test out different pieces of my code instead of running website over and over again??
i'm writing a menu-based OpenGL graphics editor.It is pretty basic. Every time i choose a new option in the pop-down menu, the older drawing disappears,this doesn't allow me to use the eraser tool...could anybody tell me how to solve this problem?thanx