-
Recent Posts
- Designing todo app backend using redis and mongodb
- Multicast Firewall Load Sharing on Checkpoint ClusterXL Firewalls with Cisco Devices
- Configure 3-Leg Perimeter (DMZ) using Forefront TMG 2010
- Build Your Own Cheap iSCSI SAN for ESX Server
- VMware (finally) admits that its costs are higher than Microsoft’s
Archives
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- May 2009
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- September 2008
- August 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- March 2007
Categories
- Bildbearbeitung
- CheckPoint
- Cisco
- CISCO / NAT / ROUTE-MAP
- Cisco NBAR
- Cisco Private VLAN
- Cisco WebVPN
- Code Snippets
- Configuration Change Tracking
- DMVPN
- Juniper
- Juniper SRX
- Lightroom
- Microsoft Exchange Server
- MySQL
- Network Monitoring Software
- Networking
- NHRP
- nodejs
- Photography
- ppt
- Software
- SQL Server 2005
- SQL Server 2008
- Texte
- The Cable Guy
- Travel
- Uncategorized
- VBasic
- XML / XSL
- Zitate
Meta
Top Posts & Pages
- String Similarity Metrics for Information Integration
- SQLite COM Wrappers / Visual Basic DLLs
- PfR - Performance Routing
- Levenshtein Distance in VBA
- FuzzyMatch in VBA/VBScript
- Creating CSV Files Using BCP and Stored Procedures
- ACL for HSRP, BGP, OSPF, VRRP, GLBP (Cisco IOS)
- Excel fuzzy logic VBA for removing duplicates
- Log Parser Queries
- dotNET in VBScript
Top Clicks
Monthly Archives: April 2011
JavaScript und AJAX
Galileo Computing :: JavaScript und AJAX – 19.2 XSL. <html> <head> <title>AJAX</title> <script type=”text/javascript”><!– var http = null; if (window.XMLHttpRequest) { http = new XMLHttpRequest(); } else if (window.ActiveXObject) { http = new ActiveXObject(“Microsoft.XMLHTTP”); } window.onload = function() { if … Continue reading
Posted in Uncategorized
Leave a comment
JavaScript and XML
JavaScript and XML : Part 2 | JavaScript: The Definitive Guide, Fifth Edition – webreference.com. Transforming XML with XSLT /** * This XML.Transformer class encapsulates an XSL stylesheet. * If the stylesheet parameter is a URL, we load it. * … Continue reading
Posted in Uncategorized
Leave a comment
Using the Mozilla JavaScript interface to XSL Transformations
Using the Mozilla JavaScript interface to XSL Transformations – MDC Docs. 1 var testTransform = document.implementation.createDocument(“”, “test”, null); 2 // just an example to get a transform into a script as a DOM 3 // XMLDocument.load is asynchronous, so all … Continue reading
Posted in XML / XSL
Leave a comment
xslt.js – Transform XML with XSLT
xslt.js – Transform XML with XSLT. xslt.js is a tiny (less than 2 KB) JavaScript library that lets you asynchronously transform XML with XSLT on the client. Why transform XML on the server when the client can do it, too? In … Continue reading
Posted in XML / XSL
Leave a comment
JavaScript – XSL Transformation
JavaScript – XSL Transformation. XSL Transformation mit dem Browser parameters Ein Array der möglichen Parameter des XSLT Templates returnAsDocument Boolscher Wert, ob das Ergebnis als valides XML Dokument (true) oder Teilbaum ohne XML Header (false) verarbeitet werden soll outputCallback Die … Continue reading
Posted in Code Snippets, XML / XSL
Leave a comment
Recommended Nikkor / Nikon Lenses
Recommended Nikkor / Nikon Lenses and how to choose your next one | Cameralabs.
Posted in Bildbearbeitung
Leave a comment
Ping in VB.NET 2005 with Async method using multiple IP’s
Ping in VB.NET 2005 with Async method using multiple IP’s – vbCity – The .NET Developer Community. Private mPingAddresses As List(Of String) Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load mPingAddresses = New List(Of String) ‘ … Continue reading
Posted in Uncategorized
Leave a comment