 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
NETTUTS.com: How To Build a Widget to Display your Buzzing
by Chris Cornutt April 09, 2010 @ 12:16:50
On NETTUTS.com a tutorial has been posted recently showing you how to build a widget for Buzz, the Google's service similar to Twitter. If you've ever worked with the Twitter timeline concept, using Buzz will feel very familiar. Unfortunately, for the moment at least, it's a read-only kind of thing.
At the moment, there's no API to work with the Buzz service; Google is expected to provide one within the next several months, however, for now, the public updates are available as Atom feeds.
They grab these Atom feeds via a proxy PHP script (can't cross-domain with Ajax, after all) and then some Ajax to real the latest from this proxy. The results are displayed in a (very familiar looking) timeline with the help of the included HTML and CSS/images. The last part of the process is to push it into a jQuery plugin for easier use down the line. You can get the source download here and check out a demo online.
voice your opinion now!
widget googlebuzz tutorial timeline atom
Tutorialzine.com: Advanced Event Timeline With PHP, CSS & jQuery
by Chris Cornutt January 15, 2010 @ 14:38:59
On the Tutorialzine site there's a recent post looking at the creation of an advanced timeline that combines jQuery, PHP and CSS similar to the one Google has.
Today we are making an Advanced Event Timeline with the help of PHP, MySQL, CSS & jQuery, that will display a pretty time line with clickable events. Adding new ones is going to be as easy as inserting a row in the database.
The tutorial includes the XHTML to create the items on the page (like the slider container and the bar), the PHP to get the data from the database and dynamically add the elements for each event, the jQuery code to make the fun slider work and the CSS to style everything.
voice your opinion now!
timeline jquery css tutorial
Brandon Savage's Blog: Painless Spec and Schedule Development
by Chris Cornutt December 16, 2009 @ 11:42:59
Brandon Savage has written up some thoughts on what can be a somewhat painful part of software development - creating the specification and schedule for the development of the application.
In the time that I have developed software, I don't know that I've ever met a developer who got excited about writing specs for anything. In fact, most developers loathe writing specs, or developing schedules of any kind. [...] Businesses need schedules to know when products will be finished and schedule things like trade shows, product launches, and write contracts with clients who need or want a particular product.
He has a few recommendations for things that could make the process a little easier including the fact that specs should not be considered documentation, that the developers should be the ones creating them and that scheduling out the development time line isn't all about the actual development.
voice your opinion now!
specification timeline development software
Thomas Koch's Blog: Timeline of PHP quality assurance tools
by Chris Cornutt September 30, 2009 @ 12:58:36
A few days back Thomas Koch posted a timeline he worked up of the release of several popular PHP quality assurance tools:
Since I'm not a contributor to any QA tool I'll center around the user perspective and the process of establishing these tools in a small to middle web company like YMC. As an outline for the first part I thought to give an historical view on QA in PHP and therefor made a timeline of PHP QA milestones.
He includes both an image of the timeline and the dates as text for the releases of things like PHPUnit, eZ Components, Zend Framework, PHP_Depend and PHPUnderControl.
voice your opinion now!
timeline quality assurance tool
Ibuildings Blog: Best Practices in Estimating
by Chris Cornutt June 23, 2009 @ 09:33:28
On the Ibuildings blog today there's a new article that looks at some best practices when it comes to estimating the time you can tell the customer a "more correct" timeline for when things will be ready.
Our estimating team spent two months thinking and discussing how software companies create estimates; we discussed what works and what doesn't. While the final document itself, along with the accompanying workbook, are available internally only, some of what was learned about the meta process of estimating may be interesting to others. Here are four Best Practices that came out of the process that we want to share with everyone.
He looks at "rightsizing" your estimations to fit the project, using only qualified people and constantly monitor your estimates and those doing the estimates (to ensure things are progressing as they should).
The estimate is what it is; if the amount is too high for the customer to accept then the price per hour can be adjusted or the feature set can be reduced. The number of hours that the project will take, however, should never be arbitrarily adjusted simply to meet a client's budget.
voice your opinion now!
timeline project estimate bestpractices
Philip Olson's Blog: A brief unofficial history about register_globals in PHP
by Chris Cornutt April 23, 2007 @ 09:23:00
Philip Olson has posted a brief history of one of the more infamous features of PHP on its fifth birthday - register_globals:
It's been a long road and exactly five years (35 releases) since the much discussed and highly controversial PHP directive register_globals has been disabled by default in PHP. After sifting through the mailing list archives, the following set of information has been compiled. Feel free to make additions, corrections, and report register_globals memories!
His list includes some recent "tidbits" about the directive (including the fact that there's still lots of code in the PHP CVS repository that requires register_globals to be on). Following that, there's his brief timeline of the directive's progression - from its infancy as gpc_globals all the way up to more recent events - like its removal from the PHP 6 HEAD CVS versions. With the release of this next major version of PHP, "the beast" can finally be laid to rest.
voice your opinion now!
registerglobals history tidbits timeline remove registerglobals history tidbits timeline remove
Zend Developer Zone: Zend Framework Site Gets Bug Tracker, Source Browser.
by Chris Cornutt May 05, 2006 @ 07:01:13
The Zend Developer Zone has posted a new article about the latest offering when it comes to the Framework - the introduction of a bug tracker/source browser application on the Framework's site to help manage the project.
This morning some much-anticipated features were unveiled on the Zend Framework website. Powered by the open-source software Trac, the new site features include a Subversion repository browser, an issue tracker, a project timeline, and a search function. Previously, developers could access the source code and commit timeline through Subversion, but the new web-based interface provides a simple and attractive way to track progress on the Framework.
The post also includes some screenshots from the application, showcasing each of its many pages of functionality - source browser, issue tracker, timeline, and the search function.
For direct access to the site, head over to the Zend Framework site and click on the Developer tab.
voice your opinion now!
zend framework bug tracker source browser timeline search zend framework bug tracker source browser timeline search
Greg Beaver's Blog: Custom project timeline/bug tracker for Chiara_PEAR_Server
by Chris Cornutt April 25, 2006 @ 07:14:13
Greg Beaver, frustrated with the bug tracker offerings out there, has taken the pearweb bug tracking system and modified it for use on his main project - the Chiara_PEAR_Server - as a bugtracker/timeline system.
The code distinguishes itself from other bug tracking tools in that (assuming you have a running install of Chiara_PEAR_Server) setting it up involves just 6 steps.
That's all that's needed ot have a fully functioning bug tracker that automatically tracks both packages and releases as they are made in Chiara_PEAR_Server, understands developers directly from Chiara_PEAR_Server, separates HTML output from backend processing, allowing templating, has simple and elegant roadmap mechanism for defining release strategies, and assigning specific bugs to future releases
You can grab a download of this project directly from the PEAR website and follow Greg's six simple steps to get it up and running.
voice your opinion now!
custom project timeline bugtracker chiara_pear_server project custom project timeline bugtracker chiara_pear_server project
|
Community Events
Don't see your event here? Let us know!
|