What is Woopra Woopra is the world’s most comprehensive, information rich, easy to use, real-time Web tracking and analysis application. We deliver the richest library of visitor statistics in the industry through our innovative desktop application. But Woopra is more than simply statistics. [ad code=1 align=center]
Category Archives: Programming
Real-time stats for your website or blog.
Do you have a website, blog or social network profile? Would you like to know the number of readers you have? Want to instantly see where your visitors are from? Or find out when you had the most people online? Learn more or see our sample stats page.
Javascript Void()
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.
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]