Tagged Questions

41
votes
41answers
2k views

Why no love for SQL?

I've heard a lot lately that SQL is a terrible language, and it seems that every framework under the sun comes pre-packaged with a database abstraction layer. In my experience t …
1
vote
0answers
35 views

Dead Frameworks/APIs

I couldn't seem to find a duplicate of this, so I'll ask it. What are some of the most memorable Frameworks/APIs/Middleware Solutions that have now long been depreciated? What …
1
vote
3answers
27 views

symfony routing problems with index.php

hey fellas, I have a site built in symfony. However, I'm putting some routing rules : resgister: url: /register param: { module: register, action: index } and I put a li …
1
vote
1answer
20 views

Trouble Using Third Party Framework In Xcode 3.2

I am attempting to set up my own project using a third party library (MPOAuthConnection) for connecting to an oauth REST API. Steps I've gone through thus far: Downloaded sourc …
0
votes
1answer
24 views

symfony routing problems

Hello, I'm building a site using symfony php framework. I have a link in my page which leads to page X : <a href="/X">test</a> well, the problem is, under my devel …
0
votes
2answers
88 views

.Net ORM/Business Object Framework Performance

Currently I am working with a custom business object layer (adopting the facade pattern) in which the object's properties are loaded from stored procedures as well as provide a pla …
0
votes
2answers
40 views

Frameworks for building so-called CRUD Admin UIs (over SQL tables)

What frameworks are targeted specifically at building so-called "CRUD Admin UIs" (basically, a set of screens for editing related SQL tables), whether Web Apps or Thick Clients. …
2
votes
7answers
216 views

Is there any way to write C# code without either the .NET framework or Mono? [closed]

Possible Duplicate: C# without .NET Framework I am curious if there's any way to be able to write C# code without the power of .NET or Mono, such as something closer to a …
0
votes
3answers
49 views

PHP request handler script and SEO

Would using a central "page handler" affect SEO negatively? eg A page request comes in for www.mysite.com/index.php, which mod_rewrite passes on as www.mysite.com/handler.php?page …
1
vote
4answers
17 views

Open Source Secure Sockets Framework

I am looking for an open source framework to build a proprietary protocol onto (Agent/Client talks to a Receiver/Server that stuffs things into a SQL database). I need session hand …
0
votes
1answer
28 views

Toolkit for making Windows Taskbar Tool Application?

Hi, I'm making a small tool application that user can minimize in the taskbar. I'm sure I've seen a toolkit for it in some blog a few years ago. I'm basically just looking for a p …
2
votes
2answers
59 views

Bundle framework with application in XCode

I am an XCode novice. I am trying to follow these instructions: http://wiki.remobjects.com/wiki/Linking%5FCustom%5FFrameworks%5Ffrom%5Fyour%5FXcode%5FProjects Clearly I am miss …
3
votes
7answers
245 views

Why is there a different string class in every C++ platform out there?

While I like programming in C++, I hate the idea of: std::basic_string vs QString vs wxString vs ............. Doesn't the standard string class satisfy the needs for these framewo …
-6
votes
3answers
95 views

Have you guys heard of thinkPHP, What is it? [closed]

Is it something like jQuery?
5
votes
6answers
199 views

What framework(s) would you suggest for a strong, extensible dev platform?

First, let me apologize for Yet Another Framework Question. But I think this is different enough from the usual "What framework should I choose?" to warrant it. Here's my situatio …

1 2 3 4 5 39 next
15 30 50 per page