Line numbers are great in the IDE when you are working with compiler errors - but they degrade overtime. In other words they change when code is added/removed/refactored and the line number that was used in a code review or stack trace may be in the wrong place.
Is there an alternative to using line numbers to identify specific lines of...
I've been using NClass for object/class modeling in class thus far.
However, I do not believe that it is capable of sequence diagrams, which is my next task.
I would prefer not to use Visio. Is there a good and free software solution for making sequence diagrams?
...
I was wondering the trade-offs for using databases and what the other options were? Also, what problems are not well suited for databases?
I'm concerned with Relational Databases.
...
I'm making a Flash app in Flash 10 and ActionScript 2.0 and need support for calling an EXE with some params and minimizing/close the application.
Neither Adobe AIR nor Zinc don't seem to support some code I made and I'm looking for a very simple alternative? Does anyone know about any?
...
Are there any other database engines that could be used on the iPhone, besides sqlite3? Something like textDb is for PHP, single-file and no server.
...
I am trying to integrate OpenID into my website but I am discovering OpenID website is still buggy. Does anyone know a good alternative.
...
Hi,
I'm wanting to use an ORM tool for an asp.net web app I'm working on. I've put together all my classes and just want to have the data persisted. I downloaded SubSonic 3.0 and began using the simple Repository...which was brilliant. I'm new to ORM tools as my first experience commercially was the DataSets/Stored Procs world for a few...
A site heavily using a main iframe
I inherited a legacy codebase/website, http://ninjawars.net . The iframes were in place before I started coding on the site.
I constantly hear about the problems of iframes (security, accessibility, layout issues), and I'm pretty certain that iframes aren't friendly for search engines (a big minus). ...
Hi all,
Does anyone have recommendations for an alternative library to SharpZipLib for full featured ZIP file handling using C#?
The reason we're looking for an alternative is the licensing. Despite the added clause to that projects GPL license, it still doesn't fly with our legal requirements. Most other open source licenses will do...
Hi,
I'm looking for a java library thats similar to .NET's Enterprise Library specifically the Data Access block.
More details.. working on a java poc and would like a library to build the data access.. no ORM's or something too complicated. The library should be able to use MsSQL as a database.
...
Say I have the string "Bar" and I want to know whether or not Bar is a valid object, and further, whether "Bar" extends "Foo". Would I be using Java reflection or is there a better way, like a database? and how would I do it?
Cheers
...
Currently, as I'm sure most of you are aware, the Flex (EDIT: Flex 3) compiler is extraordinarily slow. It does however have an API. My question is: are there alternative (possibly C/C++ based) compilers that are faster than the current Adobe one?
I realize compilers aren't something you can pump out in a few days, but if no alternat...
To make application.js more dynamic, I create javascript_controller and rename public/application.js to app/views/javascripts/application.js.erb
But <%= … %> does not look very good in javascript, are there any better templating engines for this task?
...
I'm writing an auction template for eBay, hoping that eBay would allow it. Apparently they don't because jquery has things like string.replace() etc.
The code is very basic.
$(document).ready(function(){
function changeImage(){
if($("#coin1").css("display") == "none"){
$("#coin1").fadeIn("slow");
}els...
Do anyone know a good alternative for the deprecated eregi_replace function?
I need it for this sniplet:
$pattern = "([a-z0-9][_a-z0-9.-]+@([0-9a-z][_0-9a-z-]+\.)+[a-z]{2,6})";
$replace = "<a href=\"mailto:\\1\">\\1</a>";
$text = eregi_replace($pattern, $replace, $text);
Thanks!
...
I need to archive multiple files using ruby, but I need to archive them in such way that they could be extracted without using my script (so I need popular format).
Problems with tar are max file length and problems with random file access while writing tar.
Good pure ruby library or ruby binding is highly desirable.
Built-in compress...
I love Java. It's great. In fact, I think Java code is just down right sexy! But, there are several things I hate about writing Java web apps:
So many configuration files. I have yet to find a server/container/framework/etc that allows me not to have to create a web.xml. And frameworks only ever add to this complexity.
I love the way P...
Does anyone know of a FOSS alternative to mediawiki?
Specifically I'm looking for the in-built features of granular access control, a hierarchy of pages users can navigate, and more easy to use than mediawiki.
...
What is the com+ alternative in .net? Is it .net remoting or WCF or something else.
...
Disclaimer: This might be a duplicate of datetime vs. timestamp?, but I feel I am not convinced of the answers:
My question is:
What are the good reasons to choose TIMESTAMP over DATETIME columns in MySQL?
I'm pretty sure I don't know everything there is about the differences between those two, so I will try to list the main advantages...