Category Archives: Applications Development

What does it take to develop an application that makes it in today’s predominantly open source world.

Dot Net Regular Expression Callback

Dot Net Regular Expression Callback Want to learn how to use regular expression callbacks in dot net languages? The following examples will be using c# for starters but you can easily translate that to vb. Optionally if anyone requests I … Continue reading

Posted in Applications Development, C#.net | Leave a comment

Capture Tab Key in dot net Textbox

Capture Tab Key in dot net Textbox Although it would seemingly be a simple task to capture a tab to perform some special operation in a form like say – begin a processing thread or something like that, it is … Continue reading

Posted in Applications Development, C#.net, VB.net | Tagged , , , , , | 1 Comment

Where to find sos.dll

Where to find sos.dll If you are looking where to find sos.dll, please check the following locations before you download windebug tools: C:\Windows\Microsoft.NET\Framework\v2.0.50727 C:\Windows\Microsoft.NET\Framework\v4.0.30319 For Details on why this may be missing in other framework versions see: This post

Posted in Applications Development, ASP.net, C#.net, VB.net, Web Development | Tagged , , , , | Leave a comment

ASP.net SQL Vulnerabilities

In case anyone hasn’t been bashed over the head enough with SQL Injection strategies and mitigation, lets have a quick look at the simplest methods.

Posted in C#.net, VB.net | Tagged , , , , , | Leave a comment

EM_UNIVERSAL_ARGUMENT undeclared – Building Asterisk 1.8.2 on Solaris 10 x86

EM_UNIVERSAL_ARGUMENT undeclared – Building Asterisk 1.8.2 on Solaris 10 x86 When building on Solaris there are a few Rules to follow and these are shared with regular building as well, but sometimes there are some particularities

Posted in C Programming | 3 Comments

Sqlite Hashing Functions Library

Looking for Sqlite Hashing Functions Library? Look No Further! I have found a way to quite easily use the existing digest functions provided by OpenSSL. I have successfully been able to compile and run this on Solaris 10×86 and I … Continue reading

Posted in C Programming | Tagged , , , , , | 2 Comments

Gzip Headers in Php Output

Gzip Headers in Php Output I have noticed wierd binary characters being generated after var_dump of ( $_POST, $HTTP_POST_VARS, and $_REQUEST ) when debugging CMS code. Before these characters there were empty array(0){} statements in the output.

Posted in C Programming | Tagged , , , | Leave a comment