20
votes
19answers
2k views
Is a successor for TeX/LaTeX in sight?
TeX/LaTeX is great, I use it in many ways. Some of it's advantages are:
it uses text files, this way the input-files can be diffed and many tools exist to work with text
it is very flexible
it has a …
11
votes
7answers
564 views
Are there any alternatives to Paypal that still have a robust API?
I currently sell a small software program and we use Paypal to handle receiving payment via Credit Cards.
Its fees are really high and some of their policies are a little overreaching.
What …
10
votes
14answers
567 views
Why don’t popular programming languages use some other character to delimit strings? [closed]
Every programming language I know (Perl, Javascript, PHP, Python, ASP, ActionScript, Commodore Basic) uses single and double quotes to delimit strings.
This creates the ongoing situation of having to …
8
votes
6answers
442 views
Why avoid CGI for Python with LAMP hosting?
I have been using PHP for years. Lately I've come across numerous forum posts stating that PHP is outdated, that modern programming languages are easier, more secure, etc. etc.
So, I decided to start …
8
votes
7answers
992 views
Ideas on this alternative to ORM + RDBMS?
I am currently developing a proof of concept for an alternative data store. The reason why is I need to enhance a read-mostly clustered webapp, but also because I want to free myself from the pain of …
8
votes
10answers
2k views
Alternatives to SQLite?
I've used SQLite before as a datastore for a C# winforms application, and it was great, however, it does possess many shortcomings.
I'm aware Microsoft have a product called SQL Server Compact …
7
votes
16answers
412 views
What is the state of non-Objective-C programming for iPhone?
After spending three weeks learning Objective-C and Cocoa programming for my work, I've been tasked with researching alternatives to it for iPhone development.
I know of two existing alternatives, …
7
votes
3answers
3k views
Is there a free alternative to ReSharper?
I'm wondering if there's a freeware and/or open source alternative to ReSharper on the market.
6
votes
13answers
710 views
Is there an alternative to CSS?
Is there a style sheet formatting language alternative to CSS? Or is CSS the current single language for doing Style Sheet formatting type things?
I looked at the write up of CSS on Wikipedia …
5
votes
9answers
632 views
Easy way to store and retrieve objects in Java without using a relational DB?
Do you know of an "easy" way to store and retrieve objects in Java without using a relational DB / ORM like Hibernate?
[Note that I am not considering serialization as-is for this purpose, as it …
5
votes
5answers
714 views
Is there a way to build a Flash 9 SWF from an FLA file without using the Flash IDE?
Two reasons this would be useful, in case there's some other way to achieve these goals:
1) Building in the Flash IDE is really slow; I was hoping a third-party compiler would be faster.
2) It would …
4
votes
3answers
168 views
How can I use FileInfo class, avoiding PathTooLongException?
How can I use (to avoid PathTooLongException):
System.IO.FileInfo
with paths bigger than 260 chars?
Are there similar classes/methods that return the same result of FileInfo class?
3
votes
3answers
47 views
Legacy iframes, what is a full fledged replacement for them?
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 …
3
votes
3answers
202 views
TinyMCE writes terrible HTML!
I've currently got TinyMCE incorporated into the backend editor of a simple blogging/page-editing app, but I'm extremely unhappy with the HTML code it creates. It does all sorts of messy things like:
…
3
votes
3answers
378 views
Mechanize and BeautifulSoup for PHP?
I was wondering if there was anything similar like Mechanize or BeautifulSoup for PHP?
