Search the web
Sign In
New User? Sign Up
yhoomobiledevelopers · Yahoo! Mobile Developers Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 886 - 915 of 915   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#915 From: "Markus Spiering" <markuss@...>
Date: Tue May 19, 2009 1:09 am
Subject: Group moved to Blueprint Developer Forum
markus_spiering
Offline Offline
Send Email Send Email
 
Hi everyone,

We moved this group (yhoomobiledeveloper) to the new Yahoo! Developer Network
forums. The forums will make it easier and faster to get answers, as you will
be able to search for answers from other related groups, too.

This group is now closed for new posts.

The new and already active Blueprint Developer Forum is here:
http://developer.yahoo.net/forum/index.php?showforum=94

Please post all future questions and comments there!

Markus

#914 From: "uday_singh_rawat1983" <uday_singh_rawat1983@...>
Date: Tue Apr 14, 2009 7:25 am
Subject: Error while uploading zip file "No file was uploaded"
uday_singh_r...
Online Now Online Now
Send Email Send Email
 
Hi,
Can anyone please help me ,I try to upload my zip file and getting error "No
file was uploaded".

I explain the scenario :

I created a java servlet application.And for public url case i hosted on
webappcabaret.com. (i.e. running my application over there).And in config file i
have given the login.bp address.

So my application is running fine when i checked in browser (IE and Mozilla),but
while uploading to yahoo blueprint ,it is showing error "No file was uploaded".

So can anyone tell what can be the possible reasons for error.And what should i
do to avoid this error.

Please help as soon as possible.

Thank you...........urging for the urgent help....thanks again

Uday

#913 From: "Markus Spiering" <markuss@...>
Date: Fri Apr 10, 2009 9:38 pm
Subject: ANNOUNCEMENT: The yhoomobiledevelopers Group is moving!
markus_spiering
Offline Offline
Send Email Send Email
 
Hi everyone,

It's time to update your bookmarks! The yhoomobiledevelopers Group is moving to
the new Yahoo! Developer Network forums and will be closing early May.

The forums will make it easier and faster to get answers for you. You will also
be able to search for answers from other related groups. This is especially
helpful when you work with other Yahoo! API's and/or developer services.

Here is the new URL for all your questions, issues, announcements, comments:
http://developer.yahoo.net/forum/index.php?showforum=94

Please post all future questions and comments there!

See you in the YDN Forums!

Markus

#912 From: Kush Bhandari <kush.bhandari@...>
Date: Thu Apr 9, 2009 11:26 am
Subject: Re: error code:19
kush.bhandari
Online Now Online Now
Send Email Send Email
 
Hi Balaji,
Before uploading packaged zip, Please ensure that

1. Your server is publicly accessible.
2. If you are using PHP, PHP is installed on your server.

If still issue persists, please let us know.
:)

Thanks!
Kush


--- On Thu, 4/9/09, BALAJI KUMARA <balajikumara@...> wrote:

> From: BALAJI KUMARA <balajikumara@...>
> Subject: [yhoomobiledevelopers] error code:19
> To: yhoomobiledevelopers@yahoogroups.com
> Date: Thursday, April 9, 2009, 5:44 AM
> Hi
> I Get the following error when i try upload the
> submission.zip file of twitter example after editing the
> config.xml to point to my app server..
> Any pointers?
> ===========================================================
>
> Sorry, the following error(s) had occured...
>
>     * The package is not valid or some files are missing
> (Unable to open /tmp/phpQ7aw03Returned error code:19).
>
> =========================================================
> <?xml version="1.0"
> encoding="UTF-8"?>
> <config
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>  xsi:schemaLocation="http://mobile.yahoo.com/widgets/schema/1.0/config/
> http://mobile.yahoo.com/widgets/schema/1.0/config/"
>  xmlns="http://mobile.yahoo.com/widgets/schema/1.0/config/">
>  <title>Twitter Example</title>
>  <version>1.0</version>
>  <identifier>twitter-example</identifier>
>  <description>An example Twitter
> Widget.</description>
>  <icon>icon</icon>
>  <author organization="Balaji"
> href="http://www.balaji.com"
> 	 email="me@...">
> 	 Balaji
>  </author>
>
>  <!-- change this widget base to your server url -->
>  <widget
> base="http://********/twitter_sample">
> 	 <preview>
> 		 <icon>icon</icon>
> 		 <label>Twitter!</label>
> 	 </preview>
>
> 	 <shortcuts>
> 		 <item default="true">
> 			 <label>Open</label>
> 			 <href>index.php</href>
> 		 </item>
> 	 </shortcuts>
>  </widget>
>
> </config>
>
> Thanks in advance
> BALAJI KUMARA

