Skip to content

Category Archives: Feeder

PHP Tricks For Beginners | Web Hosting Help Guy

An article that details all the uses of PHP would be as long as the New York City phonebook, and about as exciting to read. And while we have tutorials on PHP planned for the future, we thought we’d start everyone off with six fun and easy PHP tricks…

The Easiest Way to Build your First iPhone App | Nettuts+

Requirements To complete this tutorial, you’ll need the following:Mac OS XXCode (included with Mac OS X, but installed separately)iPhone SDK (registration required)PhoneGap 0.80Introduction to PhoneGap PhoneGap is an open-source framework that can turn…

Using Zend_Paginator with Twitter API and Zend_Cache « Joey Rivera

Zend Framework 1.10.0 is out and a comment was posted on my blog that lead me to creating this new post. I’m going to focus more on Zend_Paginator and Zend_Rest_Client to access Twitters API since I’ve already created a post on Zend_Cache. Normally…

Rackspace Cloud Servers versus Amazon EC2: Performance Analysis » The Bitsource: System Administration – Software Engineering – Web Application Development

The Bitsource conducted a review of the two cloud computing platforms, Rackspace Cloud Servers and Amazon Elastic Compute Cloud (EC2), to get a general idea of overall system performance. Included in the tests were pure computing power (CPU), and raw d…

JBoss and eXo's "Ultimate Mashup Platform" | Web Builder Zone

In this video you can see Mestrallet demonstrate the following GateIn functions:Provide a simple text file with a list of addresses, deploy it on GateIn WebDAV driveBuild with the online IDE a REST API on the cloud (using Groovy and the JSR 311 specifi…

Government data from around the world. Welcome to our single gateway | News | guardian.co.uk

Governments around the world are opening up their data vaults. Now you can search all of them, from one place: here• Go straight to our World Government Data search• Info on our API• Gallery: the full list of government data sites• Gallery: the…

Protect your site from spammers with reCAPTCHA

Shared by JohnH

Did you know that Google acquired ReCaptcha? http://poptech.org/popcasts/luis_von_ahn_harnesses_brainpower
Webmaster Level: AllIf you allow users to publish content on your website, from leaving comments to creating user profiles, yo…

WordPress: How to easily create a Thematic child theme

In this tutorial, I’m using the Thematic theme framework, a GPL licenced theme brought to you by Ian Stewart. Thematic is in my opinion very powerful and optimized. Therefore, you may be interested in taking a look at other WordPress frameworks as we…

SpamAssassin 3.3 Changes the Rules | Web Builder Zone

SpamAssassin has a wide array of spam-killing weapons at its disposal.  It uses DNS and checksum based spam detection, Bayesian filtering, external programs, and online databases.  Spam scoring determines if a message is marked 'ham' or '…

Scheduling Tasks with Cron Jobs | Nettuts+

Cron Jobs are used for scheduling tasks to run on the server. They’re most commonly used for automating system maintenance or administration. However, they are also relevant to web application development. There are many situations when a web applicati…