frameworks

write an IE XHR proxy in javascript

Problem: I am looking for a way to intercept xhr.open() calls I am writing a framework which will run along side exiting code, over which i have no control I need to intercept the open calls in this existing code. I cannot change the existing code I must thus override the native XHR implementation for both IE and Firefox. I have made...

How can I determine the path to the C# compiler?

Is the path for the C# compiler, csc.exe, stored in a reference location somewhere? I am working on a custom tool to compile code snippets into their own DLL's by the users so location could vary, would like to automate this as much as possible before resorting to the locate file dialog box! ...

Which openGL ES frameworks are available to use for 2D user interfaces with iPhone OS?

Currently I start learning openGL ES, but I wonder what kind of helpful frameworks are out there to get things done faster? ...

Am I missing the point of Expression Engine?

Lots of people rave about Expression Engine, but I seem to be missing the point of it. The video tutorials show someone pasting entire HTML pages (which are inexplicably called "templates") into the system, making it appear that there isn't even a way to apply a site-wide template to your pages. Am I missing the point here? If you've use...

Use Grizzly transparently under the hood?

Is there a way to bind grizzly dynamic/transparent to my Java Applications (maybe by using spring)? Or is the IO handling part of the Web Container (eg. Glassfish)? ...

Help: Java web app framework like ASP.Net

Can anyone suggest a Java Web Application framework something like ASP.Net? Thanks. ...

What is the PastryKit Framework?

I'm trying to find any information I can on the PastryKit Javascript Framework. It appears to be in use on the iPhone User Guide that is displayed on the iPhone itself in Mobile Safari, but I cannot find any documentation or API. If you want to see it in action, open Safari 4, set your user agent to iPhone 3 (In the Develop menu) and che...

What is the most under-valued part of .NET?

The .NET framework is massive. I've used it for years and I've still not used most of it. I'd like to expand my knowledge of the Framework's backwaters but just reading thought it seems daunting. So I thought I'd tap up the Stack Overflow community first. What part have you found to be the most surprisingly useful? What's your favouri...

What's wrong with using a framework that has a lot of dependencies?

Hi, all. I recently told a friend that I was starting to learn Catalyst (Perl) and he fairly strongly emphasized that because Catalyst has so freakin' many dependencies, I should use something like Rails instead. Isn't that a good thing that there are a lot of dependencies? Doesn't that indicate a lot of code re-use? I understand tha...

Deploying Beta software updates and Sparkle

My application uses the Cocoa Framework Sparkle to deploy updates. I don't usually deploy beta's of my software but for my next update, I feel like I need to. My question is what is the best numbering strategy for deploying a beta using Sparkle. For anyone who tests my beta I'd like the update to be seamless when I release the next offic...

Are there any useful Silverlight Frameworks?

Are you using any framework (like Prism or Unity)? What are your experiences with them and are they mature enough to use in production apps? I would like to create a complete list of all frameworks: Prism (Guidance) Unity (DI/IoC) Ninject (DI/IoC) .NET RIA Services (Data) MEF (Extensibility) MVVM Light Toolkit (UI Patterns) Caliburn (...

Registry design pattern...good or bad?

The following code is from a tutorial (http://net.tutsplus.com/php/creating-a-php5-framework-part-1/), not mine. I have a few questions about this code... The article claims it is using the "registry design pattern"; is that the universal name for this design in the industry? Is there another similar patter out there that would be a b...

Which framework offers similar functionalities to ADO.NET Data services

I am new to both Django and Rails. I am thinking of developing an Web 2.0 style application and is planning to expose Restful services, which my UI tier would call to make CRUD operations (Something similar to ADO.NET Data services) I am yet to decide on the platforms and is looking for some advice on which one to side develop on? I am...

phpBB3 Developing - Where to start?

I'm trying to start building a whole application using phpBB3 user system as a base using CodeIgniter framework. However before starting I would like to hear a piece of advice from any phpBB3 Developer out there. I've been developing for Wordpress and Drupal. But recently I decided I would build up something fit to my needs instead of u...

Problem in Wicket

I have a page by name BranchMap that uses GoogleMap to show some building to user after he has logged in. the data was at first in protected(password required) situation (in CategoiresXML which extends ProtectedPage) but i found that google can't log in the system and make the page extended from WebPage. But now when I go to BranchMap pa...

Page Expiration in Java(Wicket)

I'm writing a wicket project for a social network.In my project i have authentication so when a user enter address of the home page he is redirected to login page in this way: public class MyApplication extends WebApplication { private Folder uploadFolder = null; @Override public Class getHomePage() { return UserHo...

Staff Web Service Framework

How does Staff web service framework compare to others for c++? ...

What is the best API/framework/platform you ever worked with?

Most programming is done on an existing framework or platform, and using various APIs which make your programming job much more convenient. It can either be a superbly designed set of APIs, or a nice framework which you managed to get really cool things done really fast. All answers should give concrete examples of why that framework ...

AJAX or a server side framework?

I am working with a friend on building a web site, in general this web site will be a custom web app along with a very custom social network type of thing.. Currently I have a mock-up site that uses simple PHP with AJAX and JSON and JQUERY and I love how it works, I love the way it all fits together. But for a mock-up I did not implemen...

Recommend some open source web frameworks for a fun project

I maintain very dull in-house business software for a living. Technologies included here are Java, Struts, Spring MVC, jsp, wicket, and a few others. I think it's time to branch out and learn something new. I am hoping to show myself with a side project that writing code can, in fact, be fun (in some plane of the universe), and that I...