Recent activity
Subscribe to this feed
TEC-IT asked a question in Widgetbox on June 30, 2009 17:40:
Need help with special symbols on widget settings fieldThe text area field found in the widget settings is converting special symbols like ä to Ã. Is it possible for me to convert the symbol to a valid html entity.
TEC-IT replied on June 26, 2009 08:13 to the question "The ProxiedHTTPRequest of Widgetbox is not working" in Widgetbox:
TEC-IT reported a problem in World Wide Web on May 25, 2009 17:22:
I have a problem finding the maximal value of an array variableMy javascript code goes like this...
function getMax(x)
{
var j = 0;
for(var i = 0 ;i < x.length ;i++)
{
if(x[j] < x[i])
j=i;
}
return (x[j]);
}
Loading Profile...
