Archive for the ‘Links’ Category
When diagnosing tech support issue for website visitors one of my co-workers found this great site that allows the users to email there details. It’s at http://supportdetails.com/ definitely useful for working out those pesky bugs.
var Parent = document.getElementById(tableID);
while(Parent.hasChildNodes())
{
Parent.removeChild(Parent.firstChild);
}
Side Effect: deletes the parent node if empty
OR
var table = document.getElementById(“tableid”);
//or use : var table = document.all.tableid;
for(var i = table.rows.length – 1; i > 0; i–)
{
table.deleteRow(i);
}
Side Effect: is setup to not delete the header row.
As part of work I had to upload a ton of You Tube videos, couple of hours work but as a side effect I spotted this crazy video. Apparently he’s only four years old. http://www.youtube.com/watch_popup?v=aJG9Tol1a0U&feature=player_embedded Enjoy!
Probably well known by pretty much everyone except me but you can use http://www.whatthefont.com for idenitfying fonts. It also has a nice IPhone app which does the same job no matter where you are.
http://www.proxem.com/Antelope stands for Advanced Natural Language Object-oriented Processing Environment. This framework facilitates the development of Natural Language Processing software. Antelope, currently in (beta) version 0.7.1, is designed for the Microsoft .NET framework 2.0. Therefore, you can use it with C#, Visual Basic.NET, Delphi.NET and many other .NET compliant languages (even COBOL.NET!).
Salty John offers a select range of boat products that are functional, reliable and elegant.
http://www.tonymackillican.co.uk
Tony Mackillican
Manufacturers of rudders and tillers
http://msdn.microsoft.com/coding4fun/
A great site really worth checking out if your a ‘die hard’ coder.
Author
A little something about you, the author. Nothing lengthy, just an overview.
