
Loading ...
December 20th, 2007 by Justin Deltener 390 Views
Ok so here’s the low-down. I got a new Vostro lappy for work and I was really hoping that it would be easy to get all my crap ported over to it. I was a little leary about how well my virtual machines would port over; turns out for good reason. For the life of me I couldn’t get an IP from the DHCP server! I was running Debian Linux on a Vista host. The VM was originally created using VMWare Workstation but now was running under the free VMWare Server. This new computer has Norton Internet Security and I’ve had issues with that before with mystery blocking etc. I was able to communicate with the VM through the shared private network and also through the Bridged interface only when I hardcoded the IP. It still couldn’t reach the internet though. Well after turning off all possible options, quadruple checking my adapter settings and all that fun crap, it came down to this.
In order to get Bridged Mode working on the Virtual Machine, the adapter it connects to must support promiscuous mode. It was connecting to my Wireless adapter..just like it was in the previous computer. You think it supported it? yeah..bad times. I simply told VM to use the normal Lan adapter, connected it to the wireless switch and kablam, i had my IP..Nice 5 hours of wasted time. I hope this helps someone cause it took me forever to figure out
Posted in Uncategorized | No Comments »

Loading ...
August 23rd, 2007 by Justin Deltener 349 Views
This article describes an activity to really get yourself and others to increase their level of communication detail.
[details]
Posted in Be a better developer | No Comments »

Loading ...
August 16th, 2007 by Justin Deltener 454 Views
One would think that it would be pretty trivial to set an AJAX Event Handler to be a Javascript class member function … yeah not so much. Just one more reason why Javascript seems more and more left field to me. Don’t worry though, I’ll walk you through how to get it to play nice.
[details]
Posted in PHP, Ajax, Javascript | No Comments »

Loading ...
August 16th, 2007 by Justin Deltener 215 Views
Here is a short little blurb on why everyone and their grandmother uses LAMP/RAILS open source products and comparatively there are very few .Net projects in existence.
[details]
Posted in My Rant | No Comments »

Loading ...
August 16th, 2007 by Justin Deltener 923 Views
This post covers how to utilize static member variables to keep track of your presentation layer CSS/JS dependencies.
[details]
Posted in PHP | No Comments »

Loading ...
June 5th, 2007 by Justin Deltener 465 Views
I finally nailed down a really odd date/time issue between PHP5 and FreeTDS.
[details]
Posted in SQL | No Comments »

Loading ...
May 18th, 2007 by Justin Deltener 237 Views
This describes an odd issue where code that previously worked on an older system, no longer worked correctly. We used good old ad-hoc sql to get some search results and suddenly we have 0 rows where the EXACT same code running under QA DOES return rows.
[details]
Posted in SQL | No Comments »

Loading ...
May 3rd, 2007 by Justin Deltener 325 Views
Contained herein is a gruesome tail of PHP5, Apache2, FreeTDS, invalid DateTime values and of SegFaults. Please don’t read if you have a heart condition or if you are pregnant or plan on becoming pregnant. If you have an erection that last longer than 3 weeks, high five yourself.
[details]
Posted in PHP | No Comments »

Loading ...
April 2nd, 2007 by Justin Deltener 252 Views
At critical times when working with database backups, sometimes the server pixies have their way and screw up the tie between DB User and System Login. Here’s a little blurb on how to get them to tied back in. Realize in SQL2005 this is done through a system procedure.
[details]
Posted in SQL | No Comments »

Loading ...
December 6th, 2006 by Justin Deltener 312 Views
This post discusses how to give your derived PHP5 objects the ability to serialize themselves to XML recursively. It also discusses common problems and issues faced with recursion and object member visibility.
[details]
Posted in PHP | No Comments »