#911 From: "BALAJI KUMARA" <balajikumara@...>
Date: Thu Apr 9, 2009 12:14 am
Subject: error code:19
balajikumara
Offline Offline
Send Email Send Email
 
Hi
I Get the following error when i try upload the submission.zip file of twitter
example after editing the config.xml to point to my app server..
Any pointers?
===========================================================

Sorry, the following error(s) had occured...

     * The package is not valid or some files are missing (Unable to open
/tmp/phpQ7aw03Returned error code:19).

=========================================================
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	 xsi:schemaLocation="http://mobile.yahoo.com/widgets/schema/1.0/config/
http://mobile.yahoo.com/widgets/schema/1.0/config/"
	 xmlns="http://mobile.yahoo.com/widgets/schema/1.0/config/">
	 <title>Twitter Example</title>
	 <version>1.0</version>
	 <identifier>twitter-example</identifier>
	 <description>An example Twitter Widget.</description>
	 <icon>icon</icon>
	 <author organization="Balaji" href="http://www.balaji.com"
		 email="me@...">
		 Balaji
	 </author>

	 <!-- change this widget base to your server url -->
	 <widget base="http://********/twitter_sample">
		 <preview>
			 <icon>icon</icon>
			 <label>Twitter!</label>
		 </preview>

		 <shortcuts>
			 <item default="true">
				 <label>Open</label>
				 <href>index.php</href>
			 </item>
		 </shortcuts>
	 </widget>

</config>

Thanks in advance
BALAJI KUMARA

#910 From: "Markus Spiering" <markuss@...>
Date: Tue Apr 7, 2009 11:35 pm
Subject: Re: error 605
markus_spiering
Offline Offline
Send Email Send Email
 
When this error occurs it usually means that your server did not respond in a
timely manner and the request to your application timed out.

We can't reproduce the problem anymore and your mobile site shows up.

Markus

--- In yhoomobiledevelopers@yahoogroups.com, "a_s_h_i_s_h22" <a_s_h_i_s_h22@...>
wrote:
>
> my page was wrking fine till today bt now when i am trying to open my page
http://devtest-aasahaiasah22-helloworld22.bpapps.com/ an error shows :
> The website you are trying to access is not responding. Please try again
later. (Error Code: 605)
> cud anyone from development team help me on ths
> replies appreciated
> thanks!
>
> Ashish
>

#909 From: "Markus Spiering" <markuss@...>
Date: Tue Apr 7, 2009 10:59 pm
Subject: Re: coloring and attachment
markus_spiering
Offline Offline
Send Email Send Email
 
Right now you have to use the default (blue) color schemes that Blueprint offers
to you. We understand that this is one of the most important requests from
developers and are working on providing you that possibility.

Accessing the file system to select a file is also not yet possibile with the
current release of the platform. Please monitor this list and the blog at
http://mobile.yahoo.net/developer/blog for further updates.

Markus


--- In yhoomobiledevelopers@yahoogroups.com, Rafeequl Rahman <rafeequl@...>
wrote:
>
> Hello ...
>
> im new to blueprint and i already read the documentation but i cant find how
to coloring blueprint page ....
> can anyone tell me how to do some coloring on blueprint app ? and is it
possible to upload a file through blueprint app ? such image upload ?
> thx and sorry for my bad english
>
> regards,
> rafeeequl
>

#908 From: "Robby" <bdutzz@...>
Date: Tue Apr 7, 2009 11:12 am
Subject: Re: [ASK]BP Hello World sample
bdutzz
Offline Offline
Send Email Send Email
 
i've tried it again, and now no problem uploading the file, i think yahoo can't
access my domain at that time.

case closed :)

