Help for Yahoo user interface in a PHP site

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
sanju
Forum Commoner
Posts: 65
Joined: Sat Jun 21, 2008 2:15 am
Location: Kochi, India

Help for Yahoo user interface in a PHP site

Post by sanju »

Hi all,

In my new I am going to use Yahoo user Interface with Zend frame work. I have no prior experiance..


Pls Give answers for the questions below...

How we use yui in the project?.
YUI is suite for a social networking sites.?
How much it compatible with zend framework.?
How much is designer part in YUI implementation.?
Is there any documents other than the YUI api.?
All controlles in it can be run through web service?


Regards
Sanju
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Help for Yahoo user interface in a PHP site

Post by kaszu »

* How we use yui in the project?
See documentation how to use each widgets
* YUI is suite for a social networking sites.?
YUI is a library + widgets, you can use it for any type of app
* How much it compatible with zend framework.?
YUI is a javascript library for client-side, not server-side. YUI doesn't care which PHP library (or any other language) is on other end.
* How much is designer part in YUI implementation.?
As I said it's client-side. To implement it you will need frontend developer. If you want to create new theme, then designer will be needed.
* Is there any documents other than the YUI api.?
There are enough examples and tutorial about YUI on internet, but I don't think there is alternative documentation.
* All controlles in it can be run through web service?
I didn't understood what you were asking, maybe someone else can help
SeaJones
Forum Commoner
Posts: 48
Joined: Tue Jun 30, 2009 5:40 pm

Re: Help for Yahoo user interface in a PHP site

Post by SeaJones »

Hi Sanju,

From the posts of yours I've seen, and I don't mean to be nasty here, it looks like you're taking on too much at once. To go from no prior experience of YUI and Zend to building an entire site with them, well.

Basically, I'd only do this if the site had no particular deadline and was ideally a self-made project for yourself. If this is for a client you may be running into loads of trouble.

Sorry if I'm wrong, but this sounds like many of the guys on Rentacoder who obtain work and then work out how to do it.
Post Reply