frameworks

.NET developer starting a social networking site, suggestions?

I am a relatively new programmer; a bachelors in CS, about 2 years out of college, working mostly with .NET in C#. I am fairly fluent with SQL interaction/scripting, and have done a little work with ASP.NET (mostly maintaining an existing site). I'm interested in starting a website in my free time, the closest thing I can describe to i...

J2EE Data layer frameworks

Hi, I am trying to figure out what are the most widely used frameworks on the data layer on a J2EE application server. I would like help in knowing which are used out there and what are their Pros and Cons. Thanks for the help. ...

What's new in .net 4 for MVVM?

Does .net 4 add anything new for working with MVVM? ...

Xcode: Can't Build Downloaded Project because Compiler Cannot Find a Framework

I'm new to this so please make allowances. I'm trying to build Audioslicer which seems to need a framework called IntervalSlider. The IntervalSlider build fails with: framework not found InterfaceBuilderKit. However, the framework seems to be present under the Frameworks group with the necessary headers. Can anyone suggest what I'...

Does the midori js framework support chrome browser?

Does the midori js framework support chrome browser? ...

looking for PHP Framework with special abilities

I am looking for a php web framework that supports multiple databases with the same schema/model. Every customer of us will become his own webserver with his own database. On top of this we want to develop a central administration app that works on all customer databases, which are all have the same schema/model. Is there a php framework...

How do I add programmatically-generated new files to source control?

This is something I've never really understood about source control, specifically Subversion (the only source control I've ever used, which isn't saying much). I'm considering moving to git or Mercurial, so if that affects the answer to my question, please indicate as such. Ok. As I understand it, every time I create a new file, I hav...

Wowhead.com Site Framework

I'm building a community website (not WoW related) and am curious what, if any, framework(s) Wowhead may use. The general, non-WoW specific functions of the site are near identical to what I need. A few of the features I'm interested in are: Item page comments User/Account management Forums Blog Content Management Search box suggestio...

With JavaEE6, do we still need Spring, Hibernate or other frameworks?

Question as stated on title. Thank you. ...

What is a good PHP design (pattern?) for my testing-application?

I want to write a simple class (PHP5) that can 'run' an unknown amount of subclasses. These subclasses are best translated as 'checks'; they all will more or less do the same thing and give an answer (true / false). Think of it as system startup checks. Over time new checks (subclasses) will be added to a directory and they should autom...

Please recommend a CMS framework in Java good for making a monitoring system

I already have Java code to display and process data from a database. I would now like to implement the code as modules, and incorporate as a whole into a CMS system. EDIT2: Most important, the CMS must have good support manually written gadgets and place them using AJAX, and inter-communication between gadgets The CMS MUST support Sp...

two context problem

Hi! I'm new here and hope you can help me a little. I use two contexts: <Context docBase="Base1" path="/Con1" reloadable="true"/> <Context docBase="Base1" path="/Con2" reloadable="true"/> Is it possible to start the tomcat in a way that we use just one context but we can somehow keep the other context? (maybe unvisible for the serv...

any python socket server framework?

Hi, I'm looking for a python socket server framework - not to handle http, but to handle tcp sockets. I've done it myself, but adding all the features is tedious. This framework would handle thread pooling, socket setup, signal handling, etc. A big feature is code-reloading. If I use apache/mod_python, or django, or whatever, I don't h...

Please provide me pointers for css guide lines for mobiles.

Please provide me guidelines for css for mobiles. The specific questions are: What are the recommendations for the width? Should it be fluid? Any recommendations for usage of Ajax in them. Can Jquery be used. Does all the fancy methods supported Any emulators that I must be using? Any framework that would ease the pain? Recommendations...

Where to start to develop a nano web framework for language X?

I want to be able write a very very simple MVC web framework to understand how the things work behind well known frameworks such as Django or RoR. My aim is not to develop a new framework (I probably couldn't anyway :)) but to learn things as I "try" to write one. Can you recommend a book, article etc.? Where do I start for such a thing...

PHP framework question

I'm currently working on a browser-based MMO and have chosen the LAMP stack because of the extremely low cost to start with in production (versus Windows + IIS + ASP.NET/C# + SQL Server, even though I have MSDN Universal). However I will need a PHP framework for this as it's no easy task. I am not restricted by anything other than the ab...

Advantages of Ample SDK framework

Browsing the Internet, I found the new Ample SDK JavaScript framework. From their about section: Ample SDK is a standard-based cross-browser JavaScript GUI Framework for building Rich Internet Applications. It employs XML technologies (such as XUL, SVG or HTML5) for UI layout, CSS for UI style and JavaScript for application logic. It...

Common development platform for Mobile or Hand-held devices

Currently we are working on a project in which we need to come up with some framework or common approach to have single code base used for developing an application that runs in Windows Mobile and Palm OS (WebOS). Is there any solution to this? I heard of "PhoneGAP" but I am not sure how successful it is in current situation. Any one kn...

GUI framework Java

Hello, I am looking for some framework or toolkit (style drag and drop) for creating gui in Java. I need to do quite complex application with dockings, toolbars, tables etc. Which one would be best? ...

Writing extra code to avoid learning new frameworks

I am a one-man shop at the place where I work, and when I started there I had zero experience and a BS degree from a below-par school of Computer Science. On top of that, my first project at the company involved not just figuring out good design principles, it also involved learning a new language. Needless to say, my code was crappy in ...