#907 From: "Richard Headon" <richard.headon@...>
Date: Tue Apr 7, 2009 6:04 am
Subject: Correct usage of the banner tag to display screen-wide images
richard.headon
Offline Offline
Send Email Send Email
 
Hi All

I am having trouble making the banner tag display images full screen width when
I set fill style to 'fill' as stated in the documentation. Additionally, if I
put the images in the submission zip, it will not display the images at all when
using the banner tag, it will only display images using the banner tag if I host
the images externally.

Can you confirm that images used in banner tags must be hosted externally? I
haven't found anything in the documentation that specifies this as a mandatory
requirement.

What image sizes should be used to make full screen width banners on screens
wider than the standard s5 devices, such as when viewed web browser or the
BlackBerry Bold. The documentation suggests 216x36 for s4 devices and 300x50 for
s5 devices. Does this mean that they should automatically be scaled up when
displayed on a BlackBerry 9000 (Bold) as this device has a screen width of 480
pixels? Is there another larger size for these new devices being planned? Say,
if I made images 600x100 would they scale down correctly for 'all' devices?

(NOTE: I have the 300x50 image works perfectly on an older device running Opera
mini)

Thanks.

#906 From: Rafeequl Rahman <rafeequl@...>
Date: Sun Apr 5, 2009 4:08 pm
Subject: coloring and attachment
rafeequl
Offline Offline
Send Email Send Email
 
Hello ...

im new to blueprint and i already read the documentation but i cant find how to coloring blueprint page ....
can anyone tell me how to do some coloring on blueprint app ? and is it possible to upload a file through blueprint app ? such image upload ?
thx and sorry for my bad english

regards,
rafeeequl


#905 From: "a_s_h_i_s_h22" <a_s_h_i_s_h22@...>
Date: Sat Apr 4, 2009 8:07 am
Subject: error 605
a_s_h_i_s_h22
Offline Offline
Send Email Send Email
 
my page was wrking fine till today bt now when i am trying to open my page
http://devtest-aasahaiasah22-helloworld22.bpapps.com/ an error shows :
The website you are trying to access is not responding. Please try again later.
(Error Code: 605)
cud anyone from development team help me on ths
replies appreciated
thanks!

Ashish

#904 From: "Robby" <bdutzz@...>
Date: Sun Apr 5, 2009 3:16 pm
Subject: [ASK]BP Hello World sample
bdutzz
Offline Offline
Send Email Send Email
 
hi, can any1 help me with this error?
i've tried BP SDK 1.1 Hello World sample:

PHP Version:  Take the following steps in order:

1.  Upload the contents of the "php-version" folder to a directory on your own server.  The "index.php" file in this folder will generate the script that produces the content of the "Hello World!" page.  done well (index.php, lib folder, lib/blueprint.php)

2.  In the "submission" folder, open the "config.xml" file and follow the instructions outlined in the comments.  Most importantly, you'll need to change the widget "base" attribute to point to the directory in which you uploaded the files in step 1.  Example:  <widget base="http://www.your-domain.com/your-directory">. (Note: As of this writing, it is important to keep the trailing slash off of the final directory as shown here.) done well (changed to http://my-domain.com)

3.  Save the "config.xml" file in the same folder ("submission") in which you opened it. saved

4.  Zip the "submission" folder using the archiving utility of your choice (WinZip, WinRAR, OSX, etc.).  Make sure the archive file has the ".zip" extension (e.g. submission.zip). zipped (the submission folder)

5.  In a desktop web browser, go to:  http://mobile.yahoo.com/developers done this really well :)

6.  Follow the instructions to create a new Blueprint project and when prompted to upload navigate to the zip file you created in step 4.  even this really well

7.  As long as you are correctly signed-in to Yahoo! your file will be uploaded and verified. Any syntax problems or missing files will be reported at this time. get an error message like this :

Upload your ZIP

