 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Sameer Borate's Blog: Amazon Advertising API BrowseNodes
by Chris Cornutt January 02, 2012 @ 11:02:56
In this new post, Sameer Borate shows you how to use his Amazon BrowseNodes script to work with the returned data from the Amazon Advertising API.
The BrowseNodes tool automatically gets all the child BrowseNodes and their names. The program recursively traverses the BrowserNode hierarchy and returns all the BrowseNodes and their respective names. You can display the nodes on the console or save it to a CSV file. You can also include the library in your existing projects to process BrowseNodes.
You'll need curl support on your system to make it work. Several code examples are included showing how to grab a certain node, showing a list of nodes, saving the node information to a CSV, changing locales and getting the parent node for the current node.
voice your opinion now!
amazon advertising browsenodes api interface
Sameer Borate's Blog: Accessing Amazon Product Advertising API
by Chris Cornutt August 24, 2009 @ 10:52:04
Sameer Borate recently posted this new look at hooking your PHP application into the Amazon Product Advertising API to use the updated key system Amazon has put in place.
In this post we will see how to access the Amazon Product Advertising API from PHP. Amazon has recently changed (from 15th Aug '09) the authentication mechanism for accessing their API which must now be signed with your Amazon keys. Unsigned requests will be rejected by Amazon. Note that the code uses the hash_hmac() hash function which is only available for PHP versions 5.1.2 and above, so the code will not work for versions below that.
The full code, including an example if it in action - connecting to the API and searching for the DVD of "X-Men Origins". The full code of his class is included, perfect for cut and pasting.
voice your opinion now!
amazon api product advertising tutorial
Job Posting: WideEye Interactive/Moroch Advertising Seeks Web Developer (Dallas, TX)
by Chris Cornutt November 11, 2008 @ 15:57:16
| Company |
WideEye Interactive / Moroch Advertising |
| Location |
Dallas, TX |
| Title |
Web Developer (PHP/My SQL/CSS) |
| Summary |
You'll need:
- 5+ years of interactive advertising experience, e.g., creating HTML and CSS pages based on comps created in Illustrator and Photoshop
- 1+ year using Actionscript and Flash
- Advanced skills in coding, web pages, banners, and emails in HTML & CSS
- Experience with rich-media platforms including Eyeblaster a plus
- Proficient in hand-coded html, both table-based and CSS (Javascript ability a plus)
- Proficient in php and mySQL
- Proficient in Adobe web suite tools (PhotoShop, Illustrator, Flash, Dreamweaver)
- Basic familiarity with flash and communication through PHP
- An ambidextrous brain that can work in Mac and PC platforms
You're capable of:
- Work on projects primarily under the direction of the interactive creative director, but also with art directors and designers to make sure that creative specs, project goals and deadlines are met
- Work from client-approved concepts or comps from art directors to build online advertising campaigns
- Make revisions and subsequent versions with little supervision
- Remain flexible and sane in a high-pressure, deadline-driven environment
- Pay exceptional attention to details in graphics, layout and typography to maintain brand integrity
- Stay abreast of emerging tools and techniques with web applications and share your knowledge with the rest of us
- Juggle multiple projects simultaneously
- Organize and archive digital assets per company standards
For more information or to submit your resume for consideration, please contact Betsy Irvine at birvine@moroch.com.
|
voice your opinion now!
job post dallas tx wideeye interactive moroch advertising developer
PHPClasses.org: Premium Services Offering
by Chris Cornutt July 05, 2007 @ 10:31:00
According to this new post on the PHPClasses.org blog today, they're launching some premium services for the users of the site:
It is with great pleasure that I announce that the PHP Classes site finally launched the premium services for PHP developers that use the site. [...] The premium subscriptions are the alternative that I found to make this site provide a pleasant user experience and hopefully provide useful features that can help making the life of PHP developers better.
He goes into detail on what all is involved in the premium subscriptions including:
- No advertising
- Own site search
- Recorded searches
- Notable packages
- PHP Specialist forums
There's also several other services that are listed as "coming soon" to further enhance the site - customizable site design templates, new class wish lists, personalized bookmarks, etc. The cost for all of the premium services comes to $5 USD/month (with $15 USD due at a time because of restrictions on the payment gateway).
Another pair of interesting notes about the future of the site are mentions of revenue sharing for best contributors and the opportunity for free subscriptions.
You can get complete information about these premium services from its page on the PHPClasses.org website.
voice your opinion now!
premium service offer advertising packages search specialist forum premium service offer advertising packages search specialist forum
PHPit.net: Building an advertising system with PHP (Part 3)
by Chris Cornutt December 19, 2005 @ 07:14:19
PHPit.net has posted the third part in their "Building an advertising system with PHP" series today.
Welcome to part 3 of the "Building an advertising system with PHP" series. In the previous parts (part 1 and part 2) I have shown you how to build your own advertising system using PHP and JavaScript. We've also added two extra features to our ad system and in part 2 we built a page to manage the ads as well. If you haven't read either part yet, I highly recommend doing so before reading this part.
In this part, the final part of the series, I will show you how to first track all kinds of statistics on each ad, and after that display neat graphs using PHP/SWF Charts. Let's get started.
Now that the front even of the system is all set up, they help you create the backend - gathering data, analyzing the traffic, and creating the graphs to map out the results. It'll require 0 comments voice your opinion now!
building advertising system part three building advertising system part three
PHPit.net: Building an advertising system with PHP (Part 2)
by Chris Cornutt December 05, 2005 @ 08:15:45
From PHPit.net today, there's Part Two of their "Building an advertising system with PHP" series.
Welcome to part 2 of the "Building an advertising system with PHP" series. In the previous part I have shown you how to set up our basic advertising system, and how the JavaScript works. If you haven't read that part yet, I highly suggest you do that before reading this part.
In this part we'll be making our advertising system slightly more advanced, and move from using files to a MySQL database. We'll also add a management page for our ads, and two new features (priority ads and different types of ads). Let's start with moving to a database.
Some of the new features they ad include weighted ads (priority) and different types of ads (such as a 468x60 banner and a 250x250 cube). They wrap it all up with a page that helps you manage the ads with the standard add/edit/delete functionality...
voice your opinion now!
advertising system part two advertising system part two
PHPit.net: Building an advertising system with PHP (Part 1)
by Chris Cornutt November 30, 2005 @ 07:26:17
On PHPit.net today, there's a new tutorial targeted at anyone out there looking to roll your own ad system for your site.
Most of us who run websites will most likely want to add advertising on our websites some time in the future. The easiest way to do this is to simply take the advertising code (be it HTML or JavaScript), and paste it directly into the code of our HTML. But what if we eventually get multiple advertisers for the same spot?
In that case you must use some sort of advertising management script. The best one around, phpAdsNew, is completely free and can be downloaded at http://www.phpadsnew.com, but this might be slightly overkill for most websites.
In this article, the first part of a new three part series, I will show you how to build your own advertising system. In this first part I will take you through the basics of dynamic JavaScript, and how to serve multiple advertisements in the same spot. Let's get started.
He starts with the Javascript side of things, showing how to use an included JS file to create dyanmic content (much like the Google Ads). From there, it's all a matter of PHP on the backend that pulls out the content you need and pushes it back out to the patiently waiting Javacript...
voice your opinion now!
advertising system phpadsnew javascript include advertising system phpadsnew javascript include
|
Community Events
Don't see your event here? Let us know!
|