Some thoughts on the Oslo Modeling Language (2)
share
digg
by
James Clark (9)
on
James Clark's Random Thoughts (7)
5 hours, 2 minutes
ago
permalink
Microsoft recently introduced Oslo. Microsoft seems to have designed Oslo to replace some of things it now uses XML for. Since Microsoft have been one of the biggest supporters of XML, I think it's worth looking at what they've come up with. Overview of M The key part of Oslo is the "M" language, which Microsoft calls a "modeling language". This integrates quite a broad range of functionality: an abstract data model (analogous to the ...
OOXML standards finally published and available free! (3)
share
digg
Soru-Cevap: [AS2] xml veriye göre mc çoğalta sorunu (1)
share
digg
by
ilker ercan (2)
on
MMistanbul (324)
1 day, 18 hours
ago
permalink
Herkese merhaba.Aşağıdaki sorunu çözemedim.Yardımcı olabilirmisiniz arkadaşlar ? "menusIn" adında bir mc var.bunun için de de "part1" adında bir mc var.part1 in içinde buton, animasyonlar ve text var."menusIn" mc sini sa ... Kategori: Programlama Etiketler: flash programlama xml as2 mc
Recopilación de Chuletas para desarrolladores (10)
share
digg
by
Oscar Mota (50)
on
Maestros del Web (143)
1 day, 22 hours
ago
permalink
En inglés le llaman Cheat Sheets, pero en español son conocidas como chuletas o chivos, y habiendo tantas repartidas en diferentes sitios web, me tomé la tarea de compilarlas en un solo listado. Las he organizado por categorías y me limité a incluir solo aquelas que se puedan descargar en PDF o algún formato de imágen, me parece que son las más útiles pues las puedes guardar y ver incluso desconectado y hasta llevarlas en ...
自己抓取的国内主要期刊全文RSS源(1016新增FT中文网) - iPhone资源区 (1)
share
digg
XML PHP Pretty Printer (3)
share
digg
by
Eric (Google) (4)
on
Google Data API Tips (7)
2 days, 15 hours
ago
permalink
<? /** Prettifies an XML string into a human-readable and indented work of art * @param string $xml The XML as a string * @param boolean $html_output True if the output should be escaped (for use in HTML) */ function xmlpp($xml, $html_output=false) { $xml_obj = new SimpleXMLElement($xml); $level = 4; $indent = 0; // current indentation level $pretty = array(); // get an array containing each XML element $xml = explode("\n", preg_replace('/>\s*</', ">\n<", $xml_obj->asXML())); // ...
Bulk Inserts with XML (2)
share
digg
by
Michelle Ufford (29)
on
SQL Fool (31)
3 days, 12 hours
ago
permalink
Last week, I blogged about how to perform one-to-many inserts with table-valued parameters, a feature new in 2008. For those who do not yet have 2008 or will not have it in the near future, it may still be beneficial to use XML for bulk inserts. Here’s a pretty simple example of how to accomplish this: /* Create some tables to work with */ CREATE TABLE dbo.orders ( order_id INT IDENTITY(1,1) Not Null , orderDate ...
Gmail estréia bate-papo com vídeo e voz (1)
share
digg
on
BoaDica: Últimas Notícias (2)
4 days, 12 hours
ago
permalink
O Google adicionou um recurso de bate-papo com imagem e voz ao serviço de email gratuito Gmail. O serviço gratuito vai competir com o Skype do Ebay.
Steve Jobs on design (1)
share
digg
Fifty Day Historical Volatility Rolling Over? (1)
share
digg
by
Bill Luby (6)
on
VIX and More (4)
4 days, 17 hours
ago
permalink
Something interesting happened yesterday that has happened very rarely over the past two months or so: 50 day historical volatility (HV) in the S&P 500 index dropped. While that fact in itself might not be worth of a headline next to the latest installment of ‘Adventures in TARPland,’ there is a strong possibility that historical volatility in the SPX has just peaked. Actually the 10 day version of historical volatility for the SPX peaked back ...
Warning: x = x + 1 May Be Hazardous to Your Brain (1)
share
digg
by
Dan McCreary (5)
on
O'Reilly News: XML (2)
4 days, 19 hours
ago
permalink
Many people that are just starting in their software career have not been exposed to the contrast between two very different approaches to solving server side scalability issues. And although efficiently using 100 CPUs is not critical today, in the next five years it will become critical for a projects success. In this article we look at how the cognitive styles of functional and imperative software will shape the computing industry.
Icann, giro di vite sui domini di spammer e cybercriminali (1)
share
digg
by
guido.sintoni (4)
on
Panorama.it - Hitech e Scienza (38)
4 days, 21 hours
ago
permalink
Dura presa di posizione dell’Icann (Internet Corporation for Assigned Names and Numbers, ovvero l’ente internazionale che sorveglia e regola tutto quanto concerne l’assegnazione dei domini in rete) contro i provider che chiudono un occhio - se non due, divenendo parte in causa - sulle attività di spammer e criminali informatici. Il primo a cadere nella rete è stata McColo Corporation, da tempo uno dei più chiacchierati: l’azienda californiana si è vista letteralmente tagliare i fili ...