People Online:1


  Category:
 
 

Main Menu
  Sections
Chat
>>Articles
Comments
Files
Images
Categories
>>Top
    
    FAQs
    News
    Programming
 
 
Other Stuff
  Login
 
 
Top Articles
  Top 20 Newest Articles
Top 20 Most Read Articles
 
 
Today ends a legacy.Written by Shawn Rapp10/28/2008-9:01am
 

The Web Wrench project is getting close to being 7 years old.   Its sad but it's time I retire it.  Very little interest from people and the features note worthy of wrench has been implemented in much bigger more polished and refined systems.


With Joomla 1.5.7 which is settling down and accomplishes all the goals and objectives set for Web Wrench.  Well between that and CakePHP there is no real place for Web Wrench in the future and I have no further plans of deploying it for any more  future business projects.  Since I have found better tools to use for my web application development needs, I can only assume so have everyone else.


But incase anyone is interested in taking over Web Wrench, email me at shawn [dot] rapp [at] gmail [dot] com  ... and if not... its been fun guys! 



[Comments: 1]  
 
 

Difference between Add-In and ModuleFAQs->systemPazuzues06/12/2007-1:10pm
 

A add-in extends the defined classes to the API structure.   A module actually is a running application and not just a class definition.  Also to note all add-ins are loaded on every page.  Modules are only loaded on request.


The seperation of core and add-in layers simplifies developement.



[Comments: 0]  [Read more...]  
 
 

Wrench 1.2 Core out!NewsBadOPCode06/01/2007-2:58pm
 

I already can hear the screams. "Wait!  Web Wrench 1.2 Core?  What happened to 2.0????"  :-)


 



[Comments: 0]  [Read more...]  
 
 

WebWrench.org is OpenNewsBy Shawn (BadOPCode)06/01/2007-2:23pm
 

Starting this off with the release build and final phase of the Resilient (Version 1.1) core of Web Wrench.



[Comments: 0]  [Read more...]  
 
 

Hello WorldProgramming->ModulesWritten by BadOPCode02/24/2007-6:13pm
 

The infamous hello world program done in a Web Wrench module and displayed in a block.



[Comments: 0]  [Read more...]  
 
 

Users Chatting