A framework is an existing library or set of libraries to help you complete a common task faster and more easily. In most cases the tag for a specific framework should be used instead of this tag.

learn more… | top users | synonyms (1)

-2
votes
0answers
8 views

How to create plugin module template in cms

I need understand how to invent a wheel and after try to read wordpress,joomla,drupal source code but it's so complicate can suggest me to resource or cms is easy to understand if three module is ...
-2
votes
0answers
57 views

Why don't JS and CSS come with modern standardized libraries from W3C? [on hold]

It looks absolutely rational. Successful ideas, workarounds, tricks and hacks of currently widespread frameworks can be abstracted into a cross browser standardized library. the questions is, should ...
-1
votes
0answers
9 views

framework to create tooltip (createjs and kineticjs)

I'm searching for a JS framework that is compatible with CreateJS and KineticJS to create tooltips on a canvas. I'm making an app that uses both CreateJSs and KineticJS and I want to draw tooltips on ...
-6
votes
0answers
30 views

How can I write cross platform mobile framework [on hold]

I want to develop a framework for smart phones. I want to make it cross platform framework(working on iOS,Android) like SQLite. So What language I want to use? and How Can I archive it?Please guide me ...
0
votes
0answers
7 views

Entity Framework Code First error Invalid column name

I have 3 db tables, InvoiceProduct, Engine and InvoiceProductEngineXRef. My classes look like this: public partial class InvoiceProduct { [Key, Column(Order = 0), ...
0
votes
0answers
6 views

Mapping With Hibernate Framework For Twice Primary Key

MySql table : it's primary keys : ogrenciID (String), dersKod (String), yil (String), yariyil (String) other columns are normal vize (int), final (int), bütünleme (int), gecmeDurumu ...
-3
votes
0answers
19 views

Drop box with my text field meet [on hold]

I would like a dropdown box my text field meet. So I select my articles and after the selection to fill my text boxes with the Hinterlegeten data from the database. How can I bewerkstellen this. Is ...
-2
votes
0answers
38 views

How can I dynamically create a website? [on hold]

I have a backend server, a web server, and some clients. When a client connects to the web server, the backend server sends a rough description of what to show to the client. The web server has to ...
-2
votes
4answers
38 views

Cross Platform Framework for Mobile application development? [on hold]

I have to develop an cross platform mobile application(i.e. for Android, Ios, Windows and RIM). I searched lot of frameworks on internet and now i confused to select. Please suggest me which one is ...
2
votes
1answer
51 views

What exactly is a Private API, and why will Apple reject an iOS App if one is used?

I've read several articles about this, and I just want to see if I understand this correctly: Apple will reject your app if you use a Private API... What is the main difference between a "Private ...
0
votes
0answers
10 views

Most suitable serverside (webserver) language/framework to access c++ libraries

I'm currently looking for suitable technologies to write a web application. And of course, there are many things to consider and one of those things is that one should be able to include c++ libraries ...
0
votes
0answers
20 views

How can one .NET application require different .NET versions?

I found an application that requires more than one .NET version. **Requirements:** .NET Framework 2.0, 3.0, and 3.5 SP1 is required So, how can one .NET application require more than one .NET ...
0
votes
1answer
21 views

throwIndexOutOfBoundsException in updateOomAdjLocked()

In my tests I see the following exception in updateOomAdjLocked() of ActivityManagerService: // java.lang.IndexOutOfBoundsException: Invalid index 27, size is 27 // at ...
-9
votes
0answers
57 views

Why Dailymotion use Symfony? [on hold]

I am learning several frameworks and micro-frameworks and I wondered why Daimymotion use a big framework like Symfony. I would say on account of all cache systems. But It's small compared the ...
-3
votes
3answers
52 views

Is it a good practice to have a DAO class for every database table in the project? If yes/no, then why? [on hold]

I am not using any ORM like hibernate etc. Just simple JDBC. Normally I have seen DAOz with respect to functionality like ItemNotificationDAO, PublicationDAO etc. So, is it a good practice to have a ...

1 2 3 4 5 399
15 30 50 per page