Gallery
From Developer Wiki
The Gallery is where you can browse what others have created using the Mozes API
Featured Application
TheAstrologer.com. The power of the stars are now in the palm of your hand. By setting up all 12 signs as keywords, TheAstrologer.com can extend their daily horoscope web service to anyone via text messaging. For example, try texting "libra" to 66937 to see what you get. This was set up in Mozes the following way:
Under the API tab, the following test URL was placed in the Dynamic Content URL:
http://theastrologer.tzo.com/bin/taReportsw.dll/DailyHoroscope?PersonSign=Libra&AccountId=Mozes
This produces the following XML result when invoked:
<MozesDynamicContent> <SMSResult> You're comfortable and capable. Self-sufficiency makes you attractive. The point is that you don't need anyone. Choices are easier now. </SMSResult> <WebResult> <img src="http://theastrologer.tzo.com/images/signs/Libra.gif" width="30" height="30" border="0"><font size=+1><b> Libra for 06/29/2006</b></font><br/> You're comfortable and capable. Self-sufficiency makes you attractive. The point is that you don't need anyone. Choices are easier now.<BR/> Rating: <img src="http://theastrologer.tzo.com/images/stars/4.gif" width="76" height="13" border="0"><br/>Intensity: 59<br/>Keywords: feel good, happy-go-lucky<br/>Mood: casual<br/> <br/>The Moon changes signs every two or three days, but Pluto spends up to thirty years in each sign. In fact, each of the planets moves at its own unique rate, and it can be hard to keep up with where every one is, every day! That's why The Astrologer offers the Today's Planets feature -- so you can not only keep track of where each planet is in the zodiac, but also find out valuable dos and don'ts for your day. <a href="http://theastrologer.com/blog/">Learn more about Today's Planets.</a> </WebResult> </MozesDynamicContent>
The results were placed in the Mobile Tab for the keyword "libra" as:
<DynamicSMSResult>
and in the Description section in the Details tab as:
<DynamicWebResult>
Try texting any of the other signs too!
