Sample code used to resize images in PHP.
Category Archives: Uncategorized
Formatting and verifying phone number formats to message with PHP and Amason SES
Prepping the Environment
Using Twilio with ASP.Net
For the HandleTwilioSMS use a URL like: http://MyWebsite.com/MyApi.asmx/HandleTwilioSMS For HandleTwiliPhone use a URL like: http://MyWebsite.com/TwilioPhoneHandler.aspx For Decide use “widgets.HandleTwilioPhoneCallAPI.parsed.Status” then set your conditions returned. Aannnnnnddd your welcome!
Using ClientID Get Property Sets ID value for ASP.net controls
So my discovery today is an example of silly programming errors that I tend to supprise me.Some of my controls in ASP.net don’t have assigned ID’s. However using the code below you should see an example of one control returning the first IsNothing line without a value, but once ClientID is used it will populate …
Continue reading “Using ClientID Get Property Sets ID value for ASP.net controls”
Code to Scan and Detect images for CandyCrushSaga
My attempt at writing screen recognition software. It actually worked pretty well, I didn’t have enough time to optimize the logic but the scanfunc itself worked like a charm and was able to map graphics to its internal memory to then calculate the next best move. I’ll probably break this code out again one day …
Continue reading “Code to Scan and Detect images for CandyCrushSaga”