piątek, października 14, 2005

Stronicowanie a ADO

  1. ADO pozwala stronicować wiersze w bazie z uwagi na impelemntację własciwosci:
    Paged Table Displays by Charles Carroll & Jeff Emrich
    This page demonstrates how to retrieve a recordset divided up into pages, and to only select data from a specified page. It does not in any way store a recordset or connection in memory when the page is not accessed unlike many solutions you will read about. The ADO properties that make this magic possible are .AbsolutePage, .PageCount and .PageSize.
  2. Inny link - http://www.codeproject.com/asp/rspaging.asp
  3. Jeszcze inny - http://www.codeproject.com/asp/bgrid.asp
  4. Inny przykład - http://www.4guysfromrolla.com/webtech/121298-1.shtml
  5. Lub tu - http://support.microsoft.com/kb/q202125/
  6. http://support.sas.com/rnd/eai/oledb/app_cursorlocktypes.htm#serverside
  7. Tutoriale o ADODB dla PHP i Pythona - http://adodb.sourceforge.net/#download
  8. Zasoby o ADODB dla PHP i nie tylko - http://php.resourceindex.com/Functions_and_Classes/Database_Management/
  9. PHP DataGrid - http://phpscripts.pallettgroup.com/demos/phpdatagrid/manual.html
  10. http://authors.aspalliance.com/brettb/ASPWatchArticles.asp - o APS
  11. http://authors.aspalliance.com/brettb/Default.asp - Wszystko o ASP
  12. Problem gdy "provider" nie wspiera "bookmark"-ow wtedy zamiast:
  • thisrsLinks.Open strSQL, conn, adOpenStatic, adLockReadOnly, adCmdTextTo
  • thisrsLinks.Open strSQL, conn, adOpenDynamic, adLockReadOnly, adCmdText

Pełna dyskusja na ten temat: http://forums.aspfree.com/archive/t-52065/Current-Recordset-does-not-support-bookmarks

środa, października 12, 2005

Linki ciąg dalszy

http://loekb.blogspot.com/ - Blog (ciekawy)
http://blogs.zdnet.com/web2explorer/ - Mash-up w CNET
http://alex.dojotoolkit.org/shrinksafe/ - project DOJO ShrinkSafe do kompresji skryptów JS w celu zmniejszenia wielkości i przespieszenia ściągania do klienta.
http://dojotoolkit.org/download/ - do ściągnięcia
http://www.crockford.com/javascript/ - przegląd zasobów o JS
http://alex.dojotoolkit.org/ - blog autora DOJO
http://www.solutionwatch.com/252/visualizing-delicious-roundup/ - wizualizacja
http://www.oracle.com/technology/tech/php/index.html - co ma Oracle do powiedzenia na temat PHP
http://www.oracle.com/technology/pub/articles/php_experts/index.html - eksperci PHP („PHP extension in JDeveloper”)
http://blogs.zdnet.com/SAAS/?p=31 – Mash-up kolejny
http://alanso.blogspirit.com/archive/2005/10/04/25-words-that-can-hurt-your-resume.html - słowa cliche do CV
http://blogs.zdnet.com/SAAS/?p=31 – Mash-up kolejny
http://news.com.com/JBoss+salivates+over+Drools/2100-7344_3-5893149.html?tag=nefd.top – JBoss zaimplementuje (pod naciskiem użytkowników) projekt Drools, będzie się nazywał „JBoss Rules Engine” . Jest to silnik reguł biznesowych bazujący na algorytmie RETE (pattern-matchning). Zespół Drools zaadaptował ten mechanizm w wielu językach obietowych: Java, Python, Groovy. Implementacja Drools jest ostatnim kamyczkiem na stosie narzędzi middleware zwanym przez tą firmę JEMS (JBoss Enterprise Middleware System). Na tymże stosie znalazły się już: Apache (serwer internetowy), Hibernate (zachowanie stanu) oraz motor JBPM (workflow).

Ciekwostki


1. The amazing windowing system used was borrowed from Mike Hall     http://www.brainjar.com/dhtml/windows/2. Parts of the draggable buddylist code were borrowed from Simon Cozens     http://blog.simon-cozens.org/6785.html3. Code to serialize the buddylist was borrowed from Tim Taylor     http://tool-man.org/examples/sorting.html4. The MD5 script was borrowed from Paul Johnston     http://pajhome.org.uk/crypt/md5/5. The shaking window and flashing titlebar are from Script.aculo.us     http://script.aculo.us

