frameworks

Handling Types Defined in Plug-ins That Are No Longer Available

I am developing a .NET framework application that allows users to maintain and save "projects". A project can consist of components whose types are defined in the assemblies of the framework itself and/or in third-party assemblies that will be made available to the framework via a yet-to-be-built plug-in architecture. When a project is...

Do PHP Framworks Speed Up the Development Process?

I recently started working for a web firm as a freelancer taking my hobby of coding in PHP to a career level, and since then I have been overwhelmed by the amount of work that needs to be done within short time frames. The problem isn't being able to do what is asked, but being able to do it all as quickly as is needed of me. I never u...

What are the j2me bluetooth frameworks available ?

I am new to J2ME. I am working on a software which will send a image (taken from the camera) to a pc for further processing and am looking for a bluetooth framework. What are the ones, with good documentation and examples, available ? ...

How do I set the ip address on an iPhone using the private WiFiManager Framework in iPhone 0S 3.x

I have developed an app for my private use (i.e. not going to the AppStore) that uses the private WiFiManager framework found in iPhone OS 3.x. I have no troubles scanning for networks and binding with them. However, I am connecting to an ad hoc network so I have to sit around and wait while the interface assigns a default ip address to ...

What is CMS/Framework used in both of this website?

Both of this website has similar feature and interface, so I have strong feeling that both of this website built on same CMS/framework: lintasberita.com cekberita.com Its built on PHP But What is the CMS/Framework used by that website? Thank you. ...

What's the practical definition of software/programming framework?

The article in Wikipedia seems too verbose. I understand framework as a well designed set of libraries and tools. The Qt framework provides a set of libraries/tools for cross platform GUIs. The cocoa framework does the same thing for Mac. What's the practical definition of software framework? ...

your experience using symfony 2.0

Hi, I'm going to start a new project that's building web apps from scratch. I have been thinking about using symfony framework for this project. Should I start using symfony 2.0 or stick with 1.4 ? I estimate this project will be finish on May or June this year but I realise that symfony 2.0 still on development. Which one I should ...

How to use Facebook or othr social API to extend a personal site

I am designing a new site, and currently I'm looking for a powerfull CMS (like Wordpress, etc) to design my site based on it. every CMS has its own framework and that framework provide some functionality. But I want to create a flexible Framework wich can collaborate with ( and use from ) the other sites provided API to extend its func...

Frameworks to manage dates (effective date and expiry dates)

Hello, We have an object that can has an effective date and expiry date.(Ex. i want to maintain the price of a commodity for a time period) Business Rules - Effective date is always a valid date (a datestamp) but, expiry date can be null to indicate that the object is active throughout. Also, both effective and expiry date can be set ...

What does .ac extension refer to?

I visited Avis.com, and I notice the web pages have *.ac extension. Not familiar with this type--what language or framework is this? This something Python-related? Thanks. ...

navigation framework in silverlight 3 skipping constructor when usercontrol is of a derived type

Hi: I am using the NavigationFramework in Silverlight 3, and am running into issues where the constructor of the UserControl in the xaml I am loading is not being called, and I believe this is because the UserControl in the xaml I am calling is actually derived from another user control. I have stepped through the debugger with specifi...

Are There Any Other Web Programming Languages That Can Be Used Without A Framework Aside From PHP?

Python needs a framework, so does Java (for the web). I don't know much about Ruby or Coldfusion. But is there another language out there for the web that can stand alone as it is without a need for a framework or without strict adherence to a design pattern (MVC and the likes) aside from PHP? BTW, the statement that Python and Java need...

Overloading framework methods in objective-c, or retaining local changes with framework updates.

I am using cocos2d to build an iPhone game. It's mostly done, but along the way I came across some things that I would like to handle better. I am fairly new to Objective C, and honestly I do more Perl scripting in my day-to-day job than anything, so my C skills are a little rusty. One of them is the fact that I have modified cocos2d ...

HTML5+CSS3 Framework like BluePrint/960gs?

I'm starting a side project and want to build it with HTML5+CSS3. Backward compatibility isn't a concern. I wonder if exist a framework similar to BluePrint/960gs. Mainly, I'm looking for the grid system & typography. The best (and only) I found that plays nice with the new HTML5 tags is Less Framework, it's a good start but I wonder if...

Can you in any way interface Ruby Gems with PHP, Python, etc.?

Stupid question, and forgive me for asking, but someone is asking me, and I am not a super expert with Rails yet. Suppose I have some Rails gem I write. Now suppose a customer has some other framework, like Django or CakePHP, and I want to provide the functionality offered by my gem (eg. CRUD for automotive data) to them as a module in ...

Should I use Drupal or Kohana-type framework for a web "application"

The debate is that I need a PHP Framework/Drupal with the flexibility to add custom features to a potentially large application (web and with an api). However, with a framework, like Kohana, I see myself tackling and re-inventing the wheel with the simple stuff like account management and cms stuff. Account management and quick data col...

What .Net Namespace contains Entity for use in a generic repository?

I have a question that I'm ashamed to ask, but I'm going to have a go at it anyway. I am creating a generic repository in asp.net mvc. I came across an example on this website which I find to be exactly what I was looking for, but there is one problem. It references an object - Entity - and I don't know what namespace it is in. I typical...

Library or own Framework?

When should you use a library or a framework vs your own implementation. For example. MVVM, should I use Cinch/MVVM Framework or roll my own code? ...

PHP forms from various frameworks - Strengths/Weaknesses?

Looking around, there are plenty of options available for form management in PHP from several frameworks: Zend, CakePHP, CodeIgniter, Symfony, and probably several others offer solutions. All else being equal, which set of form classes do you prefer? What makes any of these better than the others? ...

Is there an easy way to develop with Swing Application Framework (JSR 296) AND Jython?

I'm learning Jython. I developed a simple Swing Application with Jython and it's ok. Now I would to use the Swing Application Framework (JSR 296). I did not find any example in Internet. ...