Re: [fw-general] Re: rendering barcode

2012-03-13 Thread Jurian Sluiman
2012/3/13 Marco Pivetta ocram...@gmail.com Yeah, I can check tomorrow at work how I did that... Anyway, if you want to bind the image into an html, then you should base64 encode its contents. I wouldn't suggest that anyway. Marco Pivetta Some time ago I wrote a ZF1 view helper to display

[fw-general] Re: rendering barcode

2012-03-13 Thread Marco Pivetta
Here's what I do to render in a view: use Zend_Barcode_Renderer_Image as BarcodeRenderer; $renderer = new BarcodeRenderer(); $renderer-setBarcode($barcode); $renderer-render(); Zend_Controller_Front::getInstance() -getResponse() -setHeader('Content-Type', 'image/' .

[fw-general] Re: [zf-contributors] Re: [fw-general] Zend Framework QA website

2012-03-13 Thread Artur Bodera
2012/3/12 Tomáš Fejfar tomas.fej...@gmail.com The best solution would IMO be that some people (core devs) could get magically a lot of reputation Not possible. (or some other status - like ZF badge on profile picture) and posts with tag ZendFramework would have different theme, still

Re: [fw-general] ZF1, Zend_Application, Zend_Config_Yaml, Zend_Loader_PluginLoader - issue with pluginPaths Options in Yaml configuration

2012-03-13 Thread Artur Bodera
On Mon, Mar 12, 2012 at 10:56 PM, Konr Ness konrn...@gmail.com wrote: I did not test using the YAML pecl extension because Zend_Config_Yaml does not support/use it. I am sure the extension is orders of magnitude faster than Zend_Config_Yaml, though. Ah! Good to know. Ben - I'm not sure

[fw-general] Re: [zf-contributors] Re: [fw-general] Zend Framework QA website

2012-03-13 Thread Robert Basic
This http://i.imgur.com/ijyf5.png sums up pretty well why I gave up on SO. The mailing list/IRC at least filters out, to some extent, that kind of people. -- ~Robert Basic; http://robertbasic.com/ -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe:

[fw-general] Re: [zf-contributors] Re: [fw-general] Zend Framework QA website

2012-03-13 Thread Artur Bodera
2012/3/13 Tomáš Fejfar tomas.fej...@gmail.com Just to clarify the reputation problem. The thing with reputation is that it directly affect your abbilities on SE. You need it to moderate, suggest new tags, vote for closing, etc. I'm in TOP 20 users for ZF tag (

[fw-general] Re: rendering barcode

2012-03-13 Thread faom
the barcode will be part of a complete page. so how can I set from a controller the headers to display png for the barcode? didn't render() method in barcode send the headers? -- View this message in context:

[fw-general] Re: rendering barcode

2012-03-13 Thread faom
Ok Marco, thank you. I would appreciate if you share me how you finally did. Regards, On Mon, Mar 12, 2012 at 8:56 PM, Marco Pivetta [via Zend Framework Community] ml-node+s634137n4467957...@n4.nabble.com wrote: Yeah, I can check tomorrow at work how I did that... Anyway, if you want to bind

[fw-general] Re: [zf-contributors] Re: [fw-general] Zend Framework QA website

2012-03-13 Thread Tomáš Fejfar
Just to clarify the reputation problem. The thing with reputation is that it directly affect your abbilities on SE. You need it to moderate, suggest new tags, vote for closing, etc. I'm in TOP 20 users for ZF tag ( http://stackoverflow.com/tags/zend-framework/topusers) and it took a lot of work to

[fw-general] Re: [zf-contributors] Re: [fw-general] Zend Framework QA website

2012-03-13 Thread Matthew Weier O'Phinney
-- Tomáš Fejfar tomas.fej...@gmail.com wrote (on Tuesday, 13 March 2012, 08:37 PM +0100): From how I understood it, we still need to convince the SE staff that ZF2 deserves one SE web for itself. The comments on our proposal do not seem to necessarily reflect the staff. Even the link that the

[fw-general] Re: [zf-contributors] Re: [fw-general] Zend Framework QA website

2012-03-13 Thread Anthony Shireman
Hope this reply all works correctly, sorry if anyone gets duplicates. Currently the SE proposal has 66 followers and 28 example questions with 91 votes. To proceed to the next step there needs to be 36 questions and each question needs 10 votes. If I understand the process correctly we're 25% of

[fw-general] Re: [zf-contributors] Re: [fw-general] Zend Framework QA website

2012-03-13 Thread Tomáš Fejfar
From how I understood it, we still need to convince the SE staff that ZF2 deserves one SE web for itself. 2012/3/13 Anthony Shireman ashire...@gmail.com Hope this reply all works correctly, sorry if anyone gets duplicates. Currently the SE proposal has 66 followers and 28 example questions

Re: [fw-general] Re: [zf-contributors] Re: [fw-general] Zend Framework QA website

2012-03-13 Thread Oscar
If Drupal can have an SE site, I don't see why Zend Framework wouldn't. http://drupal.stackexchange.com/ -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com

[fw-general] Re: [zf-contributors] Re: [fw-general] Re: [zf-contributors] Re: [fw-general] Zend Framework QA website

2012-03-13 Thread Tomáš Fejfar
Because you can ask a ton of questions that are about drupal and will be marked as offtopic on StackOverflow. Like How do I create a subpage for a page in Drupal or What are good texts for html_description in Drupal, etc. On Tue, Mar 13, 2012 at 8:56 PM, Oscar os...@oscarm.org wrote: If Drupal

[fw-general] Re: [zf-contributors] Re: [fw-general] Re: [zf-contributors] Re: [fw-general] Zend Framework QA website

2012-03-13 Thread Jurian Sluiman
Op 13 mrt. 2012 21:57 schreef Tomáš Fejfar tomas.fej...@gmail.com het volgende: Because you can ask a ton of questions that are about drupal and will be marked as offtopic on StackOverflow. Like How do I create a subpage for a page in Drupal or What are good texts for html_description in Drupal,

[fw-general] Re: [zf-contributors] Re: [fw-general] Zend Framework QA website

2012-03-13 Thread Andreas Möller
This http://i.imgur.com/ijyf5.png sums up pretty well why I gave up on SO. The mailing list/IRC at least filters out, to some extent, that kind of people. Priceless! -- List: fw-general@lists.zend.com Info: http://framework.zend.com/archives Unsubscribe: fw-general-unsubscr...@lists.zend.com

[fw-general] Re: [zf-contributors] Re: [fw-general] Zend Framework QA website

2012-03-13 Thread Andreas Möller
This http://i.imgur.com/ijyf5.png sums up pretty well why I gave up on SO. The mailing list/IRC at least filters out, to some extent, that kind of people. Why so negative ? :-) I fully understand this: either you want to help OR you want to gain reputation.