frameworks

Do you use a CSS framework?

If yes, which one? Why? If no, why? How do you fix cross browser CSS rendering? I currently use blueprint css, and I wonder if it's a good choice. Thanks! :) ...

Swiching back target framework (from 3.5 to 2.0) successfully

The only referenced assembly from the 3.5 framework in my project was System.Data.DatasEtextensions What i get now, is 102+ errors after swiching the target framework from 3.5 to 2.0 in visual studio. Of course the project is not compiled anymore and my typed dataset seems to be destroyed. What can i do? Here are some of the errors ju...

iPhone SDK:How do you play video inside a view? Rather than fullscreen.

Hi, I am trying to play video inside a UIView, so my first step was to add a class for that view and start playing a movie in it using this code: - (IBAction)movie:(id)sender{ NSBundle *bundle = [NSBundle mainBundle]; NSString *moviePath = [bundle pathForResource:@"Movie" ofType:@"m4v"]; NSURL *movieURL = [[NSURL fileURLWi...

3D CAD Graphics Framework on OS X - Suggestions?

I am looking to implement a 3D model viewer in my application. The application uses a series of interlinked plug-in objects, with user attributes, to contribute to the 3D form. (Basically a parametric design tool). The plug-ins must communicate via a common, simple, protocol as they may also be user contributed and so I am looking for ...

Using PubSub Framework in iPhone Apps

Is it posssible to use the Publication Subscription (PubSub) Cocoa framework in iPhone apps? I understand that the subscription features would not be available, but is it possible to use the feed-parsing features? (These would be very handy, since they handle multiple versions of RSS and malformed feeds.) ...

Tutorials For Caliburn Framework?

I'm learning Caliburn for a WPF project I am involved in and we are having a hard time finding good tutorials for it. I have looked through the Caliburn Wiki, and the samples that come with the download, but either the tutorials are lacking, or I am. =D I cannot view solution folders in VS Express so maybe I am missing some valuable s...

Lightweight C++ Gui Library

Hello everyone! I want to create GUI applications with C++ on Windows. I have downloaded Qt, and it works well, but it has sooooo much stuff in it and so many header files that I really don't use. It is a nice framework, but it has more than just GUI. Are there any lighter gui libs out there for Windows C++ that is "just gui"? Thanks...

Prototyping Web App Framework

I've been searching SO for ideas and suggestions on what best to use for prototyping a web app (see related question section). I have 3 weeks to created a prototype to demo. All functionality is specified. The UI is not but this is not required for the demo. In the past I have built highly bespoke solution in Perl and/or PHP, using Jav...

Mailing Labels - Java

I need to incorporate the printing of mailing labels in my web application. The addresses are in a DB, and the function will allow the user to select addresses, then hit a button to print mailing labels. Is there a Java framework for this? ...

j2me 2d graphics engine

For J2ME I found a number of GUI frameworks like LWUIT, J2ME Polish, Twuik etc however, I am looking out for a 2d Graphics Engine for the Java ME platform preferably lightweight < 50K, I came across TinyLine this supports reasonable features for a mobile device. On similar lines do we have an open source or free 2d graphics engine, lib...

How to develop methods which has the same functionality for some entities?

I have a framework of classes. Each class represents some entity and has basic static methods: Add, Get, Update and Delete. This methods made static because i want to allow perform some action without instantiating of the object. E.g., to add some object i have to do this: Foo.Add(foo). Now i want to have number of methods which woul...

What does it mean by putting dots into a struts forward tag?

As the example below, I came across this one when reading the source code of JAVA D.I.Y Forum. <forward name="feedback" path=".page.index.feedback"/> <forward name="group" path=".page.index.group"/> ...

Is JSR 296 (Swing Application Framework) stable enough to use? If not, what are the other options for small Swing apps?

Eclipse RCP and Netbeans Platform are too big for the smaller apps that I work on, but I would still like to use a framework to make my apps more maintainable and consistent. Are there any other small frameworks that would be useful here? ...

Unit Testing Frameworks - What are the key features

I've read a lot about the available .NET unit testing frameworks. What is not clear to me is what are the key features that differentiate the available frameworks. What are the must-have features that you look for when evaluating unit testing frameworks? ...

ILCrashreporter breaks Sparkle updates

I have just added ILCrashReporter-NG to my application to log application crashes. Unfortunately it seems to have broken my Sparkle updates (Sparkle gives an error when the appcast has downloaded and the Install button is clicked). I have added the ILCrashReporter launchReporterForCompany: report addr: method to applicationDidFinishLaunc...

Understanding the ASP.NET application folders

The application folders in ASP.NET are used for storing various elements critical to running a website. I want to get a handle on understanding these folders in more depth, specifically the folder accessibility. According to the article on ASP.NET Web Site Layout: The content of application folders, except for the App_Themes folde...

Problems with the PHP script to generate the licenses in Aquatic Prime

I am using Aquatic Prime to generate licenses for my application. I have no problems producing an validating licenses using the Aquatic Prime developer application, however I have not had any success with the PHP script. I am using Paypal as the payment mechanism, and this appears to have no problems as the license files I receiving have...

javascript css framework

Which is the best open source javascript css framework to implement? ...

libpng framework on OS X

I'm looking for an Xcode project file that will let me trivially build a dynamic framework for libpng to embed in a Mac OS X application bundle. I found this project for libpng 1.2.8, but I need something reasonably current. I can make the project file myself, but I'd rather not reinvent the wheel if I don't have to. Does this already...

Unable to add framework (MessageUI) to target

Obvious question if you know what/where to look...unfortunately I don't...yet. When I double-click my target and try to add the MessageUI framework it's not listed. I tried to do it manually and ran into trouble. I see that this app's target is for 2.2.1 and obviously MessageUI requires 3.0. Where can I set this? Do I need to create a n...