Jump to content
Larry Ullman's Book Forums

cleanlinesproductions

Members
  • Posts

    5
  • Joined

  • Last visited

cleanlinesproductions's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks so very much. I got a code from elsewhere on how to create an IFRAME from javascript. So I put both codes together to make an IFRAME connected to the DIV attributes. This will help the company I work for, and our progress on creating the website, Thanks again. Thanks to Larry for being an awesome author (I read his PHP & MySQL Visual Quick Pro Second Edition book)
  2. I don't really have a lot of JavaScript knowledge. And the AdSense code is REALLY complex. I just need it to create an IFRAME based on what is placed in the DIV tag. <div id="ihost-widget" widget-type="clock" widget-width="125" widget-height="125" user-id="12491463"></div> will create an IFRAME that access the URL: api.myhostdomain.im/widget.php?type=clock&width=125&height=125&uid=12491463 I can create the widget PHP script. I just need the JavaScript. And I cannot purchase Larry's book right now. I need to get this job done before I can get paid.
  3. What I am looking for is also similar to the Facebook integration. It calls a javascript file and in the DIV tag it will have information on what to call specifically: <div id="fb-like" data-width="450" data-height="100" data-href="myhome.com"></div> This will tell the javascript to call the FB LIke item, style it to 450px wide and 100px high, and any action (liking the page) will insert info into the database for 1 like by a certain person, for a certain page. I need to do this with a hosting company I work for. To have ads program, and an API for clocks, and other useful widgets. I need to have the ability to have users style it, and use it on their site to their custom style. If you need more info, just ask.
  4. I need to make an advertising software development kit for users to integrate into their own website. I have a generous PHP & MySQL knowledge, but not so much for Javascript. I would like it to: (a) Connect to the Database ( Select an Ad at random © Not reveal anything about a PHP script (d) Return as a frame an example of what I need is like Google's AdSense program. If you look at an ad, it is in a frame. I need something like this.
×
×
  • Create New...