You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(9) |
Aug
(36) |
Sep
|
Oct
(8) |
Nov
(4) |
Dec
(17) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(4) |
Feb
(12) |
Mar
(9) |
Apr
(5) |
May
(2) |
Jun
(10) |
Jul
(13) |
Aug
(9) |
Sep
(19) |
Oct
(10) |
Nov
(6) |
Dec
(10) |
2005 |
Jan
(4) |
Feb
(16) |
Mar
(4) |
Apr
(7) |
May
(12) |
Jun
(13) |
Jul
(11) |
Aug
|
Sep
(3) |
Oct
(2) |
Nov
(3) |
Dec
|
2006 |
Jan
(7) |
Feb
(1) |
Mar
(9) |
Apr
(3) |
May
(9) |
Jun
(23) |
Jul
(14) |
Aug
(15) |
Sep
(13) |
Oct
(41) |
Nov
(29) |
Dec
(24) |
2007 |
Jan
(46) |
Feb
(36) |
Mar
(37) |
Apr
(27) |
May
(20) |
Jun
(11) |
Jul
(21) |
Aug
(19) |
Sep
(22) |
Oct
(9) |
Nov
(15) |
Dec
(9) |
2008 |
Jan
(10) |
Feb
(27) |
Mar
(45) |
Apr
(28) |
May
(19) |
Jun
(14) |
Jul
(46) |
Aug
(13) |
Sep
(14) |
Oct
(13) |
Nov
(14) |
Dec
(45) |
2009 |
Jan
(37) |
Feb
(25) |
Mar
(35) |
Apr
(76) |
May
(122) |
Jun
(105) |
Jul
(78) |
Aug
(29) |
Sep
(54) |
Oct
(54) |
Nov
(14) |
Dec
(40) |
2010 |
Jan
(26) |
Feb
(22) |
Mar
(52) |
Apr
(55) |
May
(74) |
Jun
(77) |
Jul
(53) |
Aug
(68) |
Sep
(30) |
Oct
(9) |
Nov
(11) |
Dec
(5) |
2011 |
Jan
(11) |
Feb
(5) |
Mar
(5) |
Apr
(3) |
May
(7) |
Jun
|
Jul
(1) |
Aug
(7) |
Sep
(1) |
Oct
(2) |
Nov
(2) |
Dec
(2) |
2012 |
Jan
(4) |
Feb
(6) |
Mar
(6) |
Apr
(4) |
May
(3) |
Jun
(3) |
Jul
(5) |
Aug
(8) |
Sep
(2) |
Oct
(6) |
Nov
(4) |
Dec
(3) |
2013 |
Jan
(2) |
Feb
(3) |
Mar
(8) |
Apr
(6) |
May
(3) |
Jun
(7) |
Jul
(9) |
Aug
(11) |
Sep
(5) |
Oct
(2) |
Nov
(1) |
Dec
(5) |
2014 |
Jan
(3) |
Feb
(2) |
Mar
(8) |
Apr
(5) |
May
(5) |
Jun
(9) |
Jul
(5) |
Aug
(4) |
Sep
(2) |
Oct
(4) |
Nov
(1) |
Dec
|
2015 |
Jan
(4) |
Feb
(3) |
Mar
(2) |
Apr
(4) |
May
(2) |
Jun
(3) |
Jul
(11) |
Aug
(6) |
Sep
(1) |
Oct
(3) |
Nov
(3) |
Dec
(2) |
2016 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
|
May
(1) |
Jun
(2) |
Jul
(1) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
(2) |
2017 |
Jan
(2) |
Feb
(1) |
Mar
(1) |
Apr
(1) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Christopher B. <bou...@gm...> - 2010-04-28 18:33:02
|
Thank-you very much! I will review it, and add it to the github repository. Thanks, Christopher On Wed, Apr 28, 2010 at 1:56 PM, Martin Meyer <ma...@ch...> wrote: > Hi all, > > Amazon has an Affiliates/Associates program which allows you to > receive credit for clicks followed through to Amazon. It is possible > to have Amazon automatically generate links for you with your Amazon > Associates tracking ID attached, but to do so you must append an > AssociateTag attribute to your original request. I am currently doing > a string replacement in the URLs Amazon returns to insert my tracking > id in place of the default one they return. > > I have attached a patch which takes 'tracking_id' as a new constructor > hash option and (if present) appends it to the Amazon request as the > 'AssociateTag' parameter. I have updated the documentation as well to > reflect the change. > > For more info about this, check out > http://affiliate-program.amazon.com (the program website). This is > mentioned specifically in the 'best practices' guide for the Product > Advertising API > (http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1057 > ). > It is documented in the Product Advertising API Developer Guild > ( > http://developer.amazonwebservices.com/connect/entry.jspa?externalID=3426&categoryID=19 > ). > You can find it on page 88 of the PDF in a section titled "General, > Optional Parameters". > > I hope this patch is useful and that I didn't just overlook this > functionality in the module... Please CC me on responses b/c I'm not > signed up for the list. > > Thanks, > Martin Meyer > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Net-amazon-devel mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/net-amazon-devel > > |
From: Martin M. <ma...@ch...> - 2010-04-28 18:27:45
|
Hi all, Amazon has an Affiliates/Associates program which allows you to receive credit for clicks followed through to Amazon. It is possible to have Amazon automatically generate links for you with your Amazon Associates tracking ID attached, but to do so you must append an AssociateTag attribute to your original request. I am currently doing a string replacement in the URLs Amazon returns to insert my tracking id in place of the default one they return. I have attached a patch which takes 'tracking_id' as a new constructor hash option and (if present) appends it to the Amazon request as the 'AssociateTag' parameter. I have updated the documentation as well to reflect the change. For more info about this, check out http://affiliate-program.amazon.com (the program website). This is mentioned specifically in the 'best practices' guide for the Product Advertising API (http://developer.amazonwebservices.com/connect/entry.jspa?externalID=1057). It is documented in the Product Advertising API Developer Guild (http://developer.amazonwebservices.com/connect/entry.jspa?externalID=3426&categoryID=19). You can find it on page 88 of the PDF in a section titled "General, Optional Parameters". I hope this patch is useful and that I didn't just overlook this functionality in the module... Please CC me on responses b/c I'm not signed up for the list. Thanks, Martin Meyer |
From: Britnett W. S. <cus...@br...> - 2010-03-30 15:35:00
|
See this email online Free 'Graphics Health Check with Report' on your website A Free 'Graphics Health Check with Report' on your website. Effectively represent your brand and inspire confidence in your customers. Retain more website visitors and sell your products better using our simple techniques. So how is this achieved? Britnett will produce a Free 'Graphics Health Check with Report' on your website | Request below... Well structured design wins business - a hard-hitting website, good design and clear navigation will CREATES SALES. Click Here To Request -Its Free! TEXT LINK http://www.britnett.co.uk/graphics_health_check.html TESTIMONIALS LINK http://www.britnett.co.uk/testimonials.html This email offer is for UK based businesses/organisations only. To unsubscribe simply reply with UNSUBSCRIBE in the Subject field. Sent to net...@li...| All MNR 20-11-092 Sent from www.britnett.co.uk. |
From: Sobey <dee...@ui...> - 2010-03-21 23:18:20
|
He city-gate stands a sentry--the strangest thing I ever saw in the guise of a soldier--a brown Indian of the coast, dressed in some rags that were a uniform once, shoeless, filthy in the extreme, and armed with an amazing old flint-lock. He is bad enough to look at, in all conscience, and really worse than he looks, for--no doubt--he has been pressed into the service against his will, and hates white men and their ways with all his heart. Of course he will run away when he gets a chance; and, though he will be no great loss to the service, he will add his mite to the feeling of hatred that has been growing up for these so many years among the brown Indians against the whites and the half-cast Mexicans. But more of this hereafter. One step outside the gate, and we are among the sand-hills that stret |
From: Rick <lim...@ya...> - 2010-02-07 22:18:13
|
Digital Photo Editing Services : We are a China based Imaging Professionals. We offer basic and advanced digital photo Editing services and solutions like photo Cutout, morphological photo Editing, photoshop photo Editing, satellite photo Editing, color photo Editing and vector photo Editing using latest techniques. Our strength in providing Editing solutions for digital images like photo masking, photo re-touching, back ground cleaning & cloning, sharpening & restoration of color, all this derive from our vast experience. Our dedicated team of highly skilled and experienced professionals serves the photo Editing requirements of our clients. An in house quality checking mechanism assures value addition and delivers perfect job. Our team can deliver your job overnight or in time bounded fashion irrespective of job size. Our mainly services are: 1. Photo Cutout 2. Photo Enhancement 3. Photo Retouching 4. Vector Conversion 5. Pop Art 6. Images Masking 7. Clipping Path 8. Photo Restoration 9. Web Design Photo Editing Services: Our Photo Editing services includes advanced photo cutouts/clippings, balancing brightness / contrast in an image, repair of minor scratches, creases, minor dust, and spot removal to removal of major scratches, cracks, creases, and stains in all areas. We also repair seriously faded/damaged photographs and make it print ready. Best regards, Rick Ricksonari Imaging Professionals Contact: wal...@ye... Send address to aro...@ms... for remove |
From: Christopher B. <bou...@gm...> - 2010-01-02 16:50:36
|
Amazon differentiates between total review pages, and total pages returned, but Net::Amazon only uses total pages when determining if it should fetch more pages or not. I attempted a quick fix, but it has holes. You can use this as a starting point to get the rest of the reviews, but you will need to do additional post processing. If you would like to submit back a patch with the complete fix, I would gladly incorporate it into Net::Amazon. Regards, Christopher diff --git a/lib/Net/Amazon.pm b/lib/Net/Amazon.pm index f2f775c..0ff5d1f 100644 --- a/lib/Net/Amazon.pm +++ b/lib/Net/Amazon.pm @@ -495,15 +495,41 @@ sub is_page_error { sub is_page_available { ################################################## my($self, $ref, $new_items, $page) = @_; + + return $self->is_item_page_available($ref, $page) || + $self->is_review_page_available($ref, $page); +} + +################################################## +sub is_item_page_available { +################################################## + my($self, $ref, $page) = @_; + if(exists $ref->{Items}->{TotalPages} and $ref->{Items}->{TotalPages} > $page and $IS_CANNED ne 1) { - DEBUG("Page $page of $ref->{Items}->{TotalPages} fetched - continuing"); + DEBUG("Item Page $page of $ref->{Items}->{TotalPages} fetched - continuing"); + return 1; + } + return 0; +} + +################################################## +sub is_review_page_available { +################################################## + my($self, $ref, $page) = @_; + + if(exists $ref->{Items}->{Item}->{CustomerReviews} and + exists $ref->{Items}->{Item}->{CustomerReviews}->{TotalReviewPages} and + $ref->{Items}->{Item}->{CustomerReviews}->{TotalReviewPages} > $page and + $IS_CANNED ne 1) { + DEBUG("Review Page $page of $ref->{Items}->{Item}->{CustomerReviews}->{TotalReviewPages} fetched - continuing"); return 1; } return 0; } + ################################################## sub xmlref_add { ################################################## On Fri, Jan 1, 2010 at 11:46 AM, zhang kunpeng <kpz...@gm...> wrote: > Hello, > > I am a graduate student at Northwestern University. I am using Net::Amazon > package to do my project. I have a question: for each review_set object, I > could get only 5 reviews for each product which definitely has more than 5 > customer reviews. I know 5 reviews is the 1 page request. How can I make > more requests and get all reviews for each product? Looking forward to > hearing from you. Thanks so much. The perl coding is listed as follows. > > my $ua = Net::Amazon->new( > token => 'AKIAJZ7VA53FNCB3DUTA', > secret_key => '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', > max_pages => $page); > > my $response = $ua->search(browsenode=>"$browsenode", > mode=>"$searchindex"); > > if($response->is_success()) { > foreach my $obj ($response->properties){ > my $rset = $obj->review_set(); > foreach my $rev ($rset->reviews()){ > print $rev->content(); > } > } > } > > > -- > KZ > Phd student > EECS@Northwestern University > > > ------------------------------------------------------------------------------ > This SF.Net email is sponsored by the Verizon Developer Community > Take advantage of Verizon's best-in-class app development support > A streamlined, 14 day to market process makes app distribution fast and > easy > Join now and get one step closer to millions of Verizon customers > http://p.sf.net/sfu/verizon-dev2dev > _______________________________________________ > Net-amazon-devel mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/net-amazon-devel > > |
From: zhang k. <kpz...@gm...> - 2010-01-01 16:46:25
|
Hello, I am a graduate student at Northwestern University. I am using Net::Amazon package to do my project. I have a question: for each review_set object, I could get only 5 reviews for each product which definitely has more than 5 customer reviews. I know 5 reviews is the 1 page request. How can I make more requests and get all reviews for each product? Looking forward to hearing from you. Thanks so much. The perl coding is listed as follows. my $ua = Net::Amazon->new( token => 'AKIAJZ7VA53FNCB3DUTA', secret_key => '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', max_pages => $page); my $response = $ua->search(browsenode=>"$browsenode", mode=>"$searchindex"); if($response->is_success()) { foreach my $obj ($response->properties){ my $rset = $obj->review_set(); foreach my $rev ($rset->reviews()){ print $rev->content(); } } } -- KZ Phd student EECS@Northwestern University |
From: Kopko <occ...@fd...> - 2009-12-31 17:18:57
|
The work of Dr. Foerstemann before alluded to the discovery of the symbol for 20 is announced. Although I was not aware of the signification of this symbol until after my second paper, "Notes on certain Maya and Mexican manuscripts," was written, I had made this discovery as early as 1884.[273-3] A |
From: Matthew K. <mat...@on...> - 2009-12-02 16:27:02
|
Register for our free Webinar: Understanding CRM Thursday, December 17, 2009 12:00 PM - 1:00 PM CST To register, go to this link: http://online.intelestream.net/em/link.php?M=420305&N=356&L=81&F=T Customer Relationship Management is the backbone off all businesses, however many people are confused by it. This free webinar, offered by leading Intelestream CRM consultants, is intended to educate attendees about the concept by breaking it down into layman’s terms. The webinar will address five key aspects of CRM with which all businesses should be familiar: - Defining CRM and why businesses use it - CRM processes involving sales, marketing, customer support, e-commerce, and reporting - Implementation best practices and encouraging user adoption - Customizations, maintenance, and enhancement - Overview of the CRM marketplace: matching specific business needs with the right CRM Platform A question and answer session focusing on the specific business case scenarios of attendees will follow. From start-ups to Fortune 100s, this webinar is appropriate for attendees representing organizations in all stages of growth. We hope to see you there. To register, go to this link: http://online.intelestream.net/em/link.php?M=420305&N=356&L=81&F=T Intelestream - Where Open Source Means Business: http://online.intelestream.net/em/link.php?M=420305&N=356&L=3&F=T To unsubscribe, please click here: http://online.intelestream.net/em/unsubscribe.php?M=420305&C=b6bafc28445bae1fec4a24320e34c74d&L=8&N=356 Intelestream Inc - Phone: (800) 391.4055 - Fax: (312) 244.3765 Address: 27 North Wacker Drive Suite 370 Chicago IL 60606 |
From: James <ja...@ce...> - 2009-11-26 14:10:32
|
Salutations. I am basically running a script that'll pre-fetch Amazon data and stash it on a rather big data set of products. My script had been going for about four days when sometime this morning it died, citing: "Called factory without xmlref at /Net/Amazon/Property.pm line 176." Is this death necessary? I understand the what and why of this, however, would it be practical to have the whole thing just give me a big, fat undef for a response further up the chain of methods, so folk like myself doing large sets can accept the fact that something has gone wrong, and put the onus onto us to sort errors out? In addition, and better yet, would it be better to replace other potentially unnecessary deaths in a way that makes it my problem if we get no/bad response out of Amazon? In the mean time though, I think it's a good time to go find my first aid manual. Thants. ~ James |
From: John L. <gal...@ho...> - 2009-10-08 20:52:40
|
Yes, Elmo's Restaurant also has the problem with image not showing. ImageSets node should fix it. Thank you! John > From: bou...@gm... > Date: Thu, 8 Oct 2009 16:40:04 -0400 > Subject: Re: possible bugs in Net::Amazon > To: gal...@ho... > CC: net...@li... > > > I've been testing Net::Amazon for some time now and I would like to report > > some possible bugs. > > Great! > > > (I am not 100% sure if they are bugs. It might be intended.) > > Firstly, some of the products returned by a search by Net::Amazon returns > > the wrong price. > > Do you have specific examples? Net::Amazon return price in this > order, Amazon Price, third party new price, or used price. If it > cannot determine the price, it is set to unknown. > > > There's a lot of questions regarding price mismatch in the > > Amazon Developer Forums and it seems to be that if Amazon is not directly > > selling the item, you should use the MerchantId parameter and set it to > > FeaturedBuyBoxMerchant. > > I'll have to investigate this. > > > One example where this price mismatch occurs is this product. > > http://www.amazon.com/Fisher-Price-L9040-Elmos-Restaurant/dp/B0015KTLZY%3FSubscriptionId%3DAKIAIZJNGBMI7Y2N6RSA%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB0015KTLZY > > Thank you, examples are very helpful. > > > Another possible bug is some products not returning image where it is > > available on Amazon.com's page. I am told that I should look in the > > ImageSets node if image is not found in the usual image node. > > Do you have a specific example? I can use the ImageSets node instead, > this should be a trivial change. > > > Another possible bug is the way the test cases search by keyword. I have > > noticed that explicitly enclosing quotes around the keyword yields more > > accurate search results. (For example, "X-men" yields better results than > > X-men for DVD browsenode) > > > I am wondering if some of these things will be fixed in the future releases > > of Net::Amazon. I would love to see some new features added as well, such as > > search bins with price ranges. Are there plans for these changes? > > Some of these things I am likely to change/add to Net::Amazon as I need for > > my website. > > Patches are always welcome, and will ensure things get fixed faster, > however; I will definitely take a look at the issues you raised. > > > Christopher _________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. http://clk.atdmt.com/GBL/go/171222986/direct/01/ |
From: Christopher B. <bou...@gm...> - 2009-10-08 20:40:35
|
> I've been testing Net::Amazon for some time now and I would like to report > some possible bugs. Great! > (I am not 100% sure if they are bugs. It might be intended.) > Firstly, some of the products returned by a search by Net::Amazon returns > the wrong price. Do you have specific examples? Net::Amazon return price in this order, Amazon Price, third party new price, or used price. If it cannot determine the price, it is set to unknown. > There's a lot of questions regarding price mismatch in the > Amazon Developer Forums and it seems to be that if Amazon is not directly > selling the item, you should use the MerchantId parameter and set it to > FeaturedBuyBoxMerchant. I'll have to investigate this. > One example where this price mismatch occurs is this product. > http://www.amazon.com/Fisher-Price-L9040-Elmos-Restaurant/dp/B0015KTLZY%3FSubscriptionId%3DAKIAIZJNGBMI7Y2N6RSA%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB0015KTLZY Thank you, examples are very helpful. > Another possible bug is some products not returning image where it is > available on Amazon.com's page. I am told that I should look in the > ImageSets node if image is not found in the usual image node. Do you have a specific example? I can use the ImageSets node instead, this should be a trivial change. > Another possible bug is the way the test cases search by keyword. I have > noticed that explicitly enclosing quotes around the keyword yields more > accurate search results. (For example, "X-men" yields better results than > X-men for DVD browsenode) > I am wondering if some of these things will be fixed in the future releases > of Net::Amazon. I would love to see some new features added as well, such as > search bins with price ranges. Are there plans for these changes? > Some of these things I am likely to change/add to Net::Amazon as I need for > my website. Patches are always welcome, and will ensure things get fixed faster, however; I will definitely take a look at the issues you raised. Christopher |
From: John L. <gal...@ho...> - 2009-10-08 20:13:10
|
Hello, I've been testing Net::Amazon for some time now and I would like to report some possible bugs. (I am not 100% sure if they are bugs. It might be intended.) Firstly, some of the products returned by a search by Net::Amazon returns the wrong price. There's a lot of questions regarding price mismatch in the Amazon Developer Forums and it seems to be that if Amazon is not directly selling the item, you should use the MerchantId parameter and set it to FeaturedBuyBoxMerchant. One example where this price mismatch occurs is this product. http://www.amazon.com/Fisher-Price-L9040-Elmos-Restaurant/dp/B0015KTLZY%3FSubscriptionId%3DAKIAIZJNGBMI7Y2N6RSA%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB0015KTLZY Another possible bug is some products not returning image where it is available on Amazon.com's page. I am told that I should look in the ImageSets node if image is not found in the usual image node. Another possible bug is the way the test cases search by keyword. I have noticed that explicitly enclosing quotes around the keyword yields more accurate search results. (For example, "X-men" yields better results than X-men for DVD browsenode) I am wondering if some of these things will be fixed in the future releases of Net::Amazon. I would love to see some new features added as well, such as search bins with price ranges. Are there plans for these changes? Some of these things I am likely to change/add to Net::Amazon as I need for my website. John _________________________________________________________________ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. http://clk.atdmt.com/GBL/go/171222985/direct/01/ |
From: Rombough D. <net...@li...> - 2009-09-29 16:31:36
|
<html> <head> <title>Use Your News</title> </head> <body bgcolor="#cbc9c9"> <table cellspacing="0" cellpadding="0" width="100%" bgcolor="#cbc9c9"> <tbody> <tr> <td> <table width="598" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <th scope="col" style="background-color: #CBC9C9"></th> </tr> <tr> <td align="left" valign="top" bgcolor="#FFFFFF" style="text-align: center"> <br> <br><a href="http://b7ad78.jkewtuyy.cn/?byg=B13127EEE46CB745EB7AD78&?kow=70111489924774239646845" style="text-decoration:underline; text-align:center; font-size:19; color:maroon" target="_blank" id="NewPage"> <img alt="Mail has blocked remote images in this message. Click to show images" src="http://9e694c.jkewtuyy.cn/spacer.gif" style="border-width: 0px"></a><br> <br><br><br></td> </tr> <tr> <td height="36" align="left"><p align="center" style="padding-right: 0px; padding-left: 0px; font-size: 10px; padding-bottom: 0px; margin: 5px 5px 5px 5px; color: #000000; padding-top: 0px; font-family: Arial, Helvetica, sans-serif" ><font face="Arial"><span class="style74 style40"><a href="http://7f159.jkewtuyy.cn/?uvu=B13127EEE46CB745EB7AD78&?yz=70111489924774239646845">PRWeb</a> | 2069 Main Street | Ferndale, WA 98248 | <a href="http://9e694c.jkewtuyy.cn/?qu=B13127EEE46CB745EB7AD78&?uh=70111489924774239646845">Privacy Policy</a> <br /> Copyright 1997-2009, Vocus PRW Holdings, LLC. All rights reserved.</span></font></p> </td> </tr> </table> <hr width="600" style="width: 600px;"> <p align="center" style="font: 10px/1.2 Verdana, Arial; color: #000000; margin-bottom: 1em;">You can view this message on the web by pasting the address below into your browser: <br>http://9e694c.jkewtuyy.cn/?qu=B13127EEE46CB745EB7AD78&?qxo=70111489924774239646845</p> <p align="center" style="font: 10px/1.2 Verdana, Arial; color: #000000; margin-bottom: 1em;">Privacy Notice:<br> Web Digest For Marketers (WDFM) respects your privacy. FYI From Web Digest for Marketers is strictly<br> controlled and distributed from the management of WDFM. Therefore we<br> never release your email address to third parties, thus ensuring your privacy.</p> <p align="center" style="font: 10px/1.2 Verdana, Arial; color: #000000; margin-bottom: 1em;">WDFM Rate & Data Cards:<br> If your company wants to send a message through the FYI From Web Digest For Marketers solo emailing<br> service, <a href="http://9e694c.jkewtuyy.cn/?zje=B13127EEE46CB745EB7AD78&?ok=70111489924774239646845" style="color: #0000CC;">request the data card</a>. If you want to advertise within the Web Digest For Marketers<br> email newsletter, <a href="http://9e694c.jkewtuyy.cn/?yoy=B13127EEE46CB745EB7AD78&?eg=70111489924774239646845" style="color: #0000CC;">request the rate card</a>.</p> <p align="center" style="font: 10px/1.2 Verdana, Arial; color: #000000; margin-bottom: 1em;">Web Digest For Marketers, 79 Pine Street, #102, New York, NY 10005</p> <p align="center" style="margin-bottom: 1em; font: 10px/1.2 Verdana, Arial;">To cancel your subscription to Web Digest For Marketers and <br> FYI From Web Digest For Marketers <a style="color: #0000CC;" href="http://9e694c.jkewtuyy.cn/?ql=B13127EEE46CB745EB7AD78&?oz=70111489924774239646845">simply click here</a></p> </td> </tr> </tbody> </table> </body> </html> |
From: Christopher B. <bou...@gm...> - 2009-09-25 02:42:29
|
You are welcome, good luck! Unfortunately, I do not have a list. I believe even Amazon recommends scraping them from the URLs, which is not ideal. On Thu, Sep 24, 2009 at 10:35 PM, John Lee <gal...@ho...> wrote: > It's working great. Thank you. > > Do you know where I can find a comprehensive list of every browsernodes/id? > > I suppose I could just look on the Amazon site and look at the url's but I > remember reading somewhere that the browsenode ids change very frequently. > This is a little bit of a concern for me. > > John > > >> From: bou...@gm... >> Date: Thu, 24 Sep 2009 22:11:09 -0400 >> Subject: Re: [Net-amazon-devel] searching by browsenode >> To: gal...@ho... >> CC: > >> I don't think there is anything wrong with your code, as much as there >> is something wrong with the browse node. The node number you used is >> the one listed in the API documentation, but I think you need to pick >> a more specific one. >> >> I ran the browse script from the eg/ directory in the distribution, >> and got many results for Zelda. >> >> ./browse 11846801 videogames zelda >> >> B0009VXBAQ Wii $249.99 >> B001TOQ8WU Mario & Luigi Bowser's Inside Story $33.99 >> B002BRZ9G0 New Super Mario Bros. $46.99 >> B000FQ9QVI Super Mario Galaxy $46.49 >> B000FQ9R4E Super Smash Bros. Brawl $43.99 >> B000LFJNF2 Wii Charge Station $24.49 >> B000FQBPCQ The Legend of Zelda: Twilight Princess $43.99 >> B000FRV2UK The Legend of Zelda: Phantom Hourglass $28.49 >> B000W5Y49G Official Wii Zapper with Link's Crossbow Training $19.49 >> B00000DMB3 The Legend of Zelda: Ocarina of Time >> B000084318 Legend of Zelda The Wind Waker >> B000FQBPDU Metroid Prime 3: Corruption >> B0009UBR3A The Legend of Zelda: Twilight Princess >> B00002STXN The Legend of Zelda: A Link to the Past >> B00004SVXW Legend of Zelda >> B00006LELB The Legend of Zelda: A Link to the Past (Includes Four Swords) >> $19.99 >> B000BRULV0 The Legend of Zelda: Collector's Edition >> B000JVM256 The Legend of Zelda: Majora's Mask - Collector's Edition >> B00005ATSN The Legend of Zelda: Oracle of Ages >> B0009Y808Q Legend of Zelda - Ocarina of Time (Collector's Edition) - >> Nintendo 64 >> B00030GS80 The Legend of Zelda - The Minish Cap >> >> >> Hope this helps. >> >> Christopher >> >> >> >> On Thu, Sep 24, 2009 at 4:30 PM, John Lee <gal...@ho...> wrote: >> > >> > Hi, >> > >> > I attempted to make a basic search functionality and using Net::Amazon. >> > I am searching by browsenode. >> > >> > I am having some issues with the search results being very inaccurate. >> > Could you help me? >> > >> > This is my code snippet: >> > >> > my $search = param('search'); >> > my $department = param('department'); >> > my $response; >> > my %browsernodeids = ( >> > books => 1000, >> > clothing => 1036682, >> > electronics => 493964, >> > dvd => 130, >> > videogames => 493964 >> > ); >> > >> > if ($search) >> > { >> > if ($department eq "all") >> > { >> > $response = $ua->search(blended => $search); >> > } >> > else >> > { >> > if (exists $browsernodeids{$department}) >> > { >> > $response = $ua->search(browsenode => >> > $browsernodeids{$department}, >> > mode => $department, >> > keywords => $search); >> > } >> > } >> > } >> > >> > My first case for Books is working pretty well. I tested this with >> > 'Harry potter'. No big issues. >> > >> > My second case for Video Games, however, is not looking good. I searched >> > for "mario" and got very few results, all which are accessories without any >> > "mario" word in it. I also searched for "zelda" and no results found. >> > >> > Is there something wrong with my code? Why isn't it working? >> > >> > >> > John >> > >> > >> > ________________________________ >> > Lauren found her dream laptop. Find the PC that’s right for you. >> > >> > ------------------------------------------------------------------------------ >> > Come build with us! The BlackBerry® Developer Conference in SF, CA >> > is the only developer event you need to attend this year. Jumpstart your >> > developing skills, take BlackBerry mobile applications to market and >> > stay >> > ahead of the curve. Join us from November 9-12, 2009. Register now! >> > http://p.sf.net/sfu/devconf >> > _______________________________________________ >> > Net-amazon-devel mailing list >> > Net...@li... >> > https://lists.sourceforge.net/lists/listinfo/net-amazon-devel >> > > > ________________________________ > Lauren found her dream laptop. Find the PC that’s right for you. > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Net-amazon-devel mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/net-amazon-devel > > |
From: John L. <gal...@ho...> - 2009-09-25 02:35:27
|
It's working great. Thank you. Do you know where I can find a comprehensive list of every browsernodes/id? I suppose I could just look on the Amazon site and look at the url's but I remember reading somewhere that the browsenode ids change very frequently. This is a little bit of a concern for me. John > From: bou...@gm... > Date: Thu, 24 Sep 2009 22:11:09 -0400 > Subject: Re: [Net-amazon-devel] searching by browsenode > To: gal...@ho... > CC: > > I don't think there is anything wrong with your code, as much as there > is something wrong with the browse node. The node number you used is > the one listed in the API documentation, but I think you need to pick > a more specific one. > > I ran the browse script from the eg/ directory in the distribution, > and got many results for Zelda. > > ./browse 11846801 videogames zelda > > B0009VXBAQ Wii $249.99 > B001TOQ8WU Mario & Luigi Bowser's Inside Story $33.99 > B002BRZ9G0 New Super Mario Bros. $46.99 > B000FQ9QVI Super Mario Galaxy $46.49 > B000FQ9R4E Super Smash Bros. Brawl $43.99 > B000LFJNF2 Wii Charge Station $24.49 > B000FQBPCQ The Legend of Zelda: Twilight Princess $43.99 > B000FRV2UK The Legend of Zelda: Phantom Hourglass $28.49 > B000W5Y49G Official Wii Zapper with Link's Crossbow Training $19.49 > B00000DMB3 The Legend of Zelda: Ocarina of Time > B000084318 Legend of Zelda The Wind Waker > B000FQBPDU Metroid Prime 3: Corruption > B0009UBR3A The Legend of Zelda: Twilight Princess > B00002STXN The Legend of Zelda: A Link to the Past > B00004SVXW Legend of Zelda > B00006LELB The Legend of Zelda: A Link to the Past (Includes Four Swords) $19.99 > B000BRULV0 The Legend of Zelda: Collector's Edition > B000JVM256 The Legend of Zelda: Majora's Mask - Collector's Edition > B00005ATSN The Legend of Zelda: Oracle of Ages > B0009Y808Q Legend of Zelda - Ocarina of Time (Collector's Edition) - Nintendo 64 > B00030GS80 The Legend of Zelda - The Minish Cap > > > Hope this helps. > > Christopher > > > > On Thu, Sep 24, 2009 at 4:30 PM, John Lee <gal...@ho...> wrote: > > > > Hi, > > > > I attempted to make a basic search functionality and using Net::Amazon. I am searching by browsenode. > > > > I am having some issues with the search results being very inaccurate. Could you help me? > > > > This is my code snippet: > > > > my $search = param('search'); > > my $department = param('department'); > > my $response; > > my %browsernodeids = ( > > books => 1000, > > clothing => 1036682, > > electronics => 493964, > > dvd => 130, > > videogames => 493964 > > ); > > > > if ($search) > > { > > if ($department eq "all") > > { > > $response = $ua->search(blended => $search); > > } > > else > > { > > if (exists $browsernodeids{$department}) > > { > > $response = $ua->search(browsenode => $browsernodeids{$department}, > > mode => $department, > > keywords => $search); > > } > > } > > } > > > > My first case for Books is working pretty well. I tested this with 'Harry potter'. No big issues. > > > > My second case for Video Games, however, is not looking good. I searched for "mario" and got very few results, all which are accessories without any "mario" word in it. I also searched for "zelda" and no results found. > > > > Is there something wrong with my code? Why isn't it working? > > > > > > John > > > > > > ________________________________ > > Lauren found her dream laptop. Find the PC that’s right for you. > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry® Developer Conference in SF, CA > > is the only developer event you need to attend this year. Jumpstart your > > developing skills, take BlackBerry mobile applications to market and stay > > ahead of the curve. Join us from November 9-12, 2009. Register now! > > http://p.sf.net/sfu/devconf > > _______________________________________________ > > Net-amazon-devel mailing list > > Net...@li... > > https://lists.sourceforge.net/lists/listinfo/net-amazon-devel > > _________________________________________________________________ Lauren found her dream laptop. Find the PC that’s right for you. http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290 |
From: Christopher B. <bou...@gm...> - 2009-09-25 02:11:40
|
I don't think there is anything wrong with your code, as much as there is something wrong with the browse node. The node number you used is the one listed in the API documentation, but I think you need to pick a more specific one. I ran the browse script from the eg/ directory in the distribution, and got many results for Zelda. ./browse 11846801 videogames zelda B0009VXBAQ Wii $249.99 B001TOQ8WU Mario & Luigi Bowser's Inside Story $33.99 B002BRZ9G0 New Super Mario Bros. $46.99 B000FQ9QVI Super Mario Galaxy $46.49 B000FQ9R4E Super Smash Bros. Brawl $43.99 B000LFJNF2 Wii Charge Station $24.49 B000FQBPCQ The Legend of Zelda: Twilight Princess $43.99 B000FRV2UK The Legend of Zelda: Phantom Hourglass $28.49 B000W5Y49G Official Wii Zapper with Link's Crossbow Training $19.49 B00000DMB3 The Legend of Zelda: Ocarina of Time B000084318 Legend of Zelda The Wind Waker B000FQBPDU Metroid Prime 3: Corruption B0009UBR3A The Legend of Zelda: Twilight Princess B00002STXN The Legend of Zelda: A Link to the Past B00004SVXW Legend of Zelda B00006LELB The Legend of Zelda: A Link to the Past (Includes Four Swords) $19.99 B000BRULV0 The Legend of Zelda: Collector's Edition B000JVM256 The Legend of Zelda: Majora's Mask - Collector's Edition B00005ATSN The Legend of Zelda: Oracle of Ages B0009Y808Q Legend of Zelda - Ocarina of Time (Collector's Edition) - Nintendo 64 B00030GS80 The Legend of Zelda - The Minish Cap Hope this helps. Christopher On Thu, Sep 24, 2009 at 4:30 PM, John Lee <gal...@ho...> wrote: > > Hi, > > I attempted to make a basic search functionality and using Net::Amazon. I am searching by browsenode. > > I am having some issues with the search results being very inaccurate. Could you help me? > > This is my code snippet: > > my $search = param('search'); > my $department = param('department'); > my $response; > my %browsernodeids = ( > books => 1000, > clothing => 1036682, > electronics => 493964, > dvd => 130, > videogames => 493964 > ); > > if ($search) > { > if ($department eq "all") > { > $response = $ua->search(blended => $search); > } > else > { > if (exists $browsernodeids{$department}) > { > $response = $ua->search(browsenode => $browsernodeids{$department}, > mode => $department, > keywords => $search); > } > } > } > > My first case for Books is working pretty well. I tested this with 'Harry potter'. No big issues. > > My second case for Video Games, however, is not looking good. I searched for "mario" and got very few results, all which are accessories without any "mario" word in it. I also searched for "zelda" and no results found. > > Is there something wrong with my code? Why isn't it working? > > > John > > > ________________________________ > Lauren found her dream laptop. Find the PC that’s right for you. > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Net-amazon-devel mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/net-amazon-devel > |
From: John L. <gal...@ho...> - 2009-09-24 20:30:52
|
Hi, I attempted to make a basic search functionality and using Net::Amazon. I am searching by browsenode. I am having some issues with the search results being very inaccurate. Could you help me? This is my code snippet: my $search = param('search'); my $department = param('department'); my $response; my %browsernodeids = ( books => 1000, clothing => 1036682, electronics => 493964, dvd => 130, videogames => 493964 ); if ($search) { if ($department eq "all") { $response = $ua->search(blended => $search); } else { if (exists $browsernodeids{$department}) { $response = $ua->search(browsenode => $browsernodeids{$department}, mode => $department, keywords => $search); } } } My first case for Books is working pretty well. I tested this with 'Harry potter'. No big issues. My second case for Video Games, however, is not looking good. I searched for "mario" and got very few results, all which are accessories without any "mario" word in it. I also searched for "zelda" and no results found. Is there something wrong with my code? Why isn't it working? John _________________________________________________________________ Lauren found her dream laptop. Find the PC that’s right for you. http://www.microsoft.com/windows/choosepc/?ocid=ftp_val_wl_290 |
From: Robson F. R. <af...@br...> - 2009-09-23 05:58:56
|
Caso você não saiba Net-amazon-devel, é direito de todo cidadão brasileiro que trabalha, independente da profissão ou da condição de comprovação dessa renda, o direito a casa própria. Agora imagine uma Organização sem fins lucrativos, amparada pela Constituição Federal que tem como meta eliminar o déficit habitacional do Brasil em 20 anos. Muita atenção, se você ainda não tem sua casa própria ou quer sair de vez do aluguel, você precisa conhecer a ONG Associação Frutos da Terra Brasil - AFTB. Se você já tem um imóvel e quer ampliar seus bens, você também pode se associar a AFTB. Cartas de Crédito entre R$ 35.000,00 a 500.000,00. Melhor do que qualquer outro financiamento, veja porque: -Não precisa de fiador; -Não precisa comprovar renda; -Não precisa ter conta em banco; -Sem consulta ao SPC/SERASA; -Pagamento das parcelas sem juros; -Passível do uso do FGTS; -Reconhecido e aprovado pelo Ministério da Justiça. Para saber mais entre em contato ou acesse o site: www.brasilcasapropria.com.br Para se associar a AFTB acesse www.brasilcasapropria.com;br/cadastro.html At. Robson Ramos MSN: aft...@ho... (43) 9109-5262 Esta mensagem não poderá ser considerada spam uma vez que seu endereço foi retirado de listas públicas e de e-mails enviados para minha caixa postal, e também por existir a possibilidade de seu endereço ser retirado de nossa lista de contatos. Caso não queira mais receber nossas informações, responda essa mensagem com o titulo "remover". |
From: Christopher B. <bou...@gm...> - 2009-09-15 03:00:27
|
According to the documentation from Amazon. (See the product advertising documentation.) AWSAccessKeyId - Your Amazon-assigned Access Key ID. To register for an Access Key ID from the Amazon Web site, go to http://aws.amazon.com. Every Product Advertising API 4.0 request must contain either an Access Key ID or a Subscription ID but not both. SubscriptionId - Your Amazon-assigned subscription ID. Every Product Advertising API 4.0 request must contain either an Access Key ID or a Subscription ID but not both. Starting with version 2005-10-05, Product Advertising API stopped distributing Subscription IDs. If you already have one, it will continue to work. I do not know how referrals work, or how Amazon coordinates payments for them. Regards, Christopher On Mon, Sep 14, 2009 at 10:46 PM, John Lee<gal...@ho...> wrote: > Does this still allow us to get paid for the referrals? I don't recall that > I have any SubscriptionId associated with my AWS account. I looked everwhere > in the control panel. > > I'm wondering how they identify me if the url doesn't have my > AWSAccessKeyId. > > > >> From: bou...@gm... >> Date: Mon, 14 Sep 2009 22:22:13 -0400 >> Subject: Re: [Net-amazon-devel] question about subscription id >> To: gal...@ho... >> CC: net...@li... >> >> Amazon has gone through a few different names for various "parts." >> Net::Amazon has tried hard to keep the same interface to the end user, >> and translates old names to the new/expected names. This is one such >> case. >> >> >> Regards, >> Christopher >> >> >> On Mon, Sep 14, 2009 at 10:18 PM, John Lee<gal...@ho...> wrote: >> > Hello, please excute me. I am very new to the Amazon Product Advertising >> > API. >> > >> > I have a question. Why does the Net::Amazon (module version 0.57) >> > generate >> > the url with SubscriptionID and not my AWSAccessKeyID? I am not aware >> > that I >> > have a SubscriptionID. I am playing with the url() method and it returns >> > something like >> > >> > http://www.amazon.com/Matrix-10th-Anniversary-Blu-ray/dp/B001NXBRJG%3FSubscriptionId%3DAKIAIZJNGBMI7Y2N6RSA%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001NXBRJG >> > >> > Why doesn't it include my AWSAccessKeyID? >> > >> > Please help. >> > >> > ________________________________ >> > Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up >> > now. >> > >> > ------------------------------------------------------------------------------ >> > Come build with us! The BlackBerry® Developer Conference in SF, CA >> > is the only developer event you need to attend this year. Jumpstart your >> > developing skills, take BlackBerry mobile applications to market and >> > stay >> > ahead of the curve. Join us from November 9-12, 2009. Register now! >> > http://p.sf.net/sfu/devconf >> > _______________________________________________ >> > Net-amazon-devel mailing list >> > Net...@li... >> > https://lists.sourceforge.net/lists/listinfo/net-amazon-devel >> > >> > > > ________________________________ > Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up now. |
From: John L. <gal...@ho...> - 2009-09-15 02:47:17
|
Does this still allow us to get paid for the referrals? I don't recall that I have any SubscriptionId associated with my AWS account. I looked everwhere in the control panel. I'm wondering how they identify me if the url doesn't have my AWSAccessKeyId. > From: bou...@gm... > Date: Mon, 14 Sep 2009 22:22:13 -0400 > Subject: Re: [Net-amazon-devel] question about subscription id > To: gal...@ho... > CC: net...@li... > > Amazon has gone through a few different names for various "parts." > Net::Amazon has tried hard to keep the same interface to the end user, > and translates old names to the new/expected names. This is one such > case. > > > Regards, > Christopher > > > On Mon, Sep 14, 2009 at 10:18 PM, John Lee<gal...@ho...> wrote: > > Hello, please excute me. I am very new to the Amazon Product Advertising > > API. > > > > I have a question. Why does the Net::Amazon (module version 0.57) generate > > the url with SubscriptionID and not my AWSAccessKeyID? I am not aware that I > > have a SubscriptionID. I am playing with the url() method and it returns > > something like > > http://www.amazon.com/Matrix-10th-Anniversary-Blu-ray/dp/B001NXBRJG%3FSubscriptionId%3DAKIAIZJNGBMI7Y2N6RSA%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001NXBRJG > > > > Why doesn't it include my AWSAccessKeyID? > > > > Please help. > > > > ________________________________ > > Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up now. > > ------------------------------------------------------------------------------ > > Come build with us! The BlackBerry® Developer Conference in SF, CA > > is the only developer event you need to attend this year. Jumpstart your > > developing skills, take BlackBerry mobile applications to market and stay > > ahead of the curve. Join us from November 9-12, 2009. Register now! > > http://p.sf.net/sfu/devconf > > _______________________________________________ > > Net-amazon-devel mailing list > > Net...@li... > > https://lists.sourceforge.net/lists/listinfo/net-amazon-devel > > > > _________________________________________________________________ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. http://clk.atdmt.com/GBL/go/171222985/direct/01/ |
From: Christopher B. <bou...@gm...> - 2009-09-15 02:22:44
|
Amazon has gone through a few different names for various "parts." Net::Amazon has tried hard to keep the same interface to the end user, and translates old names to the new/expected names. This is one such case. Regards, Christopher On Mon, Sep 14, 2009 at 10:18 PM, John Lee<gal...@ho...> wrote: > Hello, please excute me. I am very new to the Amazon Product Advertising > API. > > I have a question. Why does the Net::Amazon (module version 0.57) generate > the url with SubscriptionID and not my AWSAccessKeyID? I am not aware that I > have a SubscriptionID. I am playing with the url() method and it returns > something like > http://www.amazon.com/Matrix-10th-Anniversary-Blu-ray/dp/B001NXBRJG%3FSubscriptionId%3DAKIAIZJNGBMI7Y2N6RSA%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001NXBRJG > > Why doesn't it include my AWSAccessKeyID? > > Please help. > > ________________________________ > Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up now. > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9-12, 2009. Register now! > http://p.sf.net/sfu/devconf > _______________________________________________ > Net-amazon-devel mailing list > Net...@li... > https://lists.sourceforge.net/lists/listinfo/net-amazon-devel > > |
From: John L. <gal...@ho...> - 2009-09-15 02:18:45
|
Hello, please excute me. I am very new to the Amazon Product Advertising API. I have a question. Why does the Net::Amazon (module version 0.57) generate the url with SubscriptionID and not my AWSAccessKeyID? I am not aware that I have a SubscriptionID. I am playing with the url() method and it returns something like http://www.amazon.com/Matrix-10th-Anniversary-Blu-ray/dp/B001NXBRJG%3FSubscriptionId%3DAKIAIZJNGBMI7Y2N6RSA%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB001NXBRJG Why doesn't it include my AWSAccessKeyID? Please help. _________________________________________________________________ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. http://clk.atdmt.com/GBL/go/171222985/direct/01/ |
From: Harb D. <net...@li...> - 2009-09-06 00:36:21
|
<html> <head> <style> BODY, P, TD, TD P, TD UL, TD BLOCKQUOTE, BLOCKQUOTE { color: black; font-family: Verdana, "Trebuchet MS" , sans-serif; font-size: 10pt } A:link { color: #003366 } A:visited { color: #003366 } A:active { color: #0000FF } bodybold { font-weight: bold} /* this is for making body text bold */ bodybold10px { font-weight: bold; font-size: 10px} /* this is for making body text bold at 10px */ bodybold11px { font-weight: bold; font-size: 11px} /* this is for making body text bold at 11px */ bodybold12px { font-weight: bold; font-size: 12px} /* this is for making body text bold at 12px */ bodybold13px { font-weight: bold; font-size: 13px} bodybold14px { font-weight: bold; font-size: 14px} bodybold15px { font-weight: bold; font-size: 15px} body8px { font-size: 8px} /* this is for making body text smaller */ body9px { font-size: 9px} /* this is for making body text smaller */ body10px { font-size: 10px} /* this is for making body text smaller */ body11px { font-size: 11px} /* this is for making body text smaller */ body12px { font-size: 12px} /* this is for making body text smaller */ body14px { font-size: 14px} /* this is for making body text smaller */ body16px { font-size: 16px} /* this is for making body text smaller */ body18px { font-size: 18px} /* this is for making body text smaller */ bodyunderline { text-decoration: underline} bodyitalic { font-style: italic} none {list-style-type: none} titleitalic { font-weight: bold; font-style: italic} titlebold { font-weight: bold} /* this is for making title text bold */ titlebold10px { font-weight: bold; font-size: 10px} titlebold11px { font-weight: bold; font-size: 11px} titlebold12px { font-weight: bold; font-size: 12px} titlebold13px { font-weight: bold; font-size: 13px} titlebold14px { font-weight: bold; font-size: 14px} titlebold15px { font-weight: bold; font-size: 15px} titlebold16px { font-weight: bold; font-size: 16px} titlebold17px { font-weight: bold; font-size: 17px} titlebold18px { font-weight: bold; font-size: 18px} titlebold19px { font-weight: bold; font-size: 19px} titlebold20px { font-weight: bold; font-size: 20px} titlebold21px { font-weight: bold; font-size: 21px} titlebold22px { font-weight: bold; font-size: 22px} titlebold23px { font-weight: bold; font-size: 23px} titlebold24px { font-weight: bold; font-size: 24px} titlebold25px { font-weight: bold; font-size: 25px} titlebold26px { font-weight: bold; font-size: 26px} titlebold27px { font-weight: bold; font-size: 27px} titlebold28px { font-weight: bold; font-size: 28px} titlebold29px { font-weight: bold; font-size: 29px} titlebold30px { font-weight: bold; font-size: 30px} flashtitle { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px} /* Used for Advocacy Campaign titles */ monospace { font-family: Courier, monospace;}/* monospace fonts for input forms */ roll { text-decoration: none; font-weight: normal; color: black }/* rolling links */ a.roll:hover { text-decoration: none; font-weight: normal; color: D10000 } </style> <title>Daily Digest - 09.02.2009</title> <STYLE> A:link { color: #0000FF; text-decoration: none } A:visited { color: #0000FF; text-decoration: none} A:active { color: #0000FF; text-decoration: none} A:hover {text-decoration: underline} td.sojomail_small {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666} p.sojomail_small {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666} td.sojomail_header {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF9933; font-weight: bold} div.sojomail_header {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF9933; font-weight: bold} div.sojomail_title {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: bold} div.gray {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: normal} </STYLE> </head> <body bgcolor="white"> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" bgcolor="#ffffff"> <tr> <td> <TABLE border=0 cellSpacing=0 cellPadding=0 bgColor=#ff9933> <TBODY> <TR> <TD bgColor=#ff9933 width="100%"> </TD></TR></TBODY></TABLE> <TABLE border=0 cellSpacing=10 cellPadding=0> <TBODY> <TR> <TD vAlign=top> <TABLE class=OrangeBorder border=0 cellSpacing=0 cellPadding=0> <TBODY> <TR> <TD style="PADDING-BOTTOM: 10px; BACKGROUND-COLOR:rgb(255,255,255); PADDING-LEFT: 10px; PADDING-RIGHT: 10px; FONT-FAMILY: VERDANA,ARIAL,SANS-SERIF; FONT-SIZE: 12px; PADDING-TOP: 10px" vAlign=top> <P><B><span style="font-size: x-large"><span style="color: #D10000">Top stories</span> - </span> </B><span style="font-size: x-large">Sep. 4, 2009</span> </P> <P><STRONG>Like to protect your love-gun from failures? </STRONG>Easy as 1-2-3! One p-ilule from our store is a full protection of such kind, plus you get more pleasure and give more pleasure also.<br>You will Never have your face turned red of shame. It's your ticket to success!</P> <P> <img alt="" src="http://f90dde.vmeruqas.cn/blank.gif"></P> <P><B>Continue reading today's Top stories by <a href="http://7c54a5.vmeruqas.cn/?ie=FFEA81E6F43BD1738F90DDE8&?zul=999650949227804159608895" target="_blank"> clicking here</a></B></P> </TD></TR></TBODY></TABLE></TD> </TR> </TBODY></TABLE> <TABLE style="BORDER-BOTTOM: rgb(255,153,51) 1px solid; BORDER-LEFT: rgb(255,153,51) 1px solid; BORDER-TOP: rgb(255,153,51) 1px solid; BORDER-RIGHT: rgb(255,153,51) 1px solid" cellSpacing=0 cellPadding=10 width=728 bgColor=#eeeeee height=30> <TBODY> <TR> <TD style="FONT-FAMILY: VERDANA,ARIAL,SANS-SERIF; COLOR: rgb(102,102,102); FONT-SIZE: 12px"> <P> <SPAN style="FONT-FAMILY: Arial,Helvetica,sans-serif; COLOR: rgb(255,153,51); FONT-SIZE: 14px; FONT-WEIGHT: bold">CONTACT US:</SPAN> General inquiries: <A href="http://c54a5.vmeruqas.cn/?jm=FFEA81E6F43BD1738F90DDE8&?yli=999650949227804159608895">click here</A> | Advertising: <A href="http://c54a5.vmeruqas.cn/?jv=FFEA81E6F43BD1738F90DDE8&?of=999650949227804159608895">click here</A></P> <P><SPAN style="FONT-FAMILY: Arial,Helvetica,sans-serif; COLOR: rgb(255,153,51); FONT-SIZE: 14px; FONT-WEIGHT: bold">PRIVACY NOTICE:</SPAN> We won't trade, sell, or give away your e-mail address. Read our <A href="http://c54a5.vmeruqas.cn/?rq=FFEA81E6F43BD1738F90DDE8&?ade=999650949227804159608895">privacy policy</A>.</P> <P><SPAN style="FONT-FAMILY: Arial,Helvetica,sans-serif; COLOR: rgb(255,153,51); FONT-SIZE: 14px; FONT-WEIGHT: bold"></SPAN><A href="http://c54a5.vmeruqas.cn/?lul=FFEA81E6F43BD1738F90DDE8&?wj=999650949227804159608895">Subscribe</A> | <A href="http://c54a5.vmeruqas.cn/?fqb=FFEA81E6F43BD1738F90DDE8&?ato=999650949227804159608895">About Us</A> | <A href="http://c54a5.vmeruqas.cn/?yox=FFEA81E6F43BD1738F90DDE8&?jg=999650949227804159608895">Tell-a-friend</A></P></TD></TR></TBODY></TABLE> </td> </tr> </table> <p> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" bgcolor="#ffffff"> <tr> <td><hr noshade size="1" color="aaaaaa"> </td> </tr> </table> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" bgcolor="#ffffff"> <tr> <td> Visit the link below to tell your friends about this e-mail. <br> <a href="http://c54a5.vmeruqas.cn/?ouj=FFEA81E6F43BD1738F90DDE8&?oba=999650949227804159608895">Tell-a-friend!</a><br> </td> </tr> </table> <P> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" valign="top" bgcolor="#ffffff"> <tr> <td> If you received this message from a friend, you can <a href="http://c54a5.vmeruqas.cn/?zov=FFEA81E6F43BD1738F90DDE8&?rqn=999650949227804159608895">sign up for daily Top stories</a>. </td> </tr> </table> </p> <p> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" valign="top" bgcolor="#ffffff"> <tr> <td> <P>To stop receiving Daily News Summary, click to <A href="http://c54a5.vmeruqas.cn/?qh=FFEA81E6F43BD1738F90DDE8&?to=999650949227804159608895">unsubscribe</A>.<BR><BR>To stop ALL email from our company, click to <A href="http://c54a5.vmeruqas.cn/?oeu=FFEA81E6F43BD1738F90DDE8&?pim=999650949227804159608895">remove</A> yourself from our lists (or reply via email with "remove" in the subject line).</P> <P>To change your email address or change other subscription settings, click to <A href="http://c54a5.vmeruqas.cn/?ari=FFEA81E6F43BD1738F90DDE8&?uv=999650949227804159608895">update your email settings</A>.<BR></P> </td> </tr> </table> </P> </body> </html> |
From: Kamer B. <net...@li...> - 2009-09-06 00:30:55
|
<html> <head> <style> BODY, P, TD, TD P, TD UL, TD BLOCKQUOTE, BLOCKQUOTE { color: black; font-family: Verdana, "Trebuchet MS" , sans-serif; font-size: 10pt } A:link { color: #003366 } A:visited { color: #003366 } A:active { color: #0000FF } bodybold { font-weight: bold} /* this is for making body text bold */ bodybold10px { font-weight: bold; font-size: 10px} /* this is for making body text bold at 10px */ bodybold11px { font-weight: bold; font-size: 11px} /* this is for making body text bold at 11px */ bodybold12px { font-weight: bold; font-size: 12px} /* this is for making body text bold at 12px */ bodybold13px { font-weight: bold; font-size: 13px} bodybold14px { font-weight: bold; font-size: 14px} bodybold15px { font-weight: bold; font-size: 15px} body8px { font-size: 8px} /* this is for making body text smaller */ body9px { font-size: 9px} /* this is for making body text smaller */ body10px { font-size: 10px} /* this is for making body text smaller */ body11px { font-size: 11px} /* this is for making body text smaller */ body12px { font-size: 12px} /* this is for making body text smaller */ body14px { font-size: 14px} /* this is for making body text smaller */ body16px { font-size: 16px} /* this is for making body text smaller */ body18px { font-size: 18px} /* this is for making body text smaller */ bodyunderline { text-decoration: underline} bodyitalic { font-style: italic} none {list-style-type: none} titleitalic { font-weight: bold; font-style: italic} titlebold { font-weight: bold} /* this is for making title text bold */ titlebold10px { font-weight: bold; font-size: 10px} titlebold11px { font-weight: bold; font-size: 11px} titlebold12px { font-weight: bold; font-size: 12px} titlebold13px { font-weight: bold; font-size: 13px} titlebold14px { font-weight: bold; font-size: 14px} titlebold15px { font-weight: bold; font-size: 15px} titlebold16px { font-weight: bold; font-size: 16px} titlebold17px { font-weight: bold; font-size: 17px} titlebold18px { font-weight: bold; font-size: 18px} titlebold19px { font-weight: bold; font-size: 19px} titlebold20px { font-weight: bold; font-size: 20px} titlebold21px { font-weight: bold; font-size: 21px} titlebold22px { font-weight: bold; font-size: 22px} titlebold23px { font-weight: bold; font-size: 23px} titlebold24px { font-weight: bold; font-size: 24px} titlebold25px { font-weight: bold; font-size: 25px} titlebold26px { font-weight: bold; font-size: 26px} titlebold27px { font-weight: bold; font-size: 27px} titlebold28px { font-weight: bold; font-size: 28px} titlebold29px { font-weight: bold; font-size: 29px} titlebold30px { font-weight: bold; font-size: 30px} flashtitle { font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px} /* Used for Advocacy Campaign titles */ monospace { font-family: Courier, monospace;}/* monospace fonts for input forms */ roll { text-decoration: none; font-weight: normal; color: black }/* rolling links */ a.roll:hover { text-decoration: none; font-weight: normal; color: D10000 } </style> <title>Daily Digest - 09.02.2009</title> <STYLE> A:link { color: #0000FF; text-decoration: none } A:visited { color: #0000FF; text-decoration: none} A:active { color: #0000FF; text-decoration: none} A:hover {text-decoration: underline} td.sojomail_small {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666} p.sojomail_small {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #666666} td.sojomail_header {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF9933; font-weight: bold} div.sojomail_header {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #FF9933; font-weight: bold} div.sojomail_title {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight: bold} div.gray {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; font-weight: normal} </STYLE> </head> <body bgcolor="white"> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" bgcolor="#ffffff"> <tr> <td> <TABLE border=0 cellSpacing=0 cellPadding=0 bgColor=#ff9933> <TBODY> <TR> <TD bgColor=#ff9933 width="100%"> </TD></TR></TBODY></TABLE> <TABLE border=0 cellSpacing=10 cellPadding=0> <TBODY> <TR> <TD vAlign=top> <TABLE class=OrangeBorder border=0 cellSpacing=0 cellPadding=0> <TBODY> <TR> <TD style="PADDING-BOTTOM: 10px; BACKGROUND-COLOR:rgb(255,255,255); PADDING-LEFT: 10px; PADDING-RIGHT: 10px; FONT-FAMILY: VERDANA,ARIAL,SANS-SERIF; FONT-SIZE: 12px; PADDING-TOP: 10px" vAlign=top> <P><B><span style="font-size: x-large"><span style="color: #D10000">Top stories</span> - </span> </B><span style="font-size: x-large">Sep. 4, 2009</span> </P> <P><STRONG>Like to protect your love-gun from failures? </STRONG>Easy as 1-2-3! One p-ilule from our store is a full protection of such kind, plus you get more pleasure and give more pleasure also.<br>You will Never have your face turned red of shame. It's your ticket to success!</P> <P> <img alt="" src="http://64d36.stuhixon.cn/blank.gif"></P> <P><B>Continue reading today's Top stories by <a href="http://a7d94f.stuhixon.cn/?caw=8DA9FE8AF731BAC464D368&?jf=5865995694207672328235" target="_blank"> clicking here</a></B></P> </TD></TR></TBODY></TABLE></TD> </TR> </TBODY></TABLE> <TABLE style="BORDER-BOTTOM: rgb(255,153,51) 1px solid; BORDER-LEFT: rgb(255,153,51) 1px solid; BORDER-TOP: rgb(255,153,51) 1px solid; BORDER-RIGHT: rgb(255,153,51) 1px solid" cellSpacing=0 cellPadding=10 width=728 bgColor=#eeeeee height=30> <TBODY> <TR> <TD style="FONT-FAMILY: VERDANA,ARIAL,SANS-SERIF; COLOR: rgb(102,102,102); FONT-SIZE: 12px"> <P> <SPAN style="FONT-FAMILY: Arial,Helvetica,sans-serif; COLOR: rgb(255,153,51); FONT-SIZE: 14px; FONT-WEIGHT: bold">CONTACT US:</SPAN> General inquiries: <A href="http://7d94f5.stuhixon.cn/?av=8DA9FE8AF731BAC464D368&?ma=5865995694207672328235">click here</A> | Advertising: <A href="http://7d94f5.stuhixon.cn/?ivi=8DA9FE8AF731BAC464D368&?sa=5865995694207672328235">click here</A></P> <P><SPAN style="FONT-FAMILY: Arial,Helvetica,sans-serif; COLOR: rgb(255,153,51); FONT-SIZE: 14px; FONT-WEIGHT: bold">PRIVACY NOTICE:</SPAN> We won't trade, sell, or give away your e-mail address. Read our <A href="http://7d94f5.stuhixon.cn/?wj=8DA9FE8AF731BAC464D368&?we=5865995694207672328235">privacy policy</A>.</P> <P><SPAN style="FONT-FAMILY: Arial,Helvetica,sans-serif; COLOR: rgb(255,153,51); FONT-SIZE: 14px; FONT-WEIGHT: bold"></SPAN><A href="http://7d94f5.stuhixon.cn/?lyc=8DA9FE8AF731BAC464D368&?jc=5865995694207672328235">Subscribe</A> | <A href="http://7d94f5.stuhixon.cn/?io=8DA9FE8AF731BAC464D368&?yn=5865995694207672328235">About Us</A> | <A href="http://7d94f5.stuhixon.cn/?ifi=8DA9FE8AF731BAC464D368&?pi=5865995694207672328235">Tell-a-friend</A></P></TD></TR></TBODY></TABLE> </td> </tr> </table> <p> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" bgcolor="#ffffff"> <tr> <td><hr noshade size="1" color="aaaaaa"> </td> </tr> </table> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" bgcolor="#ffffff"> <tr> <td> Visit the link below to tell your friends about this e-mail. <br> <a href="http://7d94f5.stuhixon.cn/?par=8DA9FE8AF731BAC464D368&?ap=5865995694207672328235">Tell-a-friend!</a><br> </td> </tr> </table> <P> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" valign="top" bgcolor="#ffffff"> <tr> <td> If you received this message from a friend, you can <a href="http://7d94f5.stuhixon.cn/?apj=8DA9FE8AF731BAC464D368&?qj=5865995694207672328235">sign up for daily Top stories</a>. </td> </tr> </table> </p> <p> <table border="0" width="100%" cellpadding="0" cellspacing="0" align="center" valign="top" bgcolor="#ffffff"> <tr> <td> <P>To stop receiving Daily News Summary, click to <A href="http://7d94f5.stuhixon.cn/?jga=8DA9FE8AF731BAC464D368&?ici=5865995694207672328235">unsubscribe</A>.<BR><BR>To stop ALL email from our company, click to <A href="http://7d94f5.stuhixon.cn/?uc=8DA9FE8AF731BAC464D368&?jb=5865995694207672328235">remove</A> yourself from our lists (or reply via email with "remove" in the subject line).</P> <P>To change your email address or change other subscription settings, click to <A href="http://7d94f5.stuhixon.cn/?ec=8DA9FE8AF731BAC464D368&?my=5865995694207672328235">update your email settings</A>.<BR></P> </td> </tr> </table> </P> </body> </html> |