Spyware Terminator 3.0.0.50

millions of users worldwide rely on spyware terminator, winner of many awards and high ratings from industry experts and users. its free comprehensive protection is comparable to competitors’ paid versions! .. .. ..

Created By : admin

Geronimo 3 beta – Another Apache project now compatible with Java EE 6

you probably recall the addition of tomee and websphere ce at javaone 2011 to the list of certified java ee 6 products. this time, apache geronimo 3 beta 1 was released with compatibility with the java ee 6 full platform and is now listed on the java ee compatibility page in both the web profile and full platform categories. not surprisingly, a good number of the components used in this .. .. ..

Created By : admin

Migrating from GlassFish 2.x to 3.1.x

with clustering now available in glassfish since version 3.1 (our spring 2011 release), a good number of folks have been looking at migrating their existing glassfish 2.x-based clustered environments to a more recent version to take advantage of java ee 6, our modular design, improved ssh-based provisioning and enhanced ha performance. the glassfish documentation set is quite .. .. ..

Created By : admin

DZone.com: PHP Yaf (Yet Another Framework) Is Very Fast

in this new post on dzone.com today john esposito talks about an interesting php framework that has come to light lately – the yet another framework, an oddly named php extension that provides some of the basics to build a framework-based application. why care about another php framework? especially one that’s actually called yet another framework? because yaf isn’t just a .. .. ..

Created By : admin

PHPMaster.com: Practicing Regular Expressions with Search and Replace

on phpmaster.com today there’s a new tutorial that shares a few regular expression tips about doing some search and replace in your content. so how can you practice using regex if you are limited to just using them in your code? the answer is to use a utility, of which there are many, that uses regex for performing search and replace. i’m sure everyone is familiar with the standard .. .. ..

Created By : admin

Community News: Latest Releases from PHPClasses.org

building an identity map in php external program executor icons iqq mysql2search ascii art generator for .. .. ..

Created By : admin

Lorna Mitchell’s Blog: POSTing JSON Data With PHP cURL

on her blog today lorna mitchell has a quick tip for anyone having an issue sending posted json data with the curl functionality that can be built into php. the trick to her method is sending things with the right header. we can’t send post fields, because we want to send json, not pretend to be a form (the merits of an api which accepts post requests with data in form-format is an .. .. ..

Created By : admin

php|architect: Transactional Emails for Fun and Profit

on the php|architect site there’s a recent tutorial from cal evans about building a transactional email system with the help of a simple library and the ses system from amazon. i love apis. a well-defined api can make short work of a complex problem. it’s even more fun when you find a cool api with a great wrapper to make it simple to use. that’s what i found when i started .. .. ..

Created By : admin

DevShed: Building an ORM in PHP: Domain Modeling

continuing on from the first part of their series, devshed has posted part two of their “building an orm in php” series. this latest tutorial focuses on domain modeling (and collection handling). in that first part, i implemented the orm’s data access and mapping layers. and as you’ll surely recall, the entire implementation process was pretty straightforward and easy .. .. ..

Created By : admin