Format:
Recent snippets matching tags of document
<!DOCTYPE html> <html lang="es"> <head> <title>Problema de Física en JS</title> <script type="text/javascript"> //Problema a resolver document.write('<p>Sobre un cuerpo de 36 kg que se encuentra en reposo, se aplica una fuerza durante 7 segundos hasta que alcance una velocidad de 21 m/s. <br /> Calcular: <ol><li>Aceleración</li><li>Espacio</li><li>Fuerza aplicada</li><li>Peso</li></ol></p>'); //Datos iniciales a tener en cuenta var vi = 0; //Velocidad inicial
143 Views
no comments
/// <summary> /// Get the file that will be read/written to /// </summary> /// <returns></returns> public UnifiedFile GetFileFromProperty(PageData page, string propertyName) { var filePath = page.Property[propertyName] != null ? (string)page.Property[propertyName].Value : string.Empty; if (string.IsNullOrEmpty(filePath)) return null;
293 Views
no comments
//Document Ready $(document).ready(function() { }); //Add ie6 class if ($.browser.msie && $.browser.version == "6.0") $('body').addClass("ie6"); //Jquery loaded check
313 Views
no comments
<Node> <ID>123</ID> <Name>ABC</Name> </Node> <Node1> <ID>124</ID> <Name>DEF</Name> </Node1>
254 Views
no comments
namespace SignAndEncryptXmlDocumentConsoleApplication { using System; using System.IO; using System.Security.Cryptography; using System.Security.Cryptography.Xml; using System.Xml; class Program {
669 Views
no comments
public static class XDocumentExtensions { /// <summary> /// Saves the contents of an XDocument object into a XmlDocument object /// </summary>
149 Views
no comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
