Search Results
Monday, August 18th, 2008
If you’re new here, you may want to subscribe to my RSS feed. Thanks for visiting!today one of the projects I work on tracked a user repeatedly trying to get contact information from our younger members, actually only our younger female members. We’re kid friendly so always watch out for certain types of communcation.
After […]
Sunday, August 17th, 2008
Its been over a month, so i figured its time to do an after action report.
Simply put I still LOVE openSuse. Of course theres a few things that need work, but overall its a wonderful distro that I strongly recommend.
Ok so for a bit of back story I’ve been using windows since i think 3.1. […]
Thursday, July 17th, 2008
I’ve been on opensuse for about 3-4 days and all i can say is awesome. simply put its the best linux I’ve ever used desktop wise.
Fyi - this is an opinion post, no stats, facts, etc.
Look
From jump opensuse has ubuntu beat look and feel wise, yes even mint linux. I use gnome and seriously its […]
Sunday, June 22nd, 2008
So I’m now pretty much fed up with Ubuntu. It’s a great os, but I’m having nothing but issues with it.
First were the wireless issues. For some reason ubuntu dropped the connection every 20min-2hours. I eventually got that fixed.
Next we’re the repo issues. If you pull a file from the main repo it should work, […]
Monday, March 10th, 2008
checking out unfuddle today, cheaper plans with svn integration / hosting. I’ll test drive it after i get some time
Unfuddle is a secure, hosted project management solution for software development teams.
We know that you don’t have time to get a server up and running and then configure and secure Subversion repositories, ticketing systems and valuable […]
Thursday, February 7th, 2008
Ok so to add to an already awesome day I ran across the javascript version port of the tweener actionscript class.
If you don’t know about tweener they link to it on the page,
JSTweener - CodeRepos::Share - Trac
JSTweener’s transitions is Tweener’s easing functions (Penner’s Easing Equations) porting to JavaScript?.
Powered by ScribeFire.
Monday, December 10th, 2007
OS market shares in November 2007 by ZDNet’s ZDNet Research — Net Applications report on operating system market shares based on Internet visits puts Windows XP at 78.37%, followed by Windows Vista with 9.19%. The long tail of the OSs used while accessing the Web features Apple iPhone at 0.09%, PlayStation 3, Sony PSP […]
Monday, October 8th, 2007
Can’t wait for my card to finally get supported.
Providing an Ubuntu based MythTV distribution that is easy to configure, maintain, and use. Mythbuntu 7.10 Public Beta Posted October 3rd, 2007 by Daviey The Mythbuntu team is pleased to announce the Beta of Mythbuntu-7.10. Together with this release, we’re opening the gates of our very […]
Tuesday, September 25th, 2007
and the saga continues: torrent freak has a post that’s saying demonoid was shutdown by the cria.
Demonoid.com, one of the most popular BitTorrent trackers has allegedly been taken offline by the Canadian Recording Industry Association (CRIA). Both the tracker and the website have been unresponsive for nearly 24 hours now.
Demonoid Shut Down by the CRIAAs […]
Thursday, September 20th, 2007
here’s a few functions that are required by some of my code / functions.
make_db_connection
function make_db_connection($conn_name, $conn_sql)
{
global $site_access, $database_site_access;
$covert_this_str = "global \$" . $conn_name . " ;";
eval($covert_this_str);
$covert_this_str = "\$" . $conn_name . "= mysql_query(\$conn_sql,\$site_access ) or die(mysql_error());";//report_error(’002′,’" . addslashes($conn_sql) . "’));";
//echo $conn_sql."<br />";
eval($covert_this_str);
[…]