News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Debuggable Blog:
How to have multiple paginated widgets on the same page with CakePHP
August 26, 2008 @ 12:04:58

On the Debuggable blog Tim Koschutzki shows a way to have more than one paginated item on your page at a time (in a CakePHP application).

Many of you might have run into the problem of having multiple boxes on the same page that need to be paginated. For example you might have a left column with a list of members of your site and a right column that shows for a example a list of forums. Yeah, that's not the best example, but you get the idea.

The typical CakePHP pagination functional assumes that there's only one block of information that needs to be paginated per page. With Tim's modification, the model name for where the data is being pulled from is appended to the end of the URL and parsed by the script to know which is which.

0 comments voice your opinion now!
cakephp pagination widget multiple page



Zend Developer Zone:
Create your own widget with PHP-GTK
August 19, 2008 @ 09:35:30

A new tutorial on the Zend Developer Zone shows you how to use PHP's "younger cousin" PHP-GTK to make a simple widget.

With PHP's younger cousin PHP-GTK's recent step to maturity with the 2.0 stable release it is a good time to give this project some more attention. In this article I will show you how to create a re-usable IPv4 Entry widget using PHP-GTK's excellent OO structure.

The end result is an interface that lets the user input an IP in a familiar way (blocks of three, automatically advancing to the next block). They talk about the code first, describing how all of the parts fit together before giving you an easily cut-and-pastable block of code (the class) that creates the widget.

0 comments voice your opinion now!
widget phpgtk tutorial ipaddress interface


International Stock Exchange Forum:
Getting RSS Feeds into Lively
July 10, 2008 @ 15:28:09

Just for you Lively early adopters out there, there's a script that's been posted to the International Stock Exchange forum showing how to get a feed into the virtual world.

Here is a free PHP script to convert the titles of a news feed to a PNG graphic for display in Google Lively. To display a news feed in Google Lively, go to the "Add object" button, search for "Picture Frame". Click on add to room and then edit properties. In Gadget Options place the url of the PHP script in the option box.

The script can then be hosted on a web server where it can pull down the latest stories and update the PNG image accordingly.

0 comments voice your opinion now!
rss feed lively google object widget picture frame gd


Hasin Hayder's Blog:
Web scrapping in a smart way, making a "Today in History" object in PHP
April 29, 2008 @ 10:27:41

Hasin Hayder has written up a quick tutorial for his blog that shows how to create your own "Today in History" page with details from Scopesys pulled with a little web scraping.

There are thousands of services available on web who are presenting interesting as well as education information which you can really integrate in your web page or make a nice widget and let others use them seamlessly with their content delivery platforms. In this article I am going to show you how you can make a nice Today-in-History widget with the help of the data provided in Scopesys.

He wisely recommends that you check one thing first about the content you're grabbing - the copyright it carries with it. This could get you into big trouble down the line depending on whose content it is. The actual script is pretty simple - he defines some constants as markers for where things start and stop in the HTML and then uses strpos to get the locations for his substr call to grab the segments.

0 comments voice your opinion now!
todayinhistory widget copyright scopesys constant define substr strpos


Ben Ramsey's Blog:
Funcaday.com Dashboard Widget
December 12, 2007 @ 11:15:00

Ben Ramsey has put together a dashboard widget to grab the latest from the Funcaday.com website (spotlights one PHP function each day).

While reading through news and blog entries, I came across a post on Zend's Developer Zone about Paul Reinheimer's new PHP Function a Day website. The Function a Day site functions in much the same way as those nifty tear-off-a-page-per-day desktop calendars we all buy for those on our Christmas shopping lists for whom we can't quite figure out what to get.

TO help out the lazy out there, he's created this widget to grab the latest image from the funcaday website and pull it right into your Dashboard.

0 comments voice your opinion now!
function daily widget dashboard osx latest function daily widget dashboard osx latest


PHPClasses.org:
PHP Professionals Directory Widgets
November 30, 2007 @ 12:58:00

Manuel Lemos has posted an update about the PHP professionals directory hosted on the PHPClasses.org website - there's a new widget/gadget for your custom Google homepage that will show all of the professionals from a country in a map.

The PHP professionals directory initiative has been enhanced to make it more efficient in its goal to bring together more PHP professionals and businesses willing to hire them.

Now there is a gadget available to provide more exposure to PHP professionals in iGoogle (Google personalized home page), Google Maps, Google Earth or in any other Web site page.

You can add the gadget to a few different places including:

The professionals directory is located here.

3 comments voice your opinion now!
widget gadget google map professional directory widget gadget google map professional directory


Symfony-framework.com:
Symfony 1.1 - What's new?
November 28, 2007 @ 12:07:00

On the Symfony-framework.com website, there's a look at what's new in the latest Symfony build, version 1.1, as presented by Fabien Potencier at this year's International PHP Conference 2007.

In this article, I will briefly explain all the significant changes of Symfony 1.1 so that you will have fewer doubts deciding between: rewrite part of your old code, simply update your application or use the new Symfony 1.1 only in new developments.

There's three things he mentions - the new task framework to help organize code development, the reorganization of the event dispatcher and its dependencies, and the new Form, Widget and Validator framework.

0 comments voice your opinion now!
symfony framework presentation task event dispatcher form widget validator symfony framework presentation task event dispatcher form widget validator


Skaldrom Sarg's Blog:
PHP-UWA Widget Library
November 26, 2007 @ 15:26:08

Skaldrom Sarg pointed us towards a new project he's been working on - an interface for PHP that allows it to use the UWA-Widgets from the NetVibes Universal Widget API system.

The PHP-UWA library allows a facilitated use of UWA-Widgets with PHP. It gives you access to the preferences and some convenience-functions. In theory, it should work with every UWA-compliant widget (even the broken ones which use html in the JS-Parts or the body). Mini-Apis do sometimes work too. An example is included.

You can see an example in this screenshot, try out a demo or just download the library and get testing.

0 comments voice your opinion now!
php uwa widget library netvibes universal api php uwa widget library netvibes universal api


PHP-GTK Community Site:
Which editing widget do you use in your PHP-GTK apps?
July 05, 2007 @ 09:47:00

The PHP-GTK Community site has posted a new poll that ask PHP-GTK developers which, of the choices provided is their favorite editing widget used in their applications.

The choices are:

  • GtkScintilla
  • GtkSourceView
  • GtkTextView

They also included the "Homegrown" option for anyone that might have whipped up their own. At the time of this posting, GtkScintilla and GtkTextView are tied with two votes apiece. If you're a PHP-GTK developer and have worked much with text editing widgets, head over and cast your vote today!

0 comments voice your opinion now!
phpgtk edit text widget poll gtkscintilla gtksourceview gtktextview phpgtk edit text widget poll gtkscintilla gtksourceview gtktextview


PHP-GTK Community Site:
Click Fast, Desktop Gadget & visualProxy
July 02, 2007 @ 11:12:00

The PHP-GTK Community website as three new posts today all describing applications built with simplicity in mind and created using the PHP-GTK libraries:

  • the "Click Fast" button that makes use of the Gtk::timeout_add() and Gtk::timeout_remove() functions
  • a Desktop Widget that can be used for useful information you want to keep in view
  • visualProxy - an HTTP proxy server and transmit HTTP proxy requests from a WWW user agent to an other proxy or directly to a server. It displays requests graphically and update information on the fly on a detailed list with many fields columns.

Check out their apps and code snippets sections for more examples like these.

0 comments voice your opinion now!
phpgtk visualproxy desktop widget click codesnippet application phpgtk visualproxy desktop widget click codesnippet application



Community Events









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


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

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