0
votes
0answers
5 views
How do I tell Gaia to cache loaded swf files?
I used Gaia framework to build a self-scrolling slideshow. There are only 4 pages in all, but I have realized to my dismay that each of these pages are requested over and over from the server. If you …
0
votes
0answers
5 views
DbServerSyncProvider & KnowledgeSyncProvider
This question is about the Microsoft Sync Framework.
Is it possible to sync a DbServerSyncProvider with a KnowledgeSyncProvider? (SqlCeSyncProvider for example).
I have a DbServerSyncProvider that …
0
votes
5answers
115 views
Create C# applications which are not framework dependant?
Is creating applications which don't depend on all of the framework components possible? I know that you can merge the framework with the app but the whole framework is about 20mb and I'm not sure if …
2
votes
3answers
95 views
which framework for this project?
I have a new PHP project coming up and I want to use a framework. I'm a little intimidated because I don't yet understand the workflow of using a framework, and what I'll need to do differently to get …
3
votes
9answers
2k views
Experience using Yii framework for actual PHP project
I've been using Code Igniter for my PHP projects, when I start them from the beginning. It is very nice framework, saves me a lot of work and let me have low level access if I need to do something …
22
votes
6answers
5k views
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 …
2
votes
4answers
121 views
What is the best practice for adding persistence to an MVC model?
I'm in the process of implementing an ultra-light MVC framework in PHP. It seems to be a common opinion that the loading of data from a database, file etc. should be independent of the Model, and I …
8
votes
11answers
770 views
J2EE — is it just fluff or the real stuff?
I'm familiar with the LAMP stack and over the years have successfully deployed a handful of web sties based on it. I've used everything from Apache + modPerl, to PHP, to Ruby and Rails. With good use …
0
votes
2answers
41 views
Choose the best Client/Server Validation Framework for MVC
Hi there,
Im trying to choose the best server/client validation framework to use with my MVC application. I would like to know what is the best validation framework to use with MVC to do server/client …
0
votes
2answers
25 views
How to Play audio from resource(C# Compact Framework 3.5)
Hi all,
Am trying to play audio from resource using Dot.net CF, I added an audio file for the resource Property in my application, and am try to using below sample resource file reference code for..
…
0
votes
5answers
945 views
Is there a memory limit for a single .net (3.5) process
We are currently thinking of building a cache-system to hold data pulled out of an SQL database and make it available to a couple of other applications (website, webservice, etc). We imagine the cache …
1
vote
1answer
24 views
Include framework in Xcode static library?
In short:
Is there a way to create a static library in Xcode such that when clients link with that library, they also link with the frameworks upon which that library depends?
The problem:
We have …
0
votes
2answers
19 views
Setting variable to be accessed by different methods within the class
I have a controller with different methods, but they all have to set a variable containing a list of items to be shown in a box in the view, I extract data from the DB and set $data['categories'].
Can …
0
votes
2answers
426 views
install (activate) .net 3.0 framework with an application in vista
if i have an application that requires .net 3.0, what is the proper way to make an install file out of it, that will install the application and then install (activate) the .net 3.0? i tried …
7
votes
24answers
1k views
Which java web framework you use in your day job ?
Java has lots of web frameworks to choose from and personally we may like different frameworks but in our job we can't use the framework we like personally due to many reasons, so which framework you …
