News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Developer Tutorials Blog:
Turn Your Wordpress Blog into a Social Network
July 14, 2008 @ 15:19:18

The Developer Tutorials blog has a new post full of links to some great add-ons for the popular WordPress blogging software to help make your site into more of a community.

Wordpress is a CMS that was built for blogging but many people have repurposed it for magazines, newspapers, blog networks and all sorts of other goodies! But did you know you can hack your Wordpress blog to be a no-cost solution for a social network? Well you can, and here's fifteen plug-ins that will let you do it.

Some of the packages they link to include Ajaxd WordPress, Profiles, Quick SMS, Invite Friends and SezWho.

0 comments voice your opinion now!
wordpress social network plugin blog list



Community News:
Worldwide support network for PHP user groups launches - PHP Groups
March 08, 2007 @ 07:05:27

As posted on Ben Ramsey's blog (and released out through the PHP community) - a press release about PHP Groups:

PHP Groups, a worldwide network for PHP user groups, launched today with the intent to foster an open community for PHP user groups to share and exchange ideas and information. Membership is open to anyone working with a PHP user group or interested in starting one.

At present, PHP Groups provides a mailing list where user group leaders and those interested may subscribe and take part in a dialog with other user groups. "I hope that part of our accomplishments will involve uniting and bringing together for an open dialog all of the PHP user groups across the world," said Ramsey. "I hope this mailing list can get that conversation going."

If you're interested in the project and want to get involved, check out their mailing list and website to get complete details.

0 comments voice your opinion now!
phpgroups support network usergroup phpgroups support network usergroup


Mpwebwizard.com:
Use a mirror for hits from popular websites
December 18, 2006 @ 15:49:00

There's a tutorial over on mpwebwizard.com that's been updated and talks about using a mirror to handle hits from a popular website (like digg or slashdot).

caching services such as coral content distribution network provide an alternative for when your site goes down, but why wait until it gets to that stage? why not just send all your hits from high-end websites to the coral cache version? well, there isn't a good reason not to, so i'll show you how to do it automatically.

He provides the simple script that looks for certain sites in the "HTTP_REFERER" value of incoming calls and pushes them off to the cached location with a header() redirect. The whole thing is only 12 lines, not counting the $sites array.

0 comments voice your opinion now!
mirror automatically tutorial coral content distribution network referrer mirror automatically tutorial coral content distribution network referrer


Community News:
PHP Appalachia IRC Channel
August 30, 2006 @ 13:09:14

Both Ben Ramsey and Elizabeth Naramore have commented on the new IRC channel they've formed for the upcoming PHP Appalachia conference on the Freenode network.

We now have an IRC channel for the PHP Appalachia conference - Freenode - #phpappalachia. Come join us!

You can access the Freenode network with any IRC client and can join in on the channel at any time. Come find out others who are coming and get the latest on the conference.

0 comments voice your opinion now!
irc channel phpappalachia2006 freenode network irc channel phpappalachia2006 freenode network


DevShed:
Completing a Query Processor in PHP
May 31, 2006 @ 14:32:28

DevShed finishes off their "Creating a Query Processor" series, a look at working with sockets and related functions, in part three, a focus on extending the class even further and some more in-depth looks "under the hood".

Welcome to the third part of the series "Network Programming in PHP." In three tutorials, this series explains the basics of network programming in PHP, by developing a query processor class in PHP 5, which uses some of the most popular PHP network functions, in order to implement the logic of its methods.

In this last article of the series, I'll add some extra methods to the query processor class, which can be used for performing the networking operations that I mentioned before. Of course, I'll implement within all the methods an easy-to-grasp programming logic, so you shouldn't have any problems understanding how each method works.

He starts with a brief look back to see how far the script's come before charging ahead into even more expansion. He fleshes out the getMXRecords and checkDNSRecords methods before adding in come TCP service functions - scanPort and getWhois. Finally, he wraps it all back into the class and takes one last look at the entire creation (and a simple example that checks the DNS and scans ports for the host "google.com".

0 comments voice your opinion now!
php query processor network functionality part3 tutorial php query processor network functionality part3 tutorial


