Tuesday, September 13, 2011

Tuesday, June 28, 2011

Monday, June 20, 2011

SVG - Scalable Vector Graphics

In HTML5 section element could be used to insert shapes to the HTML document. I.E

Sunday, August 8, 2010

Editing Linux Firewall rules in shell mode

That could be done by editing /etc/sysconfig/iptables
Then restarting iptables service

To view open services in Firewall run:
iptables -L

Friday, July 30, 2010

Secure remote copy via scp

use scp command for copying remote files via ssh

Monday, July 5, 2010

Sunday, July 4, 2010

IE Iframe blocking third party cookie solution

http://adamyoung.net/IE-Blocking-iFrame-Cookies

Solution:


header('P3P:CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');
?>