Development Resources

Location: BlogsComments    
Posted by: Dale Monday, October 01, 2007
Resources that we've found useful.

Components:

FreeTextBox: Is a fairly good HTML editor. The license is good but the lack of support, some odd behaviour and its load time lets it down.

FTP version 3.1.6 (and earlier) has a bug in Firefox when used within an IFRAME that the main page never completes loading - which is a problem if you use the onload event. This appears to be more of a problem with Firefox but the quick fix is to replace in FTP-FreeTextBox.js line:

this.designEditor.document.open();

with

this.designEditor.document.open();this.designEditor.document.close(); // Hack to ensure iframe doc is closed correctly
this.designEditor.document.open();

Sites:

www.sitepoint.com - an excellent online community of web developers.

www.asp.net - an excellent online community of asp.net developers.

www.experts-exchange.com - an excellent online community of IT professionals.

www.codeproject.com - an excellent online community of Visual Studio and .Net developers.


www.codeguru.com - an excellent online developer community.


www.regular-expressions.info/ - an excellent reference/tutorial for regular expressions.


Our Affiliate Links

More to follow...

Permalink |  Trackback

Your name:
Title:
Comment:
Add Comment   Cancel