Tuesday, August 31, 2004
Updates - August 31, 2004
numberFormat.html
Released NumberFormat 1.5.2 on August 27.
Release Notes:
Bug fixes and general code cleanup.
Took out deprecated RegExp.leftContext and RegExp.rightContext. Now using the array returned when calling exec on the RegExp instance. Refer to moveDecimalAsStringNF and justNumberNF.
Took out the HTML <!-- and //-->
Added addSeparators method.
Now able to accept the string 10E+3 and make it 10000 In 1.5.1 10e+3 as a number or string is ok and 10E+3 as a number is ok but in 1.5.1 when 10E+3 is passed in as a string, it turns out as 10
Released NumberFormat 1.5.2 on August 27.
Release Notes:
Bug fixes and general code cleanup.
Took out deprecated RegExp.leftContext and RegExp.rightContext. Now using the array returned when calling exec on the RegExp instance. Refer to moveDecimalAsStringNF and justNumberNF.
Took out the HTML <!-- and //-->
Added addSeparators method.
Now able to accept the string 10E+3 and make it 10000 In 1.5.1 10e+3 as a number or string is ok and 10E+3 as a number is ok but in 1.5.1 when 10E+3 is passed in as a string, it turns out as 10
posted by Keith [8/31/2004 06:45:00 PM] - permalink - 0 comments
Friday, August 27, 2004
Updates - August 27, 2004
sharing.html
I've been adding lots of supplemental references.
tipswin.html
This is a new page that I hope can help some people out there. A lot of people come to mredkj from google looking for all sorts of Windows help. Unfortunately mredkj doesn't really have any general Windows or Internet Explorer tips. It was my intention to elaborate on the Windows tips when I first put up tips_ie.html, but that didn't happen. So, the new tipswin.html page just addresses one solution so far. Spyware. A lot of people's problems when something goes wrong can be attributed to spyware.
If anybody has any suggestions for more Windows tips, let me know.
I've been adding lots of supplemental references.
tipswin.html
This is a new page that I hope can help some people out there. A lot of people come to mredkj from google looking for all sorts of Windows help. Unfortunately mredkj doesn't really have any general Windows or Internet Explorer tips. It was my intention to elaborate on the Windows tips when I first put up tips_ie.html, but that didn't happen. So, the new tipswin.html page just addresses one solution so far. Spyware. A lot of people's problems when something goes wrong can be attributed to spyware.
If anybody has any suggestions for more Windows tips, let me know.
posted by Keith [8/27/2004 04:40:00 AM] - permalink - 0 comments
Saturday, August 21, 2004
MREDKJ suggestions
Is there a specific JavaScript example you want? Maybe some help with VB.NET? I'm going to experiment here and ask for suggestions for code examples. Then we can put up new content at mredkj based on those suggestions.
posted by Keith [8/21/2004 03:22:00 PM] - permalink - 11 comments
Tuesday, August 03, 2004
Need to add some stuff
After a long idle period, mredkj has had an increase in updates. I added a javascript tutorial for selectedIndex. And soon Eric will put up some VB code. And maybe not-so-soon I'm going to update NumberFormat again. I figure if I post my intentions here, then I may be motivated to get working on it.
posted by Keith [8/03/2004 09:53:00 PM] - permalink - 0 comments