It’s these types of programming solutions that will utilize the JavaScript Void 0 programming tool. This lesson will teach you some of the reasons to use the JavaScript Void 0programming strategy in your scripts.
Author Archives: Prosoxi.com Webmaster
create subdomains with .htaccess
Dynamic subdomains using htaccess This will render abcd.yourwebsite.com into yourwebsite.com/wor_out.php?url=abc
php Cannot modify header information – headers already sent by FIX
Buffers output and eliminates problem with spaces/line breaks at the beginning/end of files. Make sure to place ob_start(); before header(); is called. <?php ob_start(); header(“Location: somepage.php”); //Redirect ob_end_flush(); exit; ?> [ad code=1 align=center]
flash UIObject.setSize()
Example The following example resizes the pBar component instance to 100 pixels wide and 100 pixels high: pBar.setSize(100, 100); [ad code=4 align=center]
Online web-based ping: Free online ping from 50 locations worldwide
Free online ping from 50 locations worldwide http://just-ping.com [ad code=1 align=center]
How do I enable cgi-scripts to run from httpdocs and httpsdocs directories?
Resolution By default Plesk runs CGI scripts in /cgi-bin/ folder only. To allow CGI scripts be processed from any folder, you should and uncomment the cgi-script AddHandler directive in the main apache configuration file /etc/httpd/conf/httpd.conf: