Testing to see if the referrer carries to the final destination site. http://www.worldofgood.com/testredirect alt="" border="0" src="http://stats.wordpress.com/b.gif?host=timotheus0.wordpress.com&blog=8732979&post=50&subd=timotheus0&ref=&feed=1" width="1" height="1" />
AEON Apps is a versatile network creation platform on facebook. Using our platform, you can create a new network in minutes and start earning ad revenue. Your network can be about anything (Sewing, Book club, Hiking and more...). The idea is to leverage the growing community of facebook users that is extremely viral and engage them around a topic.
Build a community on facebook, visit Aeon networks.
http://aeon-network.appspot.com/![]()
eBay::API::Simple SDK has recently (within the last year) been released to CPAN. I figured it's only fair to announce the Perl version since I announced the Python version.
http://code.google.com/p/ebay-api-simple/
http://search.cpan.org/~tkeefer/eBay-API-Simple-0.17/![]()
I uploaded the initial version of the ebaysdk to pypi today which support the Finding, Shopping, and Trading Services.
http://pypi.python.org/pypi/ebaysdk/0.0.2![]()
We just launched a new project. It's eBay's new green commerce hub. Check it out and discover how you can be green or how you already are!
http://green.ebay.com
http://green.ebay.ca![]()
Here are some code snippets dealing with a JQuery date select plug-in and Gantry.![]()
These captchas are different from most. Basically, using Gantry::Utils::Captcha you define a set of thumbnail images along with some other properties. The util will hand you a random captcha ( be sure to shuffle ) and then it's up to you to place it on the form. When the form is displayed, the user is required to select the correct text for the current captcha. Below is a code sample where I'm using the captcha util.
http://search.cpan.org/~tkeefer/Gantry/lib/Gantry/Utils/Captcha.pm![]()
Java has inspired me to think about Perl testing in a Java like fashion. I've always been a fan of placing tests into the class, as opposed to a separate test script. To accomplish this style of testing I used Test::Builder and since it's a Singleton the tests can easily work together or work independently.![]()