Deprecated: Hook custom_css_loaded is deprecated since version jetpack-13.5! Use WordPress Custom CSS instead. Jetpack no longer supports Custom CSS. Read the WordPress.org documentation to learn how to apply custom styles to your site: https://wordpress.org/documentation/article/styles-overview/#applying-custom-css in /var/www/html/teamrampage.net/public_html/wp-includes/functions.php on line 6085
PHP – TeamRampage Services

What I did with Twilio

A few months back, a client asked me to look at and improve the SMS messaging ability of their Java program. After seeing that they were using an email to SMS gateway (and associated throttling requirements) I researched the options, and came to the inevitable conclusion that the answer to making the SMS messaging capabilities…… Continue reading What I did with Twilio

Cleaning a Web Service. . .

So, after spending a fair amount of time building and debugging/testing a web service that I have built for a client I have come to the realization that not only is NuSOAP poorly supported, it is a great concept that has failed at a complete execution. I think the real problem is that one cannot Google…… Continue reading Cleaning a Web Service. . .

The joys of XML . . . blech!

I normally love working with XML. XML is simple, clean, extremely flexible, and is generally fun to me, but trying to coordinate the SOAP messages between a PHP NuSOAP server and a client in a VB.NET desktop application has been one headache after another! From poor documentation for NuSOAP, to trouble with complex return types,…… Continue reading The joys of XML . . . blech!