HTML | naveenOS https://www.naveenos.com How may I help you - Magento Certified Developer Thu, 07 Jul 2011 05:15:35 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 CSS: Opacity in all browsers https://www.naveenos.com/2011/07/css-opacity-in-all-browsers https://www.naveenos.com/2011/07/css-opacity-in-all-browsers#comments Thu, 07 Jul 2011 05:15:35 +0000 http://naveenos.com/?p=387 Today’s market is based on 3D and most things are doing by jQuery or Javascript to make fast loading application. Opacity is a part of CSS to make transparent image without PNG format. To set the opacity property to an image you can use: .img_transparent_class{ opacity: 0.5; } But this line will suitable for some […]

The post CSS: Opacity in all browsers first appeared on naveenOS.]]>
https://www.naveenos.com/2011/07/css-opacity-in-all-browsers/feed 2
PHP does not generating output as html https://www.naveenos.com/2011/05/php-does-not-generating-output-as-html https://www.naveenos.com/2011/05/php-does-not-generating-output-as-html#respond Fri, 13 May 2011 12:13:41 +0000 http://naveenos.com/?p=358 In many cases we add content in the database with replacing all html tags into special characters. But it generate problems when we want to show at front side. So here we are giving a best solution to show result as HTML: function __htmlConvertor($str) { $string = str_replace(array("<", ">", '&', ''', '"','<', '>'), array("<", ">",'&','\'','"','<','>'), […]

The post PHP does not generating output as html first appeared on naveenOS.]]>
https://www.naveenos.com/2011/05/php-does-not-generating-output-as-html/feed 0