News

ipfw is a FreeBSD IP packet filter and traffic accounting control program. With ipfw, it is possible to assemble a tranparent proxy for Wi-Fi. The transparent proxy can send moderated content to remote clients with content filtering software.

 
The NetBSD project is a good place to start when looking for a mail server. Straight forward and precise, NetBSD can power some of the largest networks on the internet.
 
 
FreeBSD® is an advanced operating system for x86 compatible (including Pentium® and Athlon™), amd64 compatible (including Opteron™, Athlon™64, and EM64T), UltraSPARC®, IA-64, PC-98 and ARM architectures. It is derived from BSD, the version of UNIX® developed at the University of California, Berkeley.
 
 
 

Tech Blog

-September 2010+
SMTWTFS
2930311234
567891011
12131415161718
19202122232425
262728293012
3456789
  • RSS
  • Add To My MSN
  • Add To Windows Live
  • Add To My Yahoo
  • Add To Google

Statistics

  • Entries (1)
  • Comments (0)

Archives


New Stuff 

Monday, August 23, 2010 1:16:00 AM

Found a way to diplay a series of videos and or photos with fancybox and jquery. Also, finished work on the flowplayer to display an auto full screen. Looks easy enough to navigate as the user is able to close the window by clicking on the video a second time.

 

<!-- player container-->

<a
href="http://www.beauty4eye.com/video/video_1.flv"
style="display:block;width:165px;height:119px;"
id="player">

</a>
Click play to view our video
<script src="http://www.beauty4eye.com/jquery.tools.min.js"></script>
<script type="text/javascript" src="http://www.beauty4eye.com/global-0.52.js"></script>
<!-- Flowplayer installation and configuration -->
<script language="JavaScript">

flowplayer("player", "http://www.beauty4eye.com/flowplayer-3.2.3.swf", {

clip: {
  autoPlay: false,
  autoBuffering: true,
 
onResume: function()  {
if (!this.isFullscreen()) {
this.toggleFullscreen(); 
           }   
  }
},
plugins: {
        controls: { 
          url: 'http://www.beauty4eye.com/flowplayer.controls-3.2.1.swf', 
          play:false,      
          fullscreen:true, 
          scrubber: false,
    time: false         
        }              
      }
});
</script>


   Here is some different flowplayer code in an object container:

 

<script type="text/javascript" src="flowplayer-3.2.2.min.js"></script>
<object com_veoh_index="0" processed="true" id="videoContent_api" data="/flowplayer-3.2.2.swf" type="application/x-shockwave-flash" width="200" height="150"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="quality" value="high"><param name="cachebusting" value="false"><param name="bgcolor" value="#000000"><param name="flashvars" value="config={"plugins":{"rtmp":{"url":"/flowplayer.rtmp-3.2.1.swf","netConnectionUrl":"rtmp://nvita.org/live/_definst_"}},"clip":{"url":"_definst_","provider":"rtmp"},"playerId":"videoContent","playlist":[{"url":"_definst_","provider":"rtmp"}]}"></object>


In fact almost none of the javascript containers worked correctlyand I literally spent hours trying to make them work until I found some information at duke unversity, which was still wrong, but the code worked after appending slashes: 

<CENTER><script type="text/javascript" src="/flowplayer-3.2.2.min.js"></script>

    <a style="display:block;width:280px;height:182px" id="player"></a>
    <script type="text/javascript">
    flowplayer("player", "/flowplayer-3.2.2.swf", {
      clip: {
        url: '_definst_',
        provider: 'rtmp',
        live: true
      },
      plugins: {
        rtmp: {
          url: '/flowplayer.rtmp-3.2.1.swf',
          netConnectionUrl: 'rtmp://nvita.org/live/_definst_'
        },
        controls: { 
          url: '/flowplayer.controls-3.2.1.swf', 
          play:false,      
          fullscreen:true, 
          scrubber: false         
        }              
      }
    });
    </script> 

Transparent proxy was also resolved today by adding "dns_nameservers 127.0.0.1" to squid.conf and restarting squid. Now hosts on the local net can still be reached through squid to contact the correct host. Also fixed secuirty issues with Microsoft Web Service Exentions.  WebDAV, Front Page Server Exentions, and Internet Data Connector MUST be disabled to avoid posible security risk which allows the molevolent vandalism of a domain. People fraudulently using WebDAV, Front Page Server Exentions and Internet Data Connector are able to create individual pages, and other files on the server. Fortunately, you are only able to add to but not take away from the contents. However, with this threat now passed, it is possible to provide Microsoft Internet Information Server and the Apache Webserver as a viable business solution to business clients.

!!!

Check out the Garden:

http://www.nvita.org/garden

- Michael

Site Map | Printable View | © 2008 - 2010 Northern Virginia Information Technology Association

Powered by mojoPortal | HTML 5 | CSS | Design by styleshout