Posts

Showing posts with the label PHP Class

PHP7 versus Facebook HHVM

Image
#PHP7 is right around the corner, and is scheduled to be released before the end of 2015. It runs real world apps up to two times faster than PHP 5.6 and typically faster than #hhvm. Can’t wait? You don’t have to - Zend is providing nightly builds of the latest source tree you can easily install and play with right here and now! http://php7.zend.com/ PHP 7 is right around the corner, and is scheduled to be released before the end of 2015. PHP 7 is the most important development in PHP since 2004, and runs real world apps up to two times faster than PHP 5.6 and typically faster than hhvm. Click to see the bench marks for PHPx versus HHVM Zend offers php7 training ..  http://shop.zend.com/en/php-7-jump-start.html Conclusion I kinda love and cant wait to explore the features of PHP7

PHP Image Resizer Class to resize images on the Fly

Image
  PHP Image Resizer Class - File PHP Class to resize images on the fly mostly while coding in HTML This Image Resizer class is a part of my project on www.dpedit.tk I tot to share this, thinking it would be useful, doh its just a simple version of the actual one i use in my picture editor project but simple enough to do the work, and for the brave developers out there you can use this script to resize images as it is uploaded to a particular size you require of your users, also can be used to create thumbnail images.. This idea is something facebook as implemented... example is a situation where by you would have to click on view full size while checking your friends profile picture before you can actually see that her/his phone's camera is superb.. Advantages You would make your website load faster You wont have to type <img width="...px", to resize and image actually knowing it still has original its file ...