I want to develop a mobile widget (I have developed several desktop widgets), but I'm concerned that I have to put the widget on the public mobile widget site....
Hi, I have a problem that appears to be in conflict with what I have understood from the Blueprint SDK Developers Guide v1 and v6, or perhaps I have...
Hello, I am new to php and servers. I am trying to test HelloWorld widget available in sdk , But when i am uploading the widget i am getting the following...
I have been using the index.php which has alot of 'class accessors'.Can you please give us an example of index.php linking with other <filename>.php under the...
Is your local system have a Public IP? You need to know how the Yahoo! Go application works. Yahoo! will try to grab the xml file that we pointing on the...
Hi, Why are the guys at yhoomobiledevelopers not good explaining things simply.Look at the reply you gave to this message.You should explain in detail and...
Hi, Why are the guys at yhoomobiledevelopers not good explaining things simply.Look at the reply you gave to this message.You should explain in detail and...
I am uploading the index.php supplied by Blueprint in the Hello world sample on to the Lycos Tripod server.The version of this server is PHP 5.2.1.But for some...
Hello Nitin, Look in the directory /server/xml-version and you will find the file htaccess.Put a . in front of htaccess so this becomes .htaccess and upload...
is there reason why Blueprint_Cell only allows strings, Blueprint_Em Blueprint_Strong as content. Will we have the option to add things like Blueprint_Select? ...
hallo techstar, This looks more like an issue with Lycos server itself. Do they have any instructions on how to deploy PHP scripts in their servers? Saludos! ...
Hello We are working with machines that don't support PHP. Can we develop mobile yahoo widgets using Java language instead PHP?.In this case, how can we do...
Hi, I'm new to this area and is interested in making a yahoo go widget. I would like to ask, is there an IDE similar to Microsoft Visual Studio which you can...
Hello techstar: i am a new guy. i just don't know how to test the snippet and where can i test it like we test the widget. Can anyone pls tell me about it?...
There is currently no IDE integration for Blueprint. You can start building your widget with a simple text editor and we suggest to start with the templates we...
The acctual problem was that you did not url encode your parameter (url=....) while a browser knows how to automaticaly do that ( exampel turn a space into a...
Hi all, I cannot get my location chooser to work whereas my code is more or less the same as the code in the location chooser how-to guide. The location...
Hi, Is there a way to link a URL to a image without using ImageList with ImageTrigger. I just want to put something like a banner...will be a image that must ...
Here is the code i use: $table = new Blueprint_Table( "rows", null, array(new Blueprint_Column ('Value', true))); $table->addRow(new Blueprint_Row('End', 'Aug...
Are you trying this in Go or the web? Which version of Go are you using? Have you tried it with the latest version of Go (3.0.43-02) which was released...
Hi, I encounterd the error when I upload my archive file, that the error displayed as the package is not valid or some files are missing (Unable to open...
Hi I 'm quite new to this forum and Yahoo's blueprint platform. After downloading the blueprint sdk, I read the BlueprintDevGuide and then i developed a simple...