2008 VW GTI Oil Change

http://www.mkv-gti.net/wiki/index.php?title=Changing_oil http://www.golfmkv.com/forums/showthread.php?t=9103 http://forums.vwvortex.com/showthread.php?2918689-GTI-5K-Oil-Change-Extraction-DIY 19mm socket 36mm socket T25 Torx Torque Wrench 4.5 qts 5w40 Castrol Torque the filter housing to 19 ft-lbs (25.5 Nm) Torque the drain plug to 22 ft-lbs …

PHP JSON Tester

Call a json web service from PHP and read back the results. 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051<?php // build the json request $userid = ‘jonest’; //strip invalid characters that would not encode to json …

PHP CAS Example

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748<?php /**  * Example for a simple cas 2.0 client  * Taken from the official CAS example  * PHP 5.4.0, CAS 1.3.0  */ // Load the CAS lib require_once ‘CAS.php’; …