frameworks

Redirection problem in Java(Wicket)

I have a page that is inherited from WebPage and is protected by class below: public final class WiaAuthorizationStrategy implements IAuthorizationStrategy, IUnauthorizedComponentInstantiationListener { private RealmPolicy roleManager; private static WiaAuthorizationStrategy instance; private WiaAuthorizati...

Is there still a good reason to support JDK 1.4?

I'm looking at putting together an opensource project in Java and am heavily debating not supporting JDKs 1.4 and older. The framework could definitely be written using older Java patterns and idioms, but would really benefit from features from the more mature 1.5+ releases, like generics and annotations. So really what I want to know i...

uses of frameworks

Personally i dont like to use Frameworks i think it will deprieve you from basics of language..what you people think about this... ...

.Net framework 2.0 Configuration Tool

I recently installed windows 7, visual studio 2008, and .net framework 3.5. With these installed, I was unable to find the .net framework configuration tool. It should be located in %windir%\Microsoft.net\framework\v2.0.507727\ with the file name mscorcfg.msc The only place I found something similar is in %windir%\Microsoft.net\fr...

how to setup url friendly in yii framework automatically ...

I just learning yii framework and read this tutorial about yii how to setup url but I have no idea, suppose i have 10 controllers, should I define one by one controllers in the config file ? is there a better way to setup url friendly like www.yoursite.com/yourController/yourAction/yourID for all controller ? I think codeigniter did ...

What would be a good way to make a school library website? Language, Framework, CMS?

Im toying with the idea of offering to make my school a website for their library. I am an intermediate php programmer with advanced front end skills (started off as a designer). Was hoping someone would have some suggestions best way to approach the project. ...

Which JavaScript framework is generally used for high performance websites?

There are different JavaScript frameworks like jQuery, Dojo, mooTools, Google Web Toolkit(GWT), YUI, etc. Which one from this is suitable for high performance websites? ...

Adding support for i18n in PHP with gettext?

I've always heard about gettext - I know it's some sort of unix command to lookup a translation based on the string argument provided, and then produces a .pot file but can someone explain to me in layman's terms how this is taken care of in a web framework? I might get around to looking at how some established framework has done it, bu...

Which Java Web-Framework is better suited to be used together with Scala?

Hi! I have a personal project - a web mashup which uses multiple REST-Apis and Webservices, which I would like to program using scala, mostly because I would like to use it as a pet project for learning this language. However, it is possible that the project grows and that other java programmers contribute to it. Furthermore, I would li...

PHP include file extension best practices

First off, I'll admit that I'm anal about such things. (Bad, bad, me.) However, I'm just wondering what's considered best practice in terms of naming PHP include files. As a base case I'm going to keep .php as the final extension (to help prevent un-parsed files being fetched), but to aid distinguishing between a front end file and an i...

How to create a template in magento framework?

hi I want to create a template in magento. How do I do this. Is there any tutorials for that or book please mention here Thanks ...

Best iPhone framework for 2D platform games

Which framework do you suggest for building a 2D platform game for the iPhone? I only need to move assets around the screen and detect collisions etc. I would think OpenGL. But maybe Quartz 2D is enough? Or is there something else I should be aware of? What are advantages and disadvantages of each? I guess there is a longer learning cur...

(Ruby On Rails) How to design the structure of functions to create the various documents ?

I want to build a website which can generate a specific employments contracts depends on the users(would be employer or HR manager) inputs and type of the employment. But now, I found it is damn hard to create pages and pages just because they have the different format, e.g the full-time employment contract will not have the sections on...

What would define a good validation framework?

Hi, First of all, I know a lot of questions exist on this matter but, after searching through a dozen of pages, I did not find any addressing this subject from this point of view. If such a question exists, please don't hesitate to close this one. Now, what are the specific facts that would define a good validation framework, judging b...

creating a .dll on a mac: .dylib or framework?

Hi all, I need to create a Mac version of our libraries for one of our customers. I am not so familiar with dynamic libraries on Mac, but from what I understand, I have 2 options: .dylib or frameworks. What would be the best option? Why? Few related questions: If I understand well, .dylib have to be installed in one of the stnadard U...

What does it mean to integrate something into a framework?

I was looking at a jquery control/library/etc. that I wanted in CodeIgniter. I have it working but it's all manual no "integration." What does it mean to have it integrated into CI? How would I know when I was done? I'm not sure what I was even looking for when I said "I wanted it in CodeIgniter." I guess something like $this->load-...

PHP Framework for existing database

We are developing a mobile version of our current site, and will prefer to read from the same DB as the main site. Given that this will be a mobile site, it will have only minimal (search + display) functionality. From what I gather, most framework make it very difficult to use an existing DB. Given the above, which PHP framework would...

Open source alternatives to meetup.com / Geolocation meetings enabler

Hi, Am looking to create a site similar to meetup.com for a local geography - does anyone have any suggestions on what frameworks I can use or can point to open-source software that work similarly? Thanks! Steve ...

How to tell a message sent to the MPMediaPlayer has timed out?

I've been working with the MPMediaPlayer framework for the 3.0 SDK. Sometimes the Media Player is slow to respond, or doesn't respond at all. I get warning messages in the console, but the user will never see these messages (and thus blame my app for the timeouts). Is there a way to recover from these timeouts? Can I set things to NOT ...

Application/GUI Framework Recommendations

I'm a .net developer looking for an application/GUI framework. I've really only found 1 example of what I am looking for which was provided in a DevExpress KB aricle. Does anybody have any opinions on this example or can recommend something that resembles this that might be better to use. I like the Outlook look and feel so the exampl...