I was attempting to bind a query result into a Gridview when I came across the following error:
OCI-22053: overflow error
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
[...]
Exception Details: System.Data.OracleClient.OracleException: OCI-22053: overflow error
Being [...]
Continue reading...
After upgrading to the latest and greatest version of WordPress, one of my favorite plugins stopped working correctly. WPAudio, which is supposed to stream “in-line” any mp3 link I place on my site, was no longer behaving as it intended. Instead it was merely treating the mp3 links as a simple link and opening the [...]
Continue reading...
I’ve toyed with the idea of giving up blogging before but I could never bring myself to quit. With the dawn of mirco blogging it would be easier to focus on Twitter and Tumblr and not have to worry about putting content together for a fully hosted website. Sadly I’m seeing this trend take off. [...]
Continue reading...
The Issue:
Seemingly out of nowhere, I noticed that Windows wasn’t displaying folder names for any folder with it’s View Type set to Thumbnail. Switching to any other View Type (Title, Filmstrip, etc) would correctly display the folder’s name, but every time I changed it back to Thumbnail the name would disappear again.
The Resolution
After some [...]
Continue reading...
The Problem:
Those looking to take advantage of .NET’s Panel control, untilizing a Scriptmanager to create asyncronious post backs, while at the same time using jQuery’s $(document).ready() function will encounter an issue.
During the initial page load any functionality that takes place inside the $(document).ready() completes successfully. However, because $(document).ready() doesn’t get called during a partial-page post [...]
Continue reading...
January 1, 2012
0 Comments