MagicPrefs extra gestures for mac magic mouse

MagicPrefs is a free menubar and preference pane application for OSX which aims to improve the functionality and configuration options of the Apple Magic Mouse. It features the ability to bind a variable number of finger clicks, taps, swipes, pinch and other gestures to functions like Middle Click , Hold Down Both Mouse Buttons , …

Facebook Like BTN iframe code

<iframe src=”http://www.facebook.com/plugins/like.php?href=https://www.prosoxi.com/&amp;layout=standard&amp;show-faces=true&amp;width=450&amp;action=like&amp;colorscheme=light” allowtransparency=”true” style=”border: medium none; overflow: hidden; width: 450px; height: 26px;” scrolling=”no” frameborder=”0″></iframe>

PHP Authentication over HTTP

<?php if (!isset($_SERVER[‘PHP_AUTH_USER’])) { header(“WWW-Authenticate: Basic realm=\”Private Area\””); header(“HTTP/1.0 401 Unauthorized”); print “Sorry – you need valid credentials to be granted access!\n”; exit; } else { if (($_SERVER[‘PHP_AUTH_USER’] == ‘paul’) && ($_SERVER[‘PHP_AUTH_PW’] == ‘hudson’)) { print “Welcome to the private area!”;

MonoDevelop

MonoDevelop is an IDE primarily designed for C# and other .NET languages. MonoDevelop enables developers to quickly write desktop and ASP.NET Web applications on Linux, Windows and Mac OSX. MonoDevelop makes it easy for developers to port .NET applications created with Visual Studio to Linux and to maintain a single code base for all platforms. …