Re: [PHP] What method is best for generating thumbnails in PHP from PDF's?

2009-11-14 Thread German Geek
Hi, I've spent ages trying to figure out a good way for this. Ghostscript and ImageMagick were slow and not giving satisfactory results because the colors were wrong in some instances. The solution for me was to use ImageMagick with X-PDF. You can install xpdf in any linux distro or even on window

Re: [PHP] Re: Need suggestions on PHP frameworks

2009-11-14 Thread German Geek
Which framework to use is more of a religious war than anything, but I would recommend Symfony. It has a nice architechture and is very extendable. ++Tim Hinnerk Heuer++ http://www.ihostnz.com 2009/11/13 Sudheer Satyanarayana > > I doubt you'll get a reasoned bunch of suggestions, more a rel

Re: [PHP] Live PHP Code Templates for NetBeans - accelerate your php development.

2009-12-07 Thread German Geek
Hi, I would like to check this out. How do you enable these code templates in NetBeans? 2009/12/8 Raymond Irving > Hello Everyone, > > I've made a few code templates (HTML, PHP) available for everyone to > download and use with NetBeans 6.7 or higher. It will greatly > accelerate your php devel

[PHP] PHP/SWFUpload progress

2009-12-24 Thread German Geek
Hi all, Wishing you a merry xmas! As a gift to you a little thing that I figured out through long googling and trial and error: We are using the swfupload (flash) upload tool to upload files to a php script. For a rather cryptic reason on some clients the progress would show too quickly when AVG

[PHP] Howto Install XAMPP XDebug Netbeans

2010-01-04 Thread German Geek
Hi All, Just to save some of you some time: http://www.ihostnz.com/howto-install-xampp-windows-7-xdebug-netbeans Happy new year! Cheers, Tim ++Tim Hinnerk Heuer++ http://www.ihostnz.com

Re: [PHP] POLL: To add the final ?> or not...

2010-01-08 Thread German Geek
I would leave this to personal preference, whether there is a closing ?> or not wouldn't bother me. I could argue both ways: Pro: You should put a final ?> for neatness and XML compatibility. Con: It makes the script fractionally slower because 2 more characters have to be processed and there migh

Re: [PHP] Facebook PHP compiler

2010-02-05 Thread German Geek
Yes. Totally agree. Would like to try asap. ++Tim Hinnerk Heuer++ http://www.ihostnz.com On 3 February 2010 10:15, Adam Richardson wrote: > Looks very promising !!! > > On Tue, Feb 2, 2010 at 1:12 PM, Robert Cummings >wrote: > > > Cesar D. Rodas wrote: > > > >> Hello, > >> > >> Have you guys

Re: [PHP] Developer needed, right place for it?

2010-12-30 Thread German Geek
Hi Bill, I'm a senior PHP/Javascript/Actionscript 3 developer. If you need some PHP work done, contact me off-list and I can see what I can do for you. Regards, Tim ++Tim Hinnerk Heuer++ http://www.ihostnz.com On 31 December 2010 09:44, Bill Marcy wrote: > Looking to get a bit of PHP work don

Re: [PHP] Re: Programmers and developers needed

2012-09-19 Thread German Geek
See below. On 19 September 2012 04:45, Matijn Woudt wrote: > On Tue, Sep 18, 2012 at 8:52 AM, agbo onyador wrote: > > The growing power of the internet and global networks. > > (on the world’s politics, economies and even on daily life of ordinary > > people) Programmers and developers needed:

Re: [PHP] Algorithm Help

2013-10-20 Thread German Geek
assume 10) such that the total > weight of all edges connecting the 5*4 nodes is minimum " , > how do you go about finding this set once you have constructed and > maintained this graph and what will be the complexity?? > > > On Sun, Oct 20, 2013 at 11:49 AM, German Geek wrote: &g

Re: [PHP] Apache 2.4.1 and php?

2012-02-24 Thread German Geek
Hi Daniel, You should be able to. Haven't tried it with that specific version, but generally PHP is designed to run with any version of Apache. If it doesn't work as a module you should always be able to compile it as a fastcgi application and that should work. Then you can even setup different us

Re: [PHP] Node.PHP

2012-03-30 Thread German Geek
Maybe stupid question, but is node.php really necessary? If you can program PHP and it performs better than node.js, why would you need to have another wrapper around things. Why not just program "normal" PHP? twitter: geekdenz Blog: http://www.thheuer.com On Sat, Mar 31, 2012 at 10:39 AM, Hiyarl

<    1   2