How to Add or Invite Multiple Authors on Blogger Unknown 17.35 Add Comment Unknown If you ever considered working on a blog with multiple authors and you'd like to add others to publish posts or moderate comments, you c... Read More
How to Delete a Blogger Blog Permanently Unknown 15.00 Add Comment Unknown So you really messed something up and need to delete a Blogger blog permanently, but don't know how? You might have encountered an erro... Read More
MUSCLE website migration Unknown 08.23 Add Comment Unknown After the migration of the MUSCLE mailing list (see MUSCLE list migration ) I had to move the MUSCLE web site. The MUSCLE (Movement for the ... Read More
Gantt Chart (6.0+) Unknown 08.38 Add Comment Unknown html: <div class="gantt" ></div> javas script: //sandbox: http://jsfiddle.net/vL8pP/ //documentation: http://taitems.g... Read More
New version of libccid: 1.4.17 Unknown 06.26 Add Comment Unknown I just released a version 1.4.17 of libccid the free software CCID class smart card reader driver. Changes: 1.4.17 - 11 June 2014, Ludovic... Read More
MUSCLE list migration: some emails were invalid Unknown 08.23 Add Comment Unknown The old MUSCLE list contained: A total of 1043 subscribers 417 of them were already disabled or suspended So only 626 emails (60%) were real... Read More
Custom Gage (6.0+) Unknown 08.30 Add Comment Unknown html: <div id="gauge" style="width:400px; height:320px"></div> script: //define your javascript libraries re... Read More
display internal browser info Unknown 15.30 Add Comment Unknown html: <pre>---</pre> js: browserInfo="" for (p in navigator){ browserInfo+=p+":\t"+navigator[p]+"\n\r... Read More
MUSCLE list migration Unknown 13.34 Add Comment Unknown Hello all, After one month of discussing with David Corcoran (maintainer of the MUSCLE list ) and the technical support of the list service ... Read More
Enhance a html table (with export features) SF 6.0+ Unknown 12.30 Add Comment Unknown html: <TABLE id='myTable'> <THEAD> <TR><TH>ENERGY STAR Partner</TH><TH>Brand Name</TH>... Read More
Add a javascript resource file Unknown 08.00 Add Comment Unknown //add a scripts to head $.getScript("https://ajax.aspnetcdn.com/ajax/jquery.dataTables/1.9.4/jquery.dataTables.min.js", function (... Read More
add a css resource file Unknown 07.56 Add Comment Unknown //add css to head $("<link/>", { "rel": "stylesheet", "type": "text/css", "href... Read More
Replace a label property control that contains html with actual html Unknown 07.53 Add Comment Unknown html: <SpotfireControl id="688183b21bfc40a5a778ac43bc830ea9" /> script: //you will need to replace the number with your actu... Read More
Extract filtered rows to an html table Unknown 07.31 Add Comment Unknown #get list of filtered rows dataTable = Document.ActiveDataTableReference rows = Document.ActiveFilteringSelectionReference.GetSelection(data... Read More
popup dialog (webplayer and client compatible) Unknown 09.41 Add Comment Unknown 1) Put this markup on a HTML <div style='display:none' id="dialog"> <p>put a document property here</p... Read More