sobota, maja 05, 2007

Nowe pomysły:

  1. Kontrolki webowe zbliżają się w swojej funkcjinalności i wyglądzie do kontrolek natywnych WINDOWS. Tylko wtedy aplikacje typu ajax mogą wyprzeć wszystkie aplikacje client/server.
  2. http://www.owlfish.com/software/simpleTAL/ - TAL-e ale bez narzutu Zope (niestety tylko Python).
  3. Papervision 3D nie był pierwszy - http://www.actionscriptarchitect.com/2007/02/28/flash-video-on-3d/
  4. Jak sterować Visio poprzez VFP - http://www.aksel.com/whitepapers/VisioAutomation.htm
  5. Ciekawa definicja (http://www.higheredblogcon.com/webdev/lawson/index.html): The DIV and SPAN elements, in conjunction with the id and class attributes, offer a generic mechanism for adding structure to documents. These elements define content to be inline (SPAN) or block-level (DIV) but impose no other presentational idioms on the content.
  6. Ciekawy link do VFP - http://www.thefoxshow.com/ i ciekawy blog - http://akselsoft.blogspot.com/
  7. Miejsce gdzie są darmowe szkolenia z technologii MS wspierane przez Dr.Dobbs - http://www.learn2asp.net/?RefID=CMP001
  8. http://weblogs.foxite.com/vassilisaggelakos/archive/2007/04/24/3726.aspx - o rysowaniu przy pomocy GDI+ w VFP.
  9. Porady na temat REPLACE - To summarize, follow these rules when using REPLACE: -
    1. Always use the "IN" clause!
    2. Examine decimal data and decide if boundary checks are necessary before a REPLACE.
    3. _TALLY will let you know if a REPLACE occurred. If you want to be absolutely sure that a REPLACE happened, you can try to ASSERT _TALLY>0 after your REPLACE command. This will alert you while testing your application that a REPLACE didn't occur.
  10. Porównanie implementacji SQL - http://troels.arvin.dk/db/rdbms/
  11. Ciekay blog natemat VFP - http://todmeansfox.blogspot.com/2006_12_01_archive.html
  12. Projekty VFP na codeplex