sobota, lipca 23, 2005

Ajax, a jak?

Popular Headlines - ajax

Gorące tematy na temat AJAX-a wg. serwisu FURL

AJAX - Devmo [furled by 2 members]
AJAX - Wikipedia [furled by 1 member]
xkr.us - XHConn - A Simple XMLHTTP Interface [furled by 1 member]
AJAX and php [furled by 1 member]
xajax PHP Class Library - The easiest way to develop asynchronous Ajax applications with PHP [furled by 1 member]
AJAXed.com - Free Ajax Solutions [furled by 1 member]
A Basic Ajax Content Management Framework [furled by 1 member]
Rico - Live Grid - Yahoo Search [furled by 1 member]
JXTA Search: Distributed Search for Distributed Networks [furled by 1 member]
Yahoo Search - Ajax [furled by 1 member]
BLOGKID: Yahoo API を使って検索機能を Ajax で作ってみました。 [furled by 1 member]
RSSリーダー eクルーザーの開発日誌 ::: Ajaxで紙copiライクなツール、めもー [furled by 1 member]
Index of /~i2k/tmp/rna/rss [furled by 1 member]
RNA::Recent Sites/Entries [furled by 1 member]
RNA::Personal RDF Suite [furled by 1 member]
AJAXに注目--グーグルが最新ウェブアプリ開発に選んだ「旧技術」 - CNET Japan [furled by 1 member]
Ajaxとアクセシビリティ [furled by 1 member]
vas-animatum: javascriptによるRIAの構想:ajax [furled by 1 member]
AJAXが注目されるわけ - ZDNet Japan [furled by 1 member]
connect: Ajaxを利用したアプリケーション [furled by 1 member]
RSSリーダー eクルーザーの開発日誌 ::: AjaxとYahoo!APIでタブ式検索「ytab」 [furled by 1 member]
AjaxFaces Downloads [furled by 1 member]
AjaxFaces Downloads ★ZIP ファイル [furled by 1 member]
AjaxFaces: General and Complete Integration Solution for JSF and Ajax [furled by 1 member]
JSFでAjaxを簡単に実現 - AjaxFaces 1.0公開 (MYCOM PC WEB) [furled by 1 member]
Ajax、LAMP、Cybozu - Speed Feed [ITmedia オルタナティブ・ブログ] [furled by 1 member]
cybozu.netプロジェクトチーム公式Blog: サイボウズとAjax [furled by 1 member]
~ JavaScriptで XMLHttpRequest ~ [furled by 1 member]
msanolog: April 2005 [Ajax tips] XMLHttpRequest と If-Modified-Since [furled by 1 member]
Guide to Using XMLHttpRequest (with Baby Steps) from WebPasties - Step #1 to Step #4 [furled by 1 member]
Ajax を使った郵便番号検索 [furled by 1 member]
Ajax を使った 日本語 IME [furled by 1 member]
Ajax を使った 日本語 IME + KWIC [furled by 1 member]
TestGoogleSuggest [furled by 1 member]
Ajax: web应用的新方法 [furled by 1 member]

piątek, lipca 22, 2005

Co stoi za klejem (Gluecode)?

Gluecode, niedawno kupiony przez IBM, składa się z mozaiki produktów open-source:
  1. application server -Apache Geronimo
  2. web application - Jetty (HTTP server oraz pojemnik dla servletów)
  3. messaging and transaction - ActiveMQ + HOWL (ObjectWeb)
  4. portlet container - Pluto framework (zgodny z JSR 168)
  5. database - Apache Derby (jako baza wewnętrzna - wbudowana) + skonfigurowane sterowniki do Oracle i MS SQL
  6. user management - bezpieczeństwo zapewnia farmework bazujący na JACC (Java Authorization Contract for Containers)

Zebrać wszystko do kupy

