Posts made in October, 2006

  • Songbird

    Here’s a web-based winamp style media player which is cross platform running on Windows, Linux and Mac. If you’d like to get to know the features supported by Songbird, head over to: www.songbirdnest.com/features Songbirdâ„¢ is a desktop Web player, a digital jukebox and Web browser mash-up. Like Winamp, it supports extensions and skins feathers. Like [...]

    Read More...
  • Did you know that the fastest way to check in PHP to see if you’re running on windows is: $iswindows = DIRECTORY_SEPARATOR == ‘\\\\’; or the fastest way to get the time without even calling a function is: $currenttime= $_SERVER['REQUEST_TIME'] ; These are some of the optimization methods mentioned over the slides by Ilia Alshanetsky [...]

    Read More...
  • debugConsole The debugConsole is a tool for debugging and tracing PHP5 applications on productive servers without compromising the live-traffic. (tags: debug php) supercrumbly : php regex tester A cool web utility to test php regular expressions. (tags: php regex) PHP Classes – Class: DBSync This class provides a way to synchronize the schema of one [...]

    Read More...
  • phpHtmlLib A set of PHP classes and library functions to help facilitate building, debugging, and rendering of XML, HTML, XHTML, WAP/WML Documents, and SVG (Scalable Vector Graphics) images as well as complex html ‘widgets’ . (tags: html php) Creating a simple PHP forum tutorial Learn to create forum step by step, in this tutorials use [...]

    Read More...
  • A780 Software (tags: a780 mobile software)

    Read More...
  • Apptix.com – Home page (tags: collabration hosting mail) teamspace – Online groupware system for virtual teamwork – web based collaboration software (tags: collabration hosting mail)

    Read More...
  • CodeLifter.com – Free Cut-and-Paste JavaScript Free Cut-and-Paste JavaScript (tags: code javascript)

    Read More...
  • I’m sure most of us have encountered the following error message while playing with the header function in PHP “Cannot modify header information – headers already sent by …â€? How can we detect whether the script has already sent out headers? PHP has a function headers_sent() which allows you to check if the headers are [...]

    Read More...
  • Google Code Search

    Google has launched a new service called code search. You can search for code on the internet using this service. Check it out at Google Code Search

    Read More...
  • CuteFlow – Open Source Document circulation / workflow system CuteFlow is a webbased document circulation tool. Users are able to define “documents” which are send step by step to every station/user in a list. (tags: document php workflow)

    Read More...