Archive for February, 2005

XMLHttpRequest Object

http://www.xml.com/pub/a/2005/02/09/xml-http-request.html

?? ???? XMLHttpRequest??? ?? ??? ??? ?? ??. google? ?????? ??? ?? ???????? ?? ?? ???, ?? ????? ?? ?????? ???? ? ?? ??, ??? refresh? ?? ?? ???? ???? ??? ?? ????, ???? ??? ? ?? ???? ???? ??.

? ?? refresh??? HTML??????? ???? ?? ???? ??? ?? ???? ??? ???? ?? ??? ??? ??? ???? ???. ?? HTML??? ??? ?? ??? ?????? ???? HTML???? constructing?? ???? ?? ? ??? technically?? ??? HTML??????? ??? ?? ?? ?? ??.

?????? XMLHttpRequest??? ?????? ????, ???? ?? IE?? ??? ???.

??? ?? ???? ??? ? ?? ?? xslt? ????? ??, ????? ???? ??? ???? ??? ?? ???. ??? ??? ????? ??? ? ?? ???. ? ??? ?????? ???? ?? XML???? ???? XSLT?? ???? ???? ?? ????.

HTML???? ?? runtime? ??? ?? ??? ???? ???? ???? ?? ???? ?? ?? ??? ?? ???? ?????? ?????? ???? ???? ???? ???? ?? ??????. ?, ?????? ??? ??????? ??? ????? ?????? ???? ? HTML???? ?????? ?????? ???? ?? ?? ?? ???.

Saving and Retrieving a Dataset to and from View State.

To save:

sqlDataAdapter1.Fill(dSet);
System.IO.StringWriter sw = new System.IO.StringWriter();

// Write the DataSet to the ViewState property.
dSet.WriteXml(sw);
ViewState["dSet"] = sw.ToString();

To retrieve:

if (Page.IsPostBack)
{
System.IO.StringReader sr =
new System.IO.StringReader((string)(ViewState["dSet"]));
dSet.ReadXml(sr);
}

Without saving and retrieving from and to viewstate in asp.net, using dataset becomes inefficient completely. I’ve been seeked these methods to load information database only once if not already loaded and finally got it.

Distributed Computing?? ??? database? ??? ???.

Database?? ??? ???? ? ???. ??? Distributed Computing?? ??? ?? ??? ?? ??? ?? ????? ?? ?? ???. Distributed Computing? Database??? ?? ???? ??? ???? ??? ?? ?? ? ?? ??? ??? ???? ?? ?? ?? ?? ?? ???.

?, Distributed Computing?? ??? ? ?? ??? ?? ??? ???, ?? ??, ??? ????, ??? ????, ??? ?? ? ???. ? ?? ??? ??? ? ? ?? ??? ???? ? ??? ?? ?? ?? ???? ?? ??? ?? ? ? ?? ???.

?? ???? ???? ??? ? ??? ?? ?? ?? ??? ?????, ? ???? XML?? ??? ?? ?? ?? ???. XML? ? ?? ???? ???. XML??? ? ?? ???? ??? ?? ?? ?? ????? ??.

??? ??? ??? XML? ???? ???? ??? ? ??? ?? ??? ??????, ?? ?? XML? ?? ?? ??? ?? ??? ???? ?? ??. ?????? ???? ? ??? ??? ???? ? j2ee? ?? ????? ???? ??? ?? ???. ??? ? ??? ??? ?? ??? ????? ? ????? ??? ??. ?? ???? Distributed Computing? ?? ??? ??? ???.

phpspy.php

? ?? ??? ????? phpspy.php? ??? ??? ?? ????? ??? ??? ???? ??? ??? ??? ?? ??..
? phpspy.php? ?? ??? ????? ????? ???? ???? ????? ??? ?? ? ???? ?? ???? ?? ???? ???? ?? ??.

??? ? ??? ?? ????? ?? ???? ????? ????.

??? ???? ?? ? ??. ???? phpspy.php???? ?? ??? ?????. ???? ? ????? ??? ?? ????? ??? ??? ?? ?? ?? ???. ? ????? ?? ?? ? ??? ???? ? ?? ???? ??? ??? ?? ?? ???? ? ????? ??? ??? ??.

????? ?? ?? ??????. ????? ???? ??? ?? ??..

Oracle Server? 4?? ?? ?????..

Production? Oracle? ???? ?? ??? ?????? ?????.. ?.. 4???? ???? ??. ?? ???? ?? ??? ? ?? ?? ???? ??.

ORA-01034: ORACLE not available ORA-27101: shared memory realm does not exist SVR4 Error: 2: No such file or directory

??

ORA-01089: immediate shutdown in progress – no operations are permitted

WOW

?? ????..
??? World of WarCraft? ??? ???? ???..
?? ?? ?? ??? ??. ????.

Google Maps is truly amazin’ !

http://maps.google.com/

Check that out. I love the fact that it shows when and where to make turns. Also its GUI is awesome too. It scrolls as well.

Just truly amazin!!!! Two Thumbs Up!

Cold Fusion MX 7(Blackstone) Update

?? ?????? ??? ??? ??? ??:

  • ?? ?? ??? ??? ??. ??? ?? ???. ?? ?? ?? cfform? 1000?? cfinputs?? redsky? 1800ms???, ?? blackstone?? 40ms???
  • cftag? html?? ??? ?) <cfinput type=”submit, button, rest, etc…”&gr;
  • input masking. ?) <cfinput type=”text” name=”phone” mask=”(999)999-9999″&gr;
  • CFTEXTAREA ??
  • ??? Validation (???, URL, ??? ?? ??)
  • ??? onBlur
  • ?? ??? validation type, ?) email? regex validation? ??? ??
  • ??? CFCALENDAR ??
  • ???/XML ?? ?? 2?? ??? ?? – CFFORMGROUP, CFFORMITEM
  • ???? (??? Flex 1.5, ??? flex??)
  • XML ? (??? Xforms xml ???)

maxima ’2005

maxima-2005.jpg

?? ???? maxima…

Sentimental

http://cyworld.nate.com/zevix

?? cyworld????? ??? ?? ??(???? ????? ??).
?? ???? ?? ??. ?? ?????.