Posts

Showing posts with the label browsing

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

Advantages of Friendly URL Rewriting

Image
So many Web Developers still stick to the old fashion way of URL Structure where you pass different parameters via the url, example below http://domain.com/product.php?type=phone&model=h5&color=black  and below is the Friendly URL Structure   http://domain.com/product/phone/h5/black and some Friendly URL Structure are in the form below http://teclodge.blogspot.com/2015/05/php-image-resizer-class-to-resize.html Now  lets go straight to the point, not so god in blabbing.. Advantages of Friendly URL Protection against SQL Injection (SQLi) Reduce tendecy of Directory Transversal Attack Easy for users to Remember and or Bookmark URL - Coming accross an address like this pasted into a blog or forum, wouldn't feel so reluctant to visit it. Increases SEO - Search Engines try to look for keywords that match with what its user search for in URL which is known to be one of the ways sites are ranked. I will update this as i get more ideas ... Rea...

HTTPS Everywhere - Secure yourself while Browsing

HTTPS Everywhere is a Firefox, Chrome, and Opera extension that encrypts your communications with many major websites, making your browsing more secure. Encrypt the web: Install HTTPS Everywhere today. HTTPS EveryWhere for Mozilla Firefox HTTPS EveryWhere for Mozilla Firefox on Android HTTPS EveryWhere for Google Chrome HTTPS EveryWhere for Opera Browser Note: In summary why you need HTTPS Everywhere. - Without HTTPS an Attacker can sniff to get your personal data, passwords, credit card(master card and co) info, conversations etc... HTTPS Everywhere is produced as a collaboration between The Tor Project and the Electronic Frontier Foundation . Many sites on the web offer some limited support for encryption over HTTPS, but make it difficult to use. For instance, they may default to unencrypted HTTP, or fill encrypted pages with links that go back to the unencrypted site. The HTTPS Everywhere extension fixes these problems by using clever technology to rewrite requests to ...