Gradient

background: #ebf1f6; background: -moz-linear-gradient(top, #ebf1f6 0%, #abd3ee 50%, #89c3eb 51%, #d5ebfb 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(50%,#abd3ee), color-stop(51%,#89c3eb), color-stop(100%,#d5ebfb)); background: -webkit-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); background: -o-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); background: -ms-linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=’#ebf1f6′, endColorstr=’#d5ebfb’,GradientType=0 ); background: linear-gradient(top, #ebf1f6 0%,#abd3ee 50%,#89c3eb 51%,#d5ebfb 100%); […]

Continue Reading

Static Map

Static map sau harta Statica este o unealta prin care inserezi in pagina ta o harta Google fara a necesita javascript sau alt continut dinamic Harta se generaza ca o imagine si se personalizeaza prin parametrii din adresa imaginii http://maps.googleapis.com/maps/api/staticmap?[parametrii] unde parametrii sunt : center : stablieste centrul hartii. Personal prefer ca centrul hartii sa […]

Continue Reading

Timp maxim de executie

How do I change the PHP maximum execution time? In an .htaccess file in the same directory as the executing script, include this line: php_value max_execution_time ? Replace „?” with the with the value you need to replace it with. Our default time is set to 30 seconds and a successful modification of the maximum […]

Continue Reading

Instalare PHP5

Installation To install the contrib, issue the following command from the console: yum –enablerepo=smecontribs install smeserver-php5-cgisignal-event post-upgrade ; signal-event reboot Usage PHP5 can be used in Ibays and for contribs that are installed in /opt. For Ibays To configure an Ibay to use PHP 5, run the following commands from the shell: db accounts setprop [ibayname] […]

Continue Reading