<% '******************************************************************************* ' Get Ads HTML from Recipe2 database ' To get the ad you need to provide the Page name where the ad will be placed ' and also the ad location number. Now in this particular location you can ' have multiple banner ads. It will display one ad banner at a time. ' So first insert the banner ad information in the database, then place the HTML code ' in the proper place and specify the page name and location id (which you had entered ' in the database. '******************************************************************************* Function AdRotator(PageFileName, adLocation) Dim rs, sql, count, i, AdHTML, MyRandNo, cnnString cnnString = Application("Angithi_ConnectionString") sql = "SELECT * FROM Ad WHERE Status='ON'" & _ " AND PageFileName = '" & PageFileName & "'" & _ " AND adLocation = '" & adLocation & "'" set rs = server.CreateObject("ADODB.recordset") rs.Open sql, cnnString, 3 count = rs.Recordcount 'Response.write sql 'Response.write count 'response.end Randomize MyRandNo = Int((count * Rnd) + 1) 'Response.write MyRandNo i = 0 Do while i <> MyRandNo and not rs.eof AdHTML = rs("AdHTML") i = i + 1 rs.movenext Loop rs.close Set rs = Nothing AdRotator = AdHTML End Function %>
<%=AdRotator("banner.htm", "TOP")%>
Recipes Reference Guide and Help Section My Angithi Section Angithi Classified Section

Search

New/Updated Features Archive

  • Added Print Preview page (12/19/02)
  • Top 10 Recipes of this Month (11/1/02)
  • Recently Viewed Recipes (9/10/2002): This list will contain all the recipes which you have click during the current visit at Angithi. Check it out by going to the Browse Recipe Page (Left Bottom)  or the recipe detail page (scroll down to the bottom). The section will be displayed as soon as you have clicked on more than 2 recipes.
  • Added Polling section (5/10/2002)
  • Changed the Ingredient section look and feel and admin parts (5/13/2002)
  • Changed the look and feel of the Ingredient section in the RecipeDetail page.(5/1/2002)
  • Angithi Premium Club Membeship implemented. Become an Angithi Premier Member for $10.00 only for an year.
  • Now users have to Sign in every time they need to see the recipe detail section. This will allow us to know the amount of usage and users to predict proper hardware for future needs (4/23/2002)
  • Now users can see the number of people who have rated the recipe and also the number of reviews the recipe has received.(4/15/2002)
  • Changed the rating system, instead of showing in the recipe detail page, now it will be link, and users will have to click on the link and it will open a new window, where they can rate and also write a review if they have tried the recipe out.(4/1/2002)
  • Angithi Mailing List Added (8/17/00)
  • Ability to enter Recipe directly to Angithi has been disabled. Angithi Contributors will now can enter recipe using the Simple Recipe Entry form. Once added it will then send a notification to one of the Angithi Admins, who will then inspect the Recipe and enter it into the Angithi Database. Not all recipes will be added to Angithi. Also the content might be edited before publishing. It may take to 5 to 10 days before a recipe is published. (17-Aug-00)
  • Featured Recipe  Section Added: A featured recipe is one which has been rated high by Angithi Cooks. (16-Aug-00)
  • New Recipe Feature Added: A new recipe is one which has been added or updated within a 30 day period. (16-Aug-00)
  • Now you can Email Recipes to more then one person. (8-Aug-00)
  • Now you can search for Ingredients. (5-Aug-00)
  • Simple Recipe Entry Form. No need to sign or anything. (25-Jul-00)
<%=AdRotator("footer.htm", "BOTTOMCENTER")%> <%=AdRotator("footer.htm", "BOTTOMRIGHT")%>

Home | Recipe | Cook Tips | My Angithi | Angithi? | Feedback | Advertise

Send Feedback to webmaster@angithi.com. Site Last Updated : 03/22/04 : Site designed by Shantanu Nag @ DeepInto.com

: Copyright © Angithi.com, 2002. All rights reserved. See Policy, Disclaimer, New features