Sorry, the following error(s) had occured...

  • Unable to access URL specified (http://my-domain.com/index.php).

8.  If you see the "Success!" notification,  follow the instructions to test your widget on your mobile device (again, you'll need to be logged-in with the same Yahoo! ID on your device).

i'm stuck at 7, with that error, i've checked all steps carefully, nothing missed.
even i've tried to open http://my-domain.com using hidemyass.com and an index.php file returned containing this :
<?xml version="1.0" encoding="UTF-8"?>
<page>
 <content>
  <module>
   <header layout="simple">
    <layout-items>
     <block>PHP Version</block>
    </layout-items>
   </header>
   <block>Hello World!</block>
  </module>
 </content>
</page>

any1 get the same error? is this yahoo's error?

Regards,

Robby

#903 From: "juergenschroeder@..." <yahoo@...>
Date: Mon Apr 6, 2009 6:49 am
Subject: Re: Standalone Application
juergenschro...
Offline Offline
Send Email Send Email
 
I guess I was talking about the future then. I am planning to develop a
standalone mobile app and was wondering whether Blueprint would be a good thing
to use.

For me it would be important, that the mobile app runs on the phone without the
need of additional software, the user has to download. I am aware that Yahoo
Mobile App is not yet available, but maybe someone has some more information
than I have.

Thanx
Jürgen


--- In yhoomobiledevelopers@yahoogroups.com, "Markus Spiering" <markuss@...>
wrote:
>
> As of today you can deploy your Blueprint service in two different ways:
>
> 1. Mobile Website
> You can use the Blueprint 1.1 language specification to build a mobile website
that looks great across a wide range of devices. The Mobile Sites runtime will
support 4000+ different mobile devices by June/July this year. See our blog
announcement:
http://mobile.yahoo.net/developer/blog/2009/03/24/extended-device-coverage-for-b\
lueprint/
>
> 2. Mobile Widget for Yahoo! Go
> Using the Blueprint 1.0 language specification you can build services to
integrate with Yahoo!'s popular Yahoo! Go software. The successor of Yahoo! Go,
the new Yahoo! Mobile application, will launch in May and will also support
Blueprint 1.1 features.
>
> Using this deployment possibility the user will need to have Yahoo! Go (or
later the Yahoo! Mobile App) installed on their phone.
>
> The Runtime for Mobile Apps is not yet available.
>
>
> Markus
>
>
> --- In yhoomobiledevelopers@yahoogroups.com, "juergenschroeder@" <yahoo@>
wrote:
> >
> > Hi,
> >
> > as I learned from the documentation the Blueprint Mobile Runtime is required
on the user's phone for standalone application.
> > Can the runtime be distributed together with the application? Or will the
application not run unless the user download the runtime by himself?
> >
> > Regards
> > Jürgen
> >
>

#902 From: "Markus Spiering" <markuss@...>
Date: Fri Apr 3, 2009 5:56 pm
Subject: Re: <Ask> Delete item in Apps in Development
markus_spiering
Offline Offline
Send Email Send Email
 
This option is not yet available in the dashboard but it will be clearly added
soon.

Thanks for your input!

Markus

--- In yhoomobiledevelopers@yahoogroups.com, "Jon" <lamida_kurogane@...> wrote:
>
> Is there any way to delete Apps in Development in Manage your Apps &
Development page in My Blueprint Apps site?
>
> Any reply really appreciated
>

#901 From: "Surya Iwan Gunawan" <nawisigun@...>
Date: Fri Apr 3, 2009 9:50 pm
Subject: Remove Application in development
suryaig
Offline Offline
Send Email Send Email
 
Hi,

Anyone who knows how to remove application in development from my blueprint
applications panel? I've searched through this group but No answer is there.

regards,
Surya IG

#900 From: "Jon" <lamida_kurogane@...>
Date: Thu Apr 2, 2009 10:46 pm
Subject: <Ask> Delete item in Apps in Development
lamida_kurogane
Offline Offline
Send Email Send Email
 
Is there any way to delete Apps in Development in Manage your Apps & Development
page in My Blueprint Apps site?

Any reply really appreciated

#899 From: "Markus Spiering" <markuss@...>
Date: Thu Apr 2, 2009 9:02 pm
Subject: Re : Re: 404 error while testing new blueprint sdk 1.1
markus_spiering
Offline Offline
Send Email Send Email
 
An another note you also need to make sure that you test your service either in
an PC browser (we recommend Firefox) or on a supported device (we recommend
here: iPhone, iPod Touch, Nokia S60 with Webkit browser).

Markus

--- In yhoomobiledevelopers@yahoogroups.com, "Markus Spiering" <markuss@...>
wrote:
>
> Please use the following URL to test your service:
>
> http://devtest-pvimob-bp-sdk-test.bpapps.com/
>
> Make sure that you don't have the "/--/fb/fallback..." part in the URL.
>
> Markus
>
> --- In yhoomobiledevelopers@yahoogroups.com, Pv Pv <pv.imob@> wrote:
> >
> > Hi Marcus,
> > What url did you use because I'm not getting the error message?
> > I used :
> >
http://devtest-pvimob-bp-sdk-test.bpapps.com/--/fb/fallback/fallback.bp?wid=devt\
est-pvimob-bp-sdk-test&_skip=yes
> >
> > which is the url of the test widget on the  "devtest.m.yahoo.com" page.
> >
> > Thanks in advance..
> >
> > --- En date de : Jeu 2.4.09, Markus Spiering <markuss@> a écrit :
> > De: Markus Spiering <markuss@>
> > Objet: [yhoomobiledevelopers] Re: 404 error while testing new blueprint sdk
1.1
> > À: yhoomobiledevelopers@yahoogroups.com
> > Date: Jeudi 2 Avril 2009, 6h18
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >             When we tested your service, we did not receive a 404 error but
the Blueprint you created was invalid:
> >
> >
> >
> > FATAL: Invalid Blueprint
> >
> > Opening and ending tag mismatch: placard line 0 and layout-items
> >
> >
> >
> > Please double-check your Blueprint XML code.
> >
> >
> >
> > Markus
> >
> >
> >
> > --- In yhoomobiledeveloper s@yahoogroups. com, Pv Pv <pv.imob@ > wrote:
> >
> > >
> >
> > > Hi,
> >
> > > I have a 404 error when testing the new bp 1.1 sdk.
> >
> > > Basically, i followed the following steps:
> >
> > > 1. uploaded a zip for testing.
> >
> > > 2. After uploading i was redirected to a "test options " page with the
following option for bp 1.1 : Go to devtest.m.yahoo. com
> >
> > > Did so, found my widget but when i clicked on it - 404 error.
> >
> > >
> >
> > > The widget id is : devtest-pvimob- bp-sdk-test
> >
> > >
> >
> > > Thanks in advance for any suggestions. .
> >
> > >
> >
>

#898 From: Test Orion <test.orion@...>
Date: Thu Apr 2, 2009 7:15 pm
Subject: Re: Re: Publish Issue and Image Issue
test.orion
Offline Offline
Send Email Send Email
 
This is code for the Banner, Please check this and let me know whts wrong in this?


<module>
        <display-ad>
            <banner fill-style="fit"
             resource="OrionMainLogo.png" />
            <load event="activate"
               resource="main.bp" />
        </display-ad>
        </module>

--- On Thu, 4/2/09, Markus Spiering <markuss@...> wrote:

From: Markus Spiering <markuss@...>
Subject: [yhoomobiledevelopers] Re: Publish Issue and Image Issue
To: yhoomobiledevelopers@yahoogroups.com
Date: Thursday, April 2, 2009, 6:13 AM

Hi Mani,
can you post the XML code that you are using to display the header images?

Markus

--- In yhoomobiledeveloper s@yahoogroups. com, Test Orion <test.orion@ ...> wrote:
>
> Hi Mark,
>  
>   I published my site for Yahoo Go. orionmobile. bpapps.com. Still its showing Pending status.Please help me to resolve this.
>  
>  
> Images for banner (Header and footer) would not Publishing., Images are available on the images folder
>  
> Please let me know how to resolve this
>  
>  
> Thanks
> Mani
>  
>



#897 From: "Markus Spiering" <markuss@...>
Date: Thu Apr 2, 2009 5:36 pm
Subject: Re: Standalone Application
markus_spiering
Offline Offline
Send Email Send Email
 
As of today you can deploy your Blueprint service in two different ways:

1. Mobile Website
You can use the Blueprint 1.1 language specification to build a mobile website
that looks great across a wide range of devices. The Mobile Sites runtime will
support 4000+ different mobile devices by June/July this year. See our blog
announcement:
http://mobile.yahoo.net/developer/blog/2009/03/24/extended-device-coverage-for-b\
lueprint/

2. Mobile Widget for Yahoo! Go
Using the Blueprint 1.0 language specification you can build services to
integrate with Yahoo!'s popular Yahoo! Go software. The successor of Yahoo! Go,
the new Yahoo! Mobile application, will launch in May and will also support
Blueprint 1.1 features.

Using this deployment possibility the user will need to have Yahoo! Go (or later
the Yahoo! Mobile App) installed on their phone.

The Runtime for Mobile Apps is not yet available.


Markus


--- In yhoomobiledevelopers@yahoogroups.com, "juergenschroeder@..." <yahoo@...>
wrote:
>
> Hi,
>
> as I learned from the documentation the Blueprint Mobile Runtime is required
on the user's phone for standalone application.
> Can the runtime be distributed together with the application? Or will the
application not run unless the user download the runtime by himself?
>
> Regards
> Jürgen
>

#896 From: "Markus Spiering" <markuss@...>
Date: Thu Apr 2, 2009 5:27 pm
Subject: Re : Re: 404 error while testing new blueprint sdk 1.1
markus_spiering
Offline Offline
Send Email Send Email
 
Please use the following URL to test your service:

http://devtest-pvimob-bp-sdk-test.bpapps.com/

Make sure that you don't have the "/--/fb/fallback..." part in the URL.

Markus

--- In yhoomobiledevelopers@yahoogroups.com, Pv Pv <pv.imob@...> wrote:
>
> Hi Marcus,
> What url did you use because I'm not getting the error message?
> I used :
>
http://devtest-pvimob-bp-sdk-test.bpapps.com/--/fb/fallback/fallback.bp?wid=devt\
est-pvimob-bp-sdk-test&_skip=yes
>
> which is the url of the test widget on the  "devtest.m.yahoo.com" page.
>
> Thanks in advance..
>
> --- En date de : Jeu 2.4.09, Markus Spiering <markuss@...> a écrit :
> De: Markus Spiering <markuss@...>
> Objet: [yhoomobiledevelopers] Re: 404 error while testing new blueprint sdk
1.1
> À: yhoomobiledevelopers@yahoogroups.com
> Date: Jeudi 2 Avril 2009, 6h18
>
>
>
>
>
>
>
>
>
>
>
>
>             When we tested your service, we did not receive a 404 error but
the Blueprint you created was invalid:
>
>
>
> FATAL: Invalid Blueprint
>
> Opening and ending tag mismatch: placard line 0 and layout-items
>
>
>
> Please double-check your Blueprint XML code.
>
>
>
> Markus
>
>
>
> --- In yhoomobiledeveloper s@yahoogroups. com, Pv Pv <pv.imob@ > wrote:
>
> >
>
> > Hi,
>
> > I have a 404 error when testing the new bp 1.1 sdk.
>
> > Basically, i followed the following steps:
>
> > 1. uploaded a zip for testing.
>
> > 2. After uploading i was redirected to a "test options " page with the
following option for bp 1.1 : Go to devtest.m.yahoo. com
>
> > Did so, found my widget but when i clicked on it - 404 error.
>
> >
>
> > The widget id is : devtest-pvimob- bp-sdk-test
>
> >
>
> > Thanks in advance for any suggestions. .
>
> >
>

#895 From: Pv Pv <pv.imob@...>
Date: Thu Apr 2, 2009 8:13 am
Subject: Re : Re: 404 error while testing new blueprint sdk 1.1
pv.imob
Offline Offline
Send Email Send Email
 
Hi Marcus,
What url did you use because I'm not getting the error message?
I used :
http://devtest-pvimob-bp-sdk-test.bpapps.com/--/fb/fallback/fallback.bp?wid=devtest-pvimob-bp-sdk-test&_skip=yes

which is the url of the test widget on the "devtest.m.yahoo.com" page.

Thanks in advance..

--- En date de : Jeu 2.4.09, Markus Spiering <markuss@...> a écrit :
De: Markus Spiering <markuss@...>
Objet: [yhoomobiledevelopers] Re: 404 error while testing new blueprint sdk 1.1
À: yhoomobiledevelopers@yahoogroups.com
Date: Jeudi 2 Avril 2009, 6h18

When we tested your service, we did not receive a 404 error but the Blueprint you created was invalid:

FATAL: Invalid Blueprint
Opening and ending tag mismatch: placard line 0 and layout-items

Please double-check your Blueprint XML code.

Markus

--- In yhoomobiledeveloper s@yahoogroups. com, Pv Pv <pv.imob@... > wrote:
>
> Hi,
> I have a 404 error when testing the new bp 1.1 sdk.
> Basically, i followed the following steps:
> 1. uploaded a zip for testing.
> 2. After uploading i was redirected to a "test options " page with the following option for bp 1.1 : Go to devtest.m.yahoo. com
> Did so, found my widget but when i clicked on it - 404 error.
>
> The widget id is : devtest-pvimob- bp-sdk-test
>
> Thanks in advance for any suggestions. .
>



#894 From: "juergenschroeder@..." <yahoo@...>
Date: Thu Apr 2, 2009 8:02 am
Subject: Standalone Application
juergenschro...
Offline Offline
Send Email Send Email
 
Hi,

as I learned from the documentation the Blueprint Mobile Runtime is required on
the user's phone for standalone application.
Can the runtime be distributed together with the application? Or will the
application not run unless the user download the runtime by himself?

Regards
Jürgen

#893 From: "Markus Spiering" <markuss@...>
Date: Thu Apr 2, 2009 6:13 am
Subject: Re: Publish Issue and Image Issue
markus_spiering
Offline Offline
Send Email Send Email
 
Hi Mani,
can you post the XML code that you are using to display the header images?

Markus

--- In yhoomobiledevelopers@yahoogroups.com, Test Orion <test.orion@...> wrote:
>
> Hi Mark,
>  
>   I published my site for Yahoo Go. orionmobile.bpapps.com. Still its showing
Pending status.Please help me to resolve this.
>  
>  
> Images for banner (Header and footer) would not Publishing.,Images are
available on the images folder
>  
> Please let me know how to resolve this
>  
>  
> Thanks
> Mani
>  
>

#892 From: "Markus Spiering" <markuss@...>
Date: Thu Apr 2, 2009 6:18 am
Subject: Re: 404 error while testing new blueprint sdk 1.1
markus_spiering
Offline Offline
Send Email Send Email
 
When we tested your service, we did not receive a 404 error but the Blueprint
you created was invalid:

FATAL: Invalid Blueprint
Opening and ending tag mismatch: placard line 0 and layout-items

Please double-check your Blueprint XML code.

Markus


--- In yhoomobiledevelopers@yahoogroups.com, Pv Pv <pv.imob@...> wrote:
>
> Hi,
> I have a 404 error when testing the new bp 1.1 sdk.
> Basically, i followed the following steps:
> 1. uploaded a zip for testing.
> 2. After uploading i was redirected to a "test options " page with the
following option for bp 1.1 : Go to devtest.m.yahoo.com
> Did so, found my widget but when i clicked on it - 404 error.
>
> The widget id is : devtest-pvimob-bp-sdk-test
>
> Thanks in advance for any suggestions..
>

#891 From: Test Orion <test.orion@...>
Date: Tue Mar 31, 2009 7:46 pm
Subject: Publish Issue and Image Issue
test.orion
Offline Offline
Send Email Send Email
 
Hi Mark,
 
  I published my site for Yahoo Go. orionmobile.bpapps.com. Still its showing Pending status.Please help me to resolve this.
 
 
Images for banner (Header and footer) would not Publishing.,Images are available on the images folder
 
Please let me know how to resolve this
 
 
Thanks
Mani
 


#890 From: Pv Pv <pv.imob@...>
Date: Wed Apr 1, 2009 5:14 pm
Subject: 404 error while testing new blueprint sdk 1.1
pv.imob
Offline Offline
Send Email Send Email
 
Hi,
I have a 404 error when testing the new bp 1.1 sdk.
Basically, i followed the following steps:
1. uploaded a zip for testing.
2. After uploading i was redirected to a "test options " page with the following option for bp 1.1 : Go to devtest.m.yahoo.com
Did so, found my widget but when i clicked on it - 404 error.

The widget id is : devtest-pvimob-bp-sdk-test

Thanks in advance for any suggestions..



#889 From: "a_s_h_i_s_h22" <a_s_h_i_s_h22@...>
Date: Tue Mar 31, 2009 7:15 am
Subject: Re: page not being displayed
a_s_h_i_s_h22
Offline Offline
Send Email Send Email
 
Markus
thanks for your support its working fine now!

Ashish

--- In yhoomobiledevelopers@yahoogroups.com, "Markus Spiering" <markuss@...>
wrote:
>
> Please make sure that you send us the right content type. Right now we are
receiving from your servers:
>
> "Content-Type: text/plain; charset=UTF-8"
>
> Make sure it is set to:
> Content-Type: application/x-blueprint+xml
>
> (http://developer.yahoo.com/mobile/blueprint/BP_Content_Types.html)
>
> Markus
>
> --- In yhoomobiledevelopers@yahoogroups.com, "a_s_h_i_s_h22" <a_s_h_i_s_h22@>
wrote:
> >
> > from today i am facing this prob when m trying to open my page
http://devtest-aasahaiasah22-helloworld22.bpapps.com bt only a balnk page
appears...
> > cud anyone from developer team plz help me on ths...
> > Thanx in advance
> >
> > Ashish
> >
>

#888 From: "mark.thome" <mark.thome@...>
Date: Mon Mar 30, 2009 8:43 pm
Subject: ASP.NET Blueprint 1.1 Widget Framework
mark.thome
Offline Offline
Send Email Send Email
 
Widget developers,

For those of you who want to use ASP.NET instead of PHP (or native
XML) to write a Yahoo Blueprint Widget this might be a topic of
interest:

I've updated the ASP.NET-based framework to hack Yahoo Blueprint
Widgets (e.g. facebook go, Daily Dilbert, Naval Battle). This
framework now fully supports Blueprint 1.1.

Use the Visual Studio 2008 IDE (Express Editions are free as far as I
know) and handle the Blueprint Widget like an ASP.NET web site. Take
the advantages of IntelliSense code completion, see the blueprint
output at debug time for each blueprint component and deploy your
widgets with one click on your web server - to name some key
features.

All with your favourite .NET programming language like, VB.NET, C#,
J#, P#, Prolog.NET, Haskell.NET, IronPython, IronRuby,…

Check it out on http://www.bluuwi.com. Any kind of feedback is very
welcome! Have fun.

Best

Mark

#887 From: "Markus Spiering" <markuss@...>
Date: Mon Mar 30, 2009 7:11 pm
Subject: Re: Blueprint Issue with non-http server port.
markus_spiering
Offline Offline
Send Email Send Email
 
Shishir,
right now you will have to use the HTTP-port 80 only. We will announce to the
list, once other ports than 80 are supported.

Markus


--- In yhoomobiledevelopers@yahoogroups.com, "shishir_jain" <shishir.jain@...>
wrote:
>
> Hi,
>
> I'm trying to test Blueprint App with server running on non-http port (8888).
Is it supported? When we are try to access it, Yahoo returns error.
>
> Thanks & Regards,
> Shishir
>

#886 From: "Markus Spiering" <markuss@...>
Date: Mon Mar 30, 2009 6:49 pm
Subject: Re: page not being displayed
markus_spiering
Offline Offline
Send Email Send Email
 
Please make sure that you send us the right content type. Right now we are
receiving from your servers:

"Content-Type: text/plain; charset=UTF-8"

Make sure it is set to:
Content-Type: application/x-blueprint+xml

(http://developer.yahoo.com/mobile/blueprint/BP_Content_Types.html)

Markus

--- In yhoomobiledevelopers@yahoogroups.com, "a_s_h_i_s_h22" <a_s_h_i_s_h22@...>
wrote:
>
> from today i am facing this prob when m trying to open my page
http://devtest-aasahaiasah22-helloworld22.bpapps.com bt only a balnk page
appears...
> cud anyone from developer team plz help me on ths...
> Thanx in advance
>
> Ashish
>

Messages 886 - 915 of 915   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help