widget

Getting a descendant (child) widget by name - PHP-GTK Community

Planet PHP  Mon, 01/30/2012 - 06:51

This script gets a descedant (child) widget by name using recursion. A name should be defined for the child previously, if not as a name is considered the class name.

The name is passed as a variable by reference, when the target is found it is stored in this variable.
This will change the variable type from string to object, this very information is used as a condition to stop further recursion.


 

StumbleUpon Lets Bloggers Share Content With New Widget

Digg / Tech Industry News  Tue, 06/28/2011 - 21:11

StumbleUpon just launched a new widget maker for bloggers that allows them to showcase content found on StumbleUpon on their websites.


 

Kevin Schroeder's Blog: Integrating Zend_View with WordPress

PHPDeveloper.org  Tue, 03/22/2011 - 09:08

Kevin Schroeder has a recent post to his blog showing how he integrated Zend_View into a WordPress install for his blog.

It was as a part of a plugin he uses on some of his internal pages.


 

SitePoint PHP Blog: How to Create Your Own Twitter Widget in PHP...

PHPDeveloper.org  Thu, 01/06/2011 - 12:05

On the SitePoint PHP blog today Craig Buckler is back with the second part of their series on creating a Twitter widget for your site.

You can find more about the first part of the series here.


 

SitePoint PHP Blog: How to Create Your Own Twitter Widget in PHP...

PHPDeveloper.org  Wed, 01/05/2011 - 13:13

From the SitePoint PHP blog today there's a new tutorial from Craig Buckler (part one of a series) on how to create your own Twitter widget you can drop in anywhere on your site (main content or sidebar).

It uses cURL to make the requests to the Twitter servers, so you'll need that installed on your PHP instance.


 

How-to show popular posts on your WordPress blog? - Web Developm...

Planet PHP  Tue, 11/16/2010 - 08:27

Yesterday I replaced my list of current PHP articles on this blog with a list of popular articles. I’m sure it’s possible in WordPress to get those list if you count the number of comments, but actually I was looking for solution based on real traffic.


 

New @ Joind.in – Widgets! - blog.phpdeveloper.org » PHP

Planet PHP  Sat, 08/21/2010 - 19:59

With the latest site release over on Joind.in, we've added something a bit more fun for users of the site - handy little widgets that let you embed information from the site into yours.

You can see an example of it if you look to the right (well, if you're looking at the site not the feed, of course).


 

Android Phone-Top Programming: Part 1

Linux Magazine: Top Stories  Tue, 06/22/2010 - 06:47

Building on what we already know about Android development, we take a look at adding App Widget functionality for your phone's "desktop."


 

Fawad Hassan's Blog: CRUD using jQuery and Codeigniter - I

PHPDeveloper.org  Mon, 06/21/2010 - 12:25

On his blog today Fawad Hassan has the first part of a series where he's showing you how to create a CRUD interface by combining jQuery and the CodeIgniter framework.