DevShed:
Adding Methods to the Query Processor in PHP
May 24, 2006 @ 12:15:43

DevShed has posted the second part of their "Network Programming in PHP" series today - this time, they enhance the QueryProcessor class they've developed with even more functionality.

At this point I guess that all the networking PHP built-in functions that I covered in the first article, such as the "gethostbyaddr()", "gethostbyname()", "gethostbynamel()" functions are already familiar to you. So now I will explain what new things you'll learn in this second article of the series. Since I want to continue expanding the "QueryProcessor" class that I coded previously, this installment will focus on adding more methods to it, by using other useful PHP network functions, aimed particularly at running popular Windows networking applications, like "ipconfig," "netstat" and more.

If you didn't get a change to check out part one, it's definitely suggested that you do so before you start on this section. As mentioned, they're going to show you how to add other functionality to the class, including the ability to ping another server, check the current machine's network settings, perform a "netstat" command, and get the MX records for a hostname. At the end, they stick it all together in the complete (so far) class for easy cut and paste.

0 comments voice your opinion now!
php part2 network functions query processor php part2 network functions query processor


Davey Shafik's Blog:
Join the Thinktank
April 13, 2006 @ 11:01:49

In an effort to create a higher level of discussion on PHP than just the "why is this erroring?" or "how do I get PHP to..." questions, Davey Shafik has started a new channel over on the Freenode IRC network to futher talks about PHP and not just fixing other peoples errors.

Now, I really love helping people, but it's nice to get something back once in a while. So, I've decided to start a spin-off channel, one that does promote the things I want to talk about - and hopefully others do to. Join #php.thinktank on irc.freenode.net and lets talk about things.

The goal of the channel is to foster talks about topics such as design patterns, emerging PHP concepts, working on the bleeding edge, and new ways of doing old things. The channel is already set up and running smooth with users constantly around (though they might be just lurking), so come on over and join in.

0 comments voice your opinion now!
php irc channel freenode network ideas thoughts suggestions php irc channel freenode network ideas thoughts suggestions


Jim Plush's Blog:
My-Bic version 0.6 Released
March 31, 2006 @ 20:08:08

Jim Plush has released the latest version of his My-Bic Ajax/PHP framework with a few cool enhancements - version 0.6 according to this new post.

The two major features added are JSON client side encoding and network down handling. Client side JSON encoding will allow you to send more complex structures to your PHP script and they can get converted to normal PHP objects. The other major feature is handling network down issues.

For example if your client script cannot get a response back from the server My-Bic will now allow you to define your own network down function or you can use the default method which creates a div on the screen alerting the user of network issues. If there are 3 requests that fail in a row My-Bic disables itself until the page is reloaded. All of those settings are configurable so you can change or override them.

The addition of these two features is definitely a plus for the framework - they provide two more advanced features that any developer can use thanks to the simplicity of the My-Bic framework. Some of the other features of the framework include easy forms, a built-in submission queue, and a bit to help you in debugging your scripts.

0 comments voice your opinion now!
php my-bic version 0.6 release json client side encoding network down handling php my-bic version 0.6 release json client side encoding network down handling


Oracle Technology Network:
Building PHP Applications Using the ATK Framework
February 16, 2006 @ 15:54:43

On the Oracle Technology Network today, there's this new tutorial that covers the rapid creation of PHP applications with the help of the Achievo ATK PHP application framework.

In this article, you will learn the power of this combination by using the open source Achievo ATK PHP application framework to build a Web application on top of an existing Oracle database. Using the venerable scott schema as an example, you will see how to build a Web application with full CRUD (create, read, update, delete) support for managing employees and departments in just a few steps and in fewer than 100 lines of code.

The tutorial introduces the framework and leads you through how to get it all installed on your (Linux/Unix or Windows) system. From there, it's all code - creating the initial module, adding nodes to perform actions, and linking them together with relations in the data.

0 comments voice your opinion now!
php oracle technology network build application ATK framework php oracle technology network build application ATK framework



Community Events











Don't see your event here?
Let us know!


developer mysql job cakephp package example conference security code zendframework PHP5 PEAR database ajax application releases framework release zend book

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework