Lost In Space: March 2008



JavaScript debug in IE

Friday, March 21, 2008
HOW-TO: Debug JavaScript in Internet Explorer
Microsoft Script Editor, a free component of Microsoft Office XP/2003
try IE7, change in IE tools -> internet options -> advanced, NOT check "Disable Script Debugging (other)" and "Disable Script Debugging (Internet Explorer)", re-start IE. View -> Script Debugger -> Open.
Microsoft Script Debugger
Visual Studio
DebugBar
trial for 60 days
Companion.JS
IETester
INTERNET EXPLORER 7 JAVASCRIPT DEBUGGING

IE7 and JavaScript: what needs to be fixed

IE7b2, is it intentionally this bad?
How IE7 Can Avoid Irrelevance

Tip: the MS Script Debugger
Debug Internet Explorer Javascript
Scripting Debugging in Internet Explorer

Javascript debugging: IE Option gotcha
in IE, the value property of an Option object is empty if the corresponding option tag doesn't hav a value attribute
TEAM REMOTE ASP DEBUGGER
Debugging Javascript in IE without Visual Studios
Companion.JS, which required Microsoft Script Debugger
IE Javascript Debugger
IE Developer toolbar
Debugging JavaScript
debugAtAllCosts
profillingJavascript
Traffic analysis
Fiddler
Ethereal
Debugging JavaScript using VS.NET and IE6.0
Debugging JavaScript in Your Applications
MSD, typeof
MSE - Microsoft Script Editor
Using the Microsoft Script Editor
in FrontPage

How to debug JavaScript with Visual Web Developer Express
VWD
Firebug Lite
Javascript Debugging With IE7
in VS2003
Debugging client JavaScript in Visual Studio 2005
try it at office
Debuggingjavascript in IE7
Debugging Javascript in IE7 - how to clear your Javascript cache
del /s “%USERPROFILE%\Local Settings\Temporary Internet Files\*.js”
ie7 javascript debugging
Debugging JavaScript with IE7
"For example, in the array that I am worked with, the data were in index 0 for IE and 1 for Firefox"
VS2005: HOW TO: Debug JavaScript on an aspx page
How script debugging works

What's Education

Sunday, March 16, 2008

Add ASP.Net Pages in SharePoint

Monday, March 03, 2008
Add Custom ASPX Pages or ASP.Net Pages in SharePoint
a) SharePoint designer

b) web part

c) _Layouts:
"the pages don't inherit the security and access rules from SP, the pages can be accessed from any site existing on that server farm. master Page integration is not possible. "
SharePoint 2007 - /_layouts and how to create pages that run in site context : _Layouts and VSWAP

Inside Windows SharePoint Service 3.0, Ch2, Application Page
"connot be customized on a site-by-site basis. ... perform better than site pages"


d) user controls using SmartPart
need WSS installed
need more research

e) using feature and WSP package
try the sample in Inside Microsoft Windows SharePoint Service V3 ch1, which not for asp.net, works fine.
Andrew Connell's Using ASP.Net 2.0 Code Behind files in SharePoint v3 Sites

f) using VSeWSS (Visual Studio extensions for WSS, now version 1.1)
need WSS installed
follow Building a simple ASP.Neet page based SharePoint application in Visual Studio with the Visual Studio Extensions for WSS CTP 1.1
I did not see anything in WSP View except manifest.xml, also the source code zip file corrupt.
found there is no 'SharePoint Solution' tab in my project properties. So VSeWSS may be not installed properly on my machine which have VS 2003, 2005 and 2002 installed.

g) Visual Studio 2005 Web Application Projects extension, now part of VS 2005 SP1.

Also, Application Development on MOSS 2007 & WSS V3

Toronto Code Camp 2008

Sunday, March 02, 2008
some notes I made at Toronto Code Camp 2008:
SharePoint Designer come from Front Page
based on ASP.Net 2.0
history list from SP List
WorkFlow history, WF associate Form
MOSS Standard, User Profile
InfoPath, pure XML
assicate BDC to list
javascript in SP Web part
todo, join UG
Developer Enviorment:
Windows 2003 Server, IIS, SQL Server and SharePoint
if not, copy sharepoint dll to dev machine, compile, test/debug will be big problem
against web service
Web Part in asp.net is same as the one in SP
Farm -> Web Application -> Site Collection -> Site
web.config, bin, ...
Site Collection - SPSite
Site - SPWeb
create new SPSite, must dispose (using)
WSS web service, user and group
to learn: Credential
Site -> Web -> Lists -> List -> ListItem
do not forget:
ListItem.Update();
Web Part:
Render
CreateChildControl
todo Hello World Web Part in SP
Event Handler
check Eli robillard's blog
ASP.Net AJAX
one, only one ScriptManager in a page
extension install on Web Server
VE Virtual Earth as platform
thought:
a) use VE instead of GM, license
b) 3D, for GE, Sketch Up, how about VE
SliverLight
.Net, VB.net, C#
CLR
Isolated Storage
Web Service (JSON, POX (?))
LINQ to Object
Rich Core Framework
Dynamic Language Runtime (DLR)
SliverPart on codeplax