$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
dabbling, frivolling, idling, loafing, loitering, playing and procrastinating
4 Oct // php the_time('Y') ?>
I’m currently mainly coding in PHP still (love live PHP!) because I find being able to mock up pages or programs quickly is a god send, especially since Rubem Pechansky created a wonderful extension called WinBinder. Which allows you to create client side applications extremly quickly, think how easy mIRC dialogs were, and then put that with PHP, and you can make some very powerful programs. Rapid client side application development with PHP *glee*. Here’s a quote from their web-site about it…
“WinBinder is an open source extension to PHP, the script programming language. It allows PHP programmers to easily build native Windows applications, producing quick and rewarding results with minimum effort. Even short scripts with a few dozen lines can generate a useful program, thanks to the power and flexibility of PHP.“
2 Responses for "WinBinder"
Is it safe? Or Should I still use a good PHP encrypt obfuscator like PHP Code Lock??
Is it better that old GTK?
Thanks in advance.
Well Winbinder on its own just uses raw PHP to work, however if you compile it into an exe using Bamcompile (http://www.bambalam.se/bamcompile/) it has an encryptor build in iirc. At least its not completly free viewable to decode, but im not sure yet. Im hesitant to release anything which needs to contact a DB to work just yet until iv tried decompiling myself.
Leave a reply