Stock Alerts | Classic Cars | Dating Site
The ShareUpdates elertz for notifing users of changes to share prices is shown below. There are two fields a text field epic and a number field price an operator like less than etc. separates them with spaces for padding. The elertz is shown below:
| epic• • price |
It would be possible to use this elertz on an html page to allow people to add shareupdate elertz like this:
Below is the HTML code for the form above:
In the shareupdates example a process runs on our servers to update prices every 20 minutes. However below is an HTML form you could use to fire these elertz from a web page:
Below is the HTML code for the form above:
The classic car elertz can be used for notifing people when a classic car they are searching for becomes available. There are just two fields the car type of type text and the price of type number. The elertz is shown below:
| Classic •type• • $priceK |
It would be possible to use this elertz on a web page to allow people to add elertz to be notified when their car was available at the classic car site like this:
Below is the HTML code for the form above:
In the classic car example the webmaster would change his site to make a request to the elertz server when a new classic car becomes available for purchase. To demonstrate this below is an HTML form they could use to notify elertz subscribers using a webpage:
Below is the HTML code for the form above:
The dating elertz can be used for notifing people looking for partners on a US dating site. There are four fields all of them text. The seeker field is either Man or Woman. The seekee field is likewise either Woman or Man. The age_range field specifies the age range of the person being sought out and finaly the state field is the US state in which they live for example Texas. The schema is shown below:
| seeker• seeks• seekee• aged• age_range• in• state |
Below is the HTML code for the form above:
In the dating example the webmaster would change his site to make a request the elertz server when a new member joined thereby notifying any elertz subscribers. For demonstration purposes however below is an HTML form they could use to notify these subscribers in the form of a web page:
Below is the HTML code for the form above: