Monthly Archives: July 2011

Perl parsing field value pairs without separation

It is possible with perl functional programming to solve some interesting problems. Suppose that you have a data set that has been processed to a degree where there was an error in the processing which removed some required delimiters such … Continue reading

Posted in Perl Scripting, Server Development | Tagged , , , , , | 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

Allowing SuperAdmin access to Joomla for Demos

So you want to allow SuperAdmin access to joomla for demos, but you don’t want anybody to be able to do anything? Well, if thats what you want to do, then you will have to perform the following.

Posted in Content Management Systems, Joomla Development | Tagged , , , , , | 1 Comment

Latest Version of Joomla Link

In case anyone is wondering where they can get the latest version of Joomla information which is now scheduled to have a major release every 6 months, the url is http://update.joomla.org/core/list.xml. There is an extension update link as well but … Continue reading

Posted in Content Management Systems, Joomla 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

Mozilla Update Feeds with Remora API

If you were ever looking for a way to get information in regards to the latest addon versions for your favorite firefox addons, then look no further. There is a really neat xml response api that allows you to search … Continue reading

Posted in php development, Web Development | Tagged , , , , | Leave a comment

New Source Forge Project

We are starting a Source Forge Project here. To record your call logs to sqlite using a popular .net agi library and a popular .net sqlite library. This project was inspired by the WDTVLive mods made by B-Rad here and … Continue reading

Posted in Projects | Tagged , , , | Leave a comment

Google Apps Settings vs Gmail Settings

There are some subtle differences between how to access Google Apps Email Settings and GMail settings. Although this is no major feat, it’s funny how when there is a difference it can effect you.

Posted in Tech and How To | Tagged , , , , | 2 Comments

Adding events to iframe javascript

Technically it is possible to add events to an iframe but there are some caveats especially in terms of browser compatibility. for starters what I have found is that you can use the window object if you are trying to … Continue reading

Posted in Javascript Development, Web Development | Tagged , , | Leave a comment