March 19, 2007
Posted in News, Tutorials, Basics at 3:08 am by lig
Just a quick note that the Best Practices forum is now open and already has a couple of fast and easy articles in it for your viewing pleasure. For any aspiring writers - there is also a list of future articles if you want to try your hand at it.
Articles already available:
Permalink
March 11, 2007
Posted in Planet at 5:52 pm by lig
As a member of ACM I regularly get tech news announcements. This happened to be one of them. Below is from the W3C home page:
2007-03-07: W3C is pleased to invite participation in the new HTML Working Group, chartered to create the next HTML standard with the active participation of browser vendors, software developers, and content designers. “It’s time to revisit the standard and see what we can do to meet the current community needs, and to do so effectively with commitments from browser manufacturers in a visible and open way,” said Tim Berners-Lee, W3C Director.
Now I have to admit to being curious about what is going on - after all anything new dealing with the web affects me as PHP coder. Since the W3C is supposedly interested in input from the Web community and content developers, I decided to see who from PHP would be there. Granted it is very early for the formation of the group so it didn’t really surprise me to see no one from PHP that I know or heard about in there, but I wonder if anyone from the PHP Group will become a “invited expert” somewhere down the road.
Oh I know - they already are extremely busy working on the various PHP versions (for which I thank them), and this would only add more work to people who are already doing more then their fair share. But a girl can wish - can’t she.
(And just because I know there will be someone out there that says/thinks I should do it since I’m sitting here talking about it… Well I must admit to considering it - but I really am not qualified for something like this. Though I do wish I was.)
Permalink
Comments off
March 1, 2007
Posted in News, Articles at 10:00 am by reische
I recently attended the Microsoft Across America launch event for Windows Vista and Office 2007. As someone who supports people who use MS products (even though I prefer open source projects), it is important for me to stay current with the latest that is out there. By attending the event, I received a free copy of Office 2007, and I must admit - I’m impressed. The new document format is xml - great for sharing! The secret in their file format, and the reason it may not be easily apparent, is that they compress the files by default with a simple zip utility. If you rename a .docx file (new Word07 format) to .zip, you will find the document text/layout in xml format, and folders for images, theme, etc. The same applies to Excel, etc.
You might be asking how this relates to php. Well, there is a project seeking volunteers that I wanted to mention. It’s over at codeplex.com/PHPExcel. From their site:
PHP Excel 2007 classes
Project providing classes for the PHP programming language, to allow to write to Excel 2007 files.
Checkout the Features this class set provides, such as setting spreadsheet meta data (author, title, description, …), multiple worksheets, different fonts and font styles, cell borders, fills, gradients, adding images to your spreadsheet and much, much more!
Want to contribute?
We are looking for developers!
Please refer the Contact page to apply.
If you are looking for a project with which to become involved, give them a shout.
Permalink