frameworks

JSF 1.0 vs JSF 2.0

What is difference between these 2 version ? As a freshes to java, I just only got that, the difference is only at the point at architectural level. But, at a long perspective, I can't get that how much it affects to java ? Also, the MVC changes with JSF and Spring. Even if JSF has improved architecture, still Spring is in better use. Wh...

Fade out text value inside of text field using jQuery

I am not entirely sure if this is possible or not, I am pretty knowledgeable when it comes to jQuery and JavaScript in general, but this one has me stumped. I've created a simple plugin that clears a text input on focus and then displays the default value if nothing has been entered. Is it possible to fade out just the text itself insid...

Audio Framework in iPhone

There are three major frameworks for iPhone audio : AVFoundation Framework CoreAudio Framework OpenAL Library And in turn CoreAudio Framework has AudioToolkit Framework and AudioUnit Framework Is this correct? Suppose I import AVFoundation Framework into my project and it in turn needs a feature which is provided by CoreAudio...

C# Data Export Framework or tools.

Is there any data export framework in .net or something.I have need to device a tool kit to export legacy and data from older/legacy application to the new application under development,there are around three similar systems.To give you an idea the three have employee table.Is there any framework or dsl tool for this? Or I have to come u...

What python equivalent of Sinatra would you recommend?

I like the sinatra framework, but might have to work in python. A quick web search has uncovered a few python equivalents including itty, flask and juno. I'd like to know people's experience of these, or other sinatra equivalents. Which would you recommend? ...

I want to learn fundamentals first instead of specific API, Framework, Language. Where would I need to start?

After reading so many articles and blog posts on this vs that such as "RIA vs Web development", "Silverlight vs HTML5", "iPhone development vs Windows Phone 7 development", I realized that it doesn't really matter who wins. In a few years something new will come out, new frameworks will emerge, new technologies will be adopted. In the e...

ANSI C graphics extension

Hello, I have to make a project for the Windows OS in strics ANSI C (so im not allowed to use C++, C# or Objective-C). And I'm wondering if it is possible to use any kind of graphics. And if it's possible, how can I? Are there any open source frameworks for strict ANSI C that allow me to use GUI programming? Thanks in advance, Marnix ...

Which PHP framework is the most used and best supported

Possible Duplicate: Which PHP framework would you recommend? I'm looking to learn a PHP framework. Which one is the most popular? Which one would have the most users? Which one has the most support? I want to build applications that can be built with the help of others. Is there a lingua franca of PHP frameworks? Thanks ...

PHP library for managing mailing list

We have a web app that we are selling to clients. We have it running on a web host. This web host has TOS for doing mailings, and has requirements like unsubscribing after five bouncebacks. We are going to comply fully with CAN SPAM and the web host's TOS. Part of the app's functionality is that our client's customers can sign up for a ...

Trying to build ConnectionKit example (but failing)

Hello, I've got the latest(?) ConnectionKit library by doing: svn co http://opensource.utr-software.com/source/connection/tags/1.2.3/ Then went into the dir (1.2.3), opened Connection.xcodeproj with Xcode, set Mac OS X 1.5 | Release | Framework to build the framework -> Build successful. Then went into 1.2.3/Example, opened Connecti...

Why develop websites using PHP frameworks or open source product?

Now days most of PHP web development companies use PHP frameworks or open source products for developing websites but is that a right approach? If so but what will happen to the PHP programmer skill and knowledge? Don’t you think using approaches such as “PHP frameworks or open source modification” will kill the programmer skill over th...

Is there a good MVVM/MVP/MVC framework for JavaFX?

JavaFX with it's binding seems great technology for building UI layer, replacing PHP+AJAX, but are there any frameworks for building database forms applications with JavaFX, or it is meant to write everything from scratch? ...

What's the best Java web framework for my needs?

I'm creating an web application for company intranet, because other parts of this system are written in Java, so for integration purposes Java was chosen as a web frontend. There are the requirements: - it has to be simple to learn in short period of time - it has to support MVC pattern - no extended xml configuration - application will...

How to call a view from a view in Zend Framework?

I need to render a view from inside a view. For the sake of question, i'll call them blocks. I have 5 controllers, each of them has an action that is called BlockAction(), and it displays some of the information from that controller. In the Index page for the whole website I need to call all 5 of those BlockAction views. What could be...

Which .NET Web Application Framework would you recommend?

I am in the planning phases for an enterprise level web application that will likely be highly transactional in nature with a SQL Server back end database. Most of my development in the past few years has been implementation of Content Management Systems. However this will be an app that is built from scratch. It seems silly not to us...

VegUI Site Kit- Validation Question for Select, radio or textarea inputs

hi, Have you used VeguiSK, does any one out there knows how to validate input types like select-options, radio, checkbox or textarea inputs. What are the steps for the same using VegUI site kit used for client side validation Pls suggest some answers if you have the know how? The steps required are to be simple and using VegUI sitekit ...

Java GUI Frameworks - which are out there?

Hi there, I mainly developing JEE and now I'm in a situation where I need to write a small native Java app. But tbh I'm a little bit lost, which frameworks (SWING, SWT, etc.) are outthere? Is some rapid dev also possible with one of these? Maybe someone could provide me some links or share his experiences. Thanks! ...

WHich framework should i use for building ecommerce site in Python

I have chosen Python as a langauge to build my ecommerce webiste. The site will contains 1)Logins 2)registration 3)SHop Cart 4)Payment gateway 5)Admin can edit some content pages I have started learning basic python. But i want to build website and i have to start with one framework the web users can vary fromm 100's to 1000's SO ...

Case against stored procedures?

Any thoughts/comments on a database with over 3,000 stored procedures querying/accessing over 1,400 tables (overly normalized). Really want to use technologies such as Entity Framework, preferrably 4.0, and get the business logic out of those sproc's? Appreciate any real-life practical experience & feedback if you decide to share. This...

Where to learn Yii?

Hi, I have been trying to learn Yii without luck. I find Zend Framework, Kohana, Code Igniter among other frameworks much easier to learn than Yii. The documentation also su**s. Can you post links to easy-to-understand and well written tutorials/articles? The official documentation is filled with grammar errors and seems to be rushed......