online-tools

How to get City, Country, and Country Code for a particular IP Address in ASP.NET?

Hi, I am having an application in which i am storing user ip address. But now i want to store the City, Country and Country Code of the user on the basis of their ip addresses. So I am able to get the user's IP Address in ASP.NET but how to get other details. If its possible (which i don't thin it is) then tell me else tell me some alte...

HTML Examples - Syntax Highlighting and Encoding for Blog Posts

What is a really simple online tool for encoding and color coding HTML docs and snippets from reposting into blog entries? I found this one: http://www.stevetrefethen.com/highlighter/ but was looking for some alternatives. UPDATE: Sorry, I should have mentioned that I'm looking for more of a "one off" tool. I won't be posting code ...

Online validators, syntax checkers, testing tools

I often need to verify some simple code before posting, and it's great if I have installed IDE, but what if not? It would be nice to have online free tools for SQL, VB.NET, C# code validation, or maybe even testing. EDIT What I actually mean are online live web tools, like JSLint for javascript. Have you seen any? ...

Is there an online source highlighter?

I have a free Wordpress account, and this means I'm not able to install plugins for syntax highlighting. I'm doing all my source highlighting with pygments offline. This generates HTML code with inline styles ( so that I don't depend on a CSS file ). Is there an online tool that can do this? ...

Simple online testcase management tool

Hello! I am desperately looking for a simple, online test case management tool. Something inexpensive, for a small team, similar to the on demand version of fogbugz.com. I have found lots of tools but most are hundreds of dollars per license... I have heard of Testopia but this is based on bugzilla. I would like something independent...

Online tools to help application development

Hi, Not sure if this has been done before, but I think it will be a good idea to get a list of (free) online tools available that help application development. By 'online tools', I mean in-browser applications which require no extra downloads. I always seem to stumble upon cool applications (often after I needed it), so I thought it w...

on-line enviroment for developing an ASP.NET web application?

This may sound stupid... I am wondering if anyone knows on-line enviroment for developing an ASP.NET web application. What do i understand thru this? A website where you write your code, save the project, etc, and test it on-line. At the moment i am "stranded"... unable to test the code i write, because i can not install what i need ...

Execute Scripts online

I'm searching for a website where I can test python scripts within a simple form (so I don't need to install python on my local machine). I know there is a site that can do it (also other script languages like javascript, php are supported...) but I forget the name. Anyone can help me? Thanks! ...

What PHP "Online Project Management Software" would be the best for me?

I have a small project that only employs 2 developers right now (Maybe there will be more developers later, but i wanna keep it small). Maybe it can be non-php software, but i should work fine online at Sourceforge.net. So, can anyone tell me which would be the best free (OpenSouce preferred) software for project management, the feature...

Online option calculator like Sitmo.com

I'd like to know the best way to create online calculator for stock options such as this site http://www.sitmo.com/live/OptionVanilla.html I can see it uses CGI, and I like to learn what other ways to achieve the same goals using other languages. If anyone has experience building it and can freelance, I'd like to know as well. Our sit...

Are there any Online IDEs that support Objective-C?

Are there any online IDEs that support Objective-C? The popular ones seem to have neglected this language. Please include a link. ...

Open Source Programming Language online interpreter

How can I integrate programming language interpreter / compiler into a website like Codepad.org or Ideone.com? Is there any opensource solution? How do they ensure that the users do not write destructive code? I know that Ideone has an API, but I am more interested in a self hosted solution. ...