News Feed
Sections
News Archive


Community Events
php|tek 2008 PHP Conference



feed this:

Hasin Hayder's Blog:
Web scrapping in a smart way, making a "Today in History" object in PHP
0 comments :: posted Tuesday April 29, 2008 @ 10:27:41
voice your opinion now!

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.

tagged with: todayinhistory widget copyright scopesys constant define substr strpos


PHP-GTK Community Site:
Which editing widget do you use in your PHP-GTK apps?
0 comments :: posted Thursday July 05, 2007 @ 09:47:00
voice your opinion now!

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!

tagged with: phpgtk edit text widget poll gtkscintilla gtksourceview gtktextview phpgtk edit text widget poll gtkscintilla gtksourceview gtktextview


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

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