frameworks

Flex projects versus Actionscript projects

I have used Flex for about a year before deciding that I would rather develop Actionscript projects. At the time, it seemed that the framework was too heavy for the kind of work I was dealing with, mainly small web applications , personal sites, portfolios this sort of thing. I also thought that Flex was like a odd hybrid , something t...

What is the current state of the art in HTML canvas JavaScript libraries and frameworks?

I am currently investigating options for working with the canvas in a new HTML 5 application, and was wondering what is the current state of the art in HTML canvas JavaScript libraries and frameworks? In particular, are there frameworks that support the kind of things needed for game development - complex animation, managing scene graph...

Library to Integrate Facebook login with Play Framework?

I'm learning using Play Framework and doing a demo app for it. For this app I want also to integrate with the Facebook API, allowing users to log using Facebook Ids. Knowing that Play is a stateless framework and the way it works, there is some library or module recommended? I've not been able to find any but I ask just in case. ...

upgrading 1.1 Framework to 4.0

I guess i'm wondering if i need to upgrade one version at a time (2.0, 3.5, 4.0) or if I can just directly from 1.1 to 4.0? Thanks. ...

UI Builder fo CSS Framework

Hi! Did anybody knows any opensource "UI Builder" (based on javascript or adobe air or something else) for any CSS Framework or own? Thanks! ...

Build a Better Access Control System

I'm in the process of a building an access control system as part of a web framework I am developing. I want to make it super flexible and awesome. Can you help me by providing input and insight on my design? Here is my work so far (my specific questions are at the bottom): Users Users have a username (32 characters, no spaces) and pa...

Exposing C function from custom Objective-C Framework

I'm attempting to write my first custom Cocoa Framework and I want to expose a simple C function from the framework that wraps up a bunch of functionality, much like NSApplicationMain does. When I simply imported the files directly from within the project, everything went fine, the project built and my C function was called correctly. N...

Python framework for building ad serving application (like AdSense)?

What Python web framework (Django?, Pylons?, ...) suitable for building ad serving application (like AdSense)? ...

Deciding among with Java technologies should use - beginner

Hello fellas. I am not new to software developing, but in the last years I was almost completely involved with web applications development, most likely to PHP with MySQL/PostgreSQL. Now I am changing focus. I would like to start programming for desktop applications, with Java. The decision about language was motivated by the following ...

Android Suite of UI controls?

When I write web apps I rely on frameworks like jQuery, likewise in WinForm I use DevExpress's UI. Is there a UI framework with fancy looking buttons, graphics, transitions etc etc that I can rely on to build great looking apps ? ...

c# webproxy - a big adventure?

Hi @ll, since yersterday i play a little bit with the .Net WebProxy Class, because i think the usage of webproxys in one of the big traps in the development of applications with web access (my java experience). So i made a test case: i used a squid proxy without proxy authentication and defined the proxy settings in my "ms internet ex...

What is the best approach to write testunit in framework such as wordpress ?

i'm starting a new project. And what to know how to write a good testunits in existing framework such as wordpress ? is it possible to use phpunits or selenium RC ? ...

Spring - using applicationContext.xml and XXXXX-servlet.xml

I am integrating Spring MVC into an existing project I have been working on. By integrating, I mean I am rewriting the project using Spring, and using much of my old code. I have already setup the environment and have began working on it. I will refer to this project as ProjectX. I have already setup and configured my ProjectX-servlet.x...

Object Property Editor Framework

I would like to achieve the following in a configurable manner (that is little or no code modification in order to change behavior) : Problem Statement : a) For each part there are a set of key value pairs that can vary b) The key is a static string label and the value can be one of (text, single select list of values) c) The system ...

Hide the status bar

Hi, Please give me solution to hide the status bar of translucant screen, i have tries by setting Theme.NoTitleBar.Fullscreen but it works for normal activity, but its not working for the screen witch is translucant.Please give me the hint to solve the problem. Thanks ...

What are Differences Between .Net Framework 1,2,3.5,4?

I like to Know Difference and extra features of .NET FrameWork 1.0,2.0,3.5,4.0. ...

Recommended out of the box solution for online freemium service infrastructure?

I have developed an online based service where people can help market their businesses using my platform. I have spent many hours developing the core functionality, but have totally skimped on the login/credit card processing/website layout etc. Is there a good framework out there that I can easily slot into, without having to develop a...

Connection to Entity Framework from SSIS-package script task

From a script task in a SSIS-package I am calling a method in a DLL that uses Entity Framework. And when I´m debugging it stops in the DLL. Error message: "The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid" I had this error before, when I used ...

Anyone know about Rhomobile?

I read about http://rhomobile.com/ and I found this is great but I want to ask whether the application built with that would run in Browser or Natively on the device as this requires HTML and Ruby? ...

best practices for building a community website in PHP

I'm very new to php and I'm looking to build a community website. It should have support for user profiles, messaging, user photo gallery, authentication and profile comments. I've looked around and narrowed my options: 1-use a social networking package like elgg 2-use a php framework like cakePHP and add required functionality 3-start ...