Blogi google:



Łącza

http://www.petefreitag.com/item/455.cfm - Indeks do tutoriali
http://techrepublic.com.com/5100-3513_11-5841906.html?tag=nl.e101 - Co wybrać remote lub web services
http://searchvb.techtarget.com/vsnetHome/0%2C293828%2Csid8%2C00.html?track=NL-150 - o .NET
http://web2.wsj2.com/googleweb2goals.htm - protal o AJAX i WEB 2.0

Po spotkaniu z SUNem

Po spotkaniu z SUN-em
Twórca Google uważa, że za sukcesem firmy stoi łut sczęścia. Kładzie nacisk na pomoc użytkownikowi w tworzeniu zawartości udostepnianej dalej w Internecie (przede wszystkim e-mail – na co każdy traci dużo czasu) oraz komunikacji. Powtarza, że nie chce produkować zawartości (content) – jesteśmy odpowiedzialni za odsyłanie ludzi w odpowiednie miejsca. Podkreśla konieczność szukania w strumieniu video (materiale wizualnym). Jest dumny, że firma jest liderem technologii internetowych. Nie ma (na razie) zapędów do stworzenia odpowiednika Office. Link - http://blogs.zdnet.com/BTL/?p=1995

Czterech Wielkich

Walka czterech tytanów: AOL, Yahoo, Google i MSN o nowy Internet

Co ma Google z Sun-em

Google's Schmidt plays it coy with Microsoft by ZDNet's Dan Farber -- During the Google-Sun press conference [Stephen Shankland's coverage here] [video clip here], Eric Schmidt was asked about Google’s plans to take on Microsoft in the applications space. He basically responded that Google is a search company that sells ads. In response to another question about developing productivity applications, he remarked about how the lines are blurring between [...]

wtorek, października 11, 2005

AJAX-owe linki

http://www.ajaxinfo.com/default~viewart~8.htm - Alternatywy do Ajaxa
http://www.m3nt0r.de/blog/ - bazuje na technologiach (script.aculo.us, Behavior, Prototype, WordPress
http://www.pragmaticprogrammer.com/titles/ajax/?ajaxian - Nowa książka dostępna on-line
http://www.support.microsoft.com/kb/836941 - Dlaczego nie mogę aktualizować moje WXP w domu (80072ee2)
http://blogs.zdnet.com/BTL/?p=1972 - Jakie plany ma Google po spotkanie z Sun-em. Wilcox radzi MS aby skupić się na produktach orginalnych a nie nasladować tylko przeciwnika.

poniedziałek, października 10, 2005

Porównanie różnych edycji SQL Server 2005

http://www.microsoft.com/sql/2005/productinfo/sql2005features.mspx - zawiera informację o funkcjonalnosci dostępnej w każdej z wersji SQL 2005. Są następujące wersje: Express (za darmo), Workgroup, Standard, Enterprise. W wersji Express brakuje manager'a do zarządzania serwerem, ale można stosować narzędzia dostępne w Visual Studio Express Edition 2005.

niedziela, października 09, 2005

Wzmocniona autentykacja + informacja o standardach

http://www.informit.com/articles/article.asp?p=377071&rl=1 - Two-factor authentication [Windows' authentication architecture makes it easy to add new forms of authentication. Windows uses a DLL called Graphical Identification and Authentication (GINA) to connect the authentication method to the Windows authentication system. It's easy to write alternate DLLs for GINA, to use any authentication method the software designer wants] +
Evaluating Two-Factor Authentication

One place to start when evaluating two-factor authentication systems is with FIPS 140-2, the federal government's standard for cryptographic modules protecting sensitive but unclassified material. This standard is the basis of ANSI X9.66, a similar standard proposed for financial institutions. The standard covers a broad range of needs with four levels of security and four classes of authentication.

"When you're evaluating a hardware security module," suggests Scott, "choose one that meets FIPS 140 and you've effectively selected a good authentication product."

Of course, FIPS 140-2 or ANSI X9.66 are only the starting points for evaluation. Other considerations include the level of security needed, the cost, and the ease of managing the authentication method. You also need to consider conventional IT issues, such as ease of integration and interoperability.