Synergizm - Altova ma produkty związane z edycją XML/XSL (m.in. XML Spy 2005 Home Edition. Obecnie udostępniła wtyczkę do Eclipse 3.0. Jest za darmo.

Zasoby JS


HTML 4.0 Reference
HTML 4.01 Specification (W3C)
Cascading Style Sheets, level 1 (W3C)
Cascading Style Sheets, level 2 (W3C)
Document Object Model (DOM) Level 1 Specification (W3C)
ECMAScript Language Specification (JavaScript)

Netscape 4

Developer Netscape
Netscape JavaScript Reference
Netscape Articles (NS4 only)
Dynamic Html In Netscape Communicator
Event Handling

Microsoft

MSDN online
Measuring Element Dimension and Location
DHTML Events

Gecko/Mozilla/Netscape 6

mozilla.org
mozdev.org
Netscape Devdge
Transitioning from LAYER, document.layers[], and document.all to W3C Standards
JavaScript Kit Advanced JavaScript Tutorials
Gecko DOM Reference
Meine Mozilla link page

DHTML/JavaScript-Entwickler

DHTML Central
DHTML on ZDNet
Dynamic HTML Lab
The Dynamic Duo
Doc JavaScript
DHTMLLib 2.0
The Script Asylum
Alchemy: DHTML Scripts

Artikel

The Amazing Event Model, Part 1 (Netscape)
The Amazing Event Model, Part 2 (Microsoft)
The DOM Event Model
Crossbrowser Objects
Getting Ready For JavaScript 1.2 Events
Andreas Zierhut: Positionierung von Layern

Diskussionsforen

SELFHTML Forum
@-Forum.de
SiteExperts
Earth Web
WebFX WebBoard
Webmasterworld

FAQs

faqts.com
irt.org
JavaScript Kit

Statistiken

Webhits
Engineering Workstations
Browser News

DHTML Spiele

JavaScript-Games.org
The Lost Jungle
Dynamic Drive
K.Moriyama's Home Page
Games @ developer.netscape.com

Ach te zdarzenia

DHTML Events

Internet Development Index

This section contains the events exposed by the Dynamic HTML (DHTML) Object Model.

Events

onabort

Fires when the user aborts the download of an image.

onactivate

Fires when the object is set as the active element.

onafterprint

Fires on the object immediately after its associated document prints or previews for printing.

onafterupdate

Fires on a databound object after successfully updating the associated data in the data source object.

onbeforeactivate

Fires immediately before the object is set as the active element.

onbeforecopy

Fires on the source object before the selection is copied to the system clipboard.

onbeforecut

Fires on the source object before the selection is deleted from the document.

onbeforedeactivate

Fires immediately before the activeElement is changed from the current object to another object in the parent document.

onbeforeeditfocus

Fires before an object contained in an editable element enters a UI-activated state or when an editable container object is control selected.

onbeforepaste

Fires on the target object before the selection is pasted from the system clipboard to the document.

onbeforeprint

Fires on the object before its associated document prints or previews for printing.

onbeforeunload

Fires prior to a page being unloaded.

onbeforeupdate

Fires on a databound object before updating the associated data in the data source object.

onblur

Fires when the object loses the input focus.

onbounce

Fires when the behavior property of the marquee object is set to "alternate" and the contents of the marquee reach one side of the window.

oncellchange

Fires when data changes in the data provider.

onchange

Fires when the contents of the object or selection have changed.

onclick

Fires when the user clicks the left mouse button on the object.

oncontextmenu

Fires when the user clicks the right mouse button in the client area, opening the context menu.

oncontrolselect

Fires when the user is about to make a control selection of the object.

oncopy

Fires on the source element when the user copies the object or selection, adding it to the system clipboard.

oncut

Fires on the source element when the object or selection is removed from the document and added to the system clipboard.

ondataavailable

Fires periodically as data arrives from data source objects that asynchronously transmit their data.

ondatasetchanged

Fires when the data set exposed by a data source object changes.

ondatasetcomplete

Fires to indicate that all data is available from the data source object.

ondblclick

Fires when the user double-clicks the object.

ondeactivate

Fires when the activeElement is changed from the current object to another object in the parent document.

ondrag

Fires on the source object continuously during a drag operation.

ondragend

Fires on the source object when the user releases the mouse at the close of a drag operation.

ondragenter

Fires on the target element when the user drags the object to a valid drop target.

ondragleave

Fires on the target object when the user moves the mouse out of a valid drop target during a drag operation.

ondragover

Fires on the target element continuously while the user drags the object over a valid drop target.

ondragstart

Fires on the source object when the user starts to drag a text selection or selected object.

ondrop

Fires on the target object when the mouse button is released during a drag-and-drop operation.

onerror

Fires when an error occurs during object loading.

onerrorupdate

Fires on a databound object when an error occurs while updating the associated data in the data source object.

onfilterchange

Fires when a visual filter changes state or completes a transition.

onfinish

Fires when marquee looping is complete.

onfocus

Fires when the object receives focus.

onfocusin

Fires for an element just prior to setting focus on that element.

onfocusout

Fires for the current element with focus immediately after moving focus to another element.

onhelp

Fires when the user presses the F1 key while the browser is the active window.

onkeydown

Fires when the user presses a key.

onkeypress

Fires when the user presses an alphanumeric key.

onkeyup

Fires when the user releases a key.

onlayoutcomplete

Fires when the print or print preview layout process finishes filling the current LayoutRect object with content from the source document.

onload

Fires immediately after the browser loads the object.

onlosecapture

Fires when the object loses the mouse capture.

onmousedown

Fires when the user clicks the object with either mouse button.

onmouseenter

Fires when the user moves the mouse pointer into the object.

onmouseleave

Fires when the user moves the mouse pointer outside the boundaries of the object.

onmousemove

Fires when the user moves the mouse over the object.

onmouseout

Fires when the user moves the mouse pointer outside the boundaries of the object.

onmouseover

Fires when the user moves the mouse pointer into the object.

onmouseup

Fires when the user releases a mouse button while the mouse is over the object.

onmousewheel

Fires when the wheel button is rotated.

onmove

Fires when the object moves.

onmoveend

Fires when the object stops moving.

onmovestart

Fires when the object starts to move.

onpaste

Fires on the target object when the user pastes data, transferring the data from the system clipboard to the document.

onpropertychange

Fires when a property changes on the object.

onreadystatechange

Fires when the state of the object has changed.

onreset

Fires when the user resets a form.

onresize

Fires when the size of the object is about to change.

onresizeend

Fires when the user finishes changing the dimensions of the object in a control selection.

onresizestart

Fires when the user begins to change the dimensions of the object in a control selection.

onrowenter

Fires to indicate that the current row has changed in the data source and new data values are available on the object.

onrowexit

Fires just before the data source control changes the current row in the object.

onrowsdelete

Fires when rows are about to be deleted from the recordset.

onrowsinserted

Fires just after new rows are inserted in the current recordset.

onscroll

Fires when the user repositions the scroll box in the scroll bar on the object.

onselect

Fires when the current selection changes.

onselectionchange

Fires when the selection state of a document changes.

onselectstart

Fires when the object is being selected.

onstart

Fires at the beginning of every loop of the marquee object.

onstop

Fires when the user clicks the Stop button or leaves the Web page.

onsubmit

Fires when a FORM is about to be submitted.

onunload

Fires immediately before the object is unloaded.


Wiadomości

Nowa wersja FireFox będzie opóźniona. Wersja 1.5 zamiast 1.1 beta ukaże się w sierpniu i będzie zawierać znacznie więcej funkjonalnosci niż planowano m.in. wsparcie dla SVG, automatyczną aktualizację oraz narzędzie (pakiet) do tworzenia klientów do WebServices [XULRunner]. Pełna lista możliwości nowej wersji jest tu.
Business Object ogłosiła możliwość dostępu do swych raportów poprzez usługę Web Service.
Uwagi na temat konferencji JavaOne.

czwartek, lipca 21, 2005

Kurs .NET Wstep

Składniki framework .NET:
  1. .NET Framework
  2. The Windows Server System (serwisami są: WMI, IIS, Message Quqeuing, COM+)
  3. Web Services
  4. Model Programming
  5. Client Software
  6. Development Tools

Aplikacje komunikują się poprzez WS (jest on klejem). CLR używa XML i jest niezależny od języka programowania oraz platformy. Common Language Specification (CLS) - musi je spełniac każdy język, który chce pracować w .NET.

Podstawą ASP.NET są WebForms. ASP.NET składa się z:

  1. Web Forms (UI)
  2. Code-behind pages (kod na serwerze)
  3. Web.config file (ustawienia aplikacji)
  4. Machine.config file (ustawienia serwera)
  5. Global.asax file (kod do obsługi zdarzeń w aplikacji)

Zlepki

Strona na temat ciekawych programów z zakresu środowisk programistycznych (Java, ActiveX):
  1. CNET download
  2. HTML_graphs (PHP) coś podobnego do JGraph
  3. OpenRICO (XMLHTTP)
  4. Opis DOM-u
  5. QUick start w NetBeans
  6. Swiki (podobne do wiki)
  7. Agata/Jasper dla PHP
  8. HTML TextArea Edytor do edycji pól HTML-owych- tu