Programatic Neighborhood Agent PNAgent
XenApp
Office 365 in the cloud
Unified communications | business intelligence | Enterprise Content Management |
Exchange online 25 GB (outlook & outlook Web App)/ Sharepoint/ Lync & Office Pro plus online NOT cloud access
Mac OS browser supported and encrypted
Geo redundant system 4 total copies exist in cloud for cold storage redundancy
database administration center w/ role based access control
Pure Cloud or [...]
Planning your Brand Document
As you plan your branded solution , create a Custom Brand Document.
For each screen element that you are going to brand do the following:
◆Determine what color scheme you want for your brand.
◆List 5 things you do and dont like top competitors
◆Gather image files that you want to use.
◆Determine what text changes need to be made [...]
facebook landing canvas design

So there is much mixed messages about Facebook Fan Pages, Canvas, Groups and Walls that it takes a good day to scramble and sort out all the legacy EOL and EOS crap just to figure out whats best to do…
Last year, Facebook announced its plan to deprecate FBML as a Facebook page administration platform over [...]
Planning Exchange 2010
OWA outlook web app is cross browser platform ffx ie and safari too
outlook anywhere is RPC over HTTPS
uses JET EDB database engine is core MS SQL Server 2000 CE Edition
you can access internal network shares if setup in Exchange 2010
Database Availability Groups DAG rocks!
its for reliability and recoverable almost like ” raid ” like CCR [...]
Quotes
If you do not master the latest in science and technology (the engines of prosperity) then your competitors will and you will perish. –Micho kaku
jsp form event code portfolio sample
<script language=”JavaScript”>
function checkForm()
{
if(document.theForm.password.value.length < 8){
alert (”All passwords MUST be a minimum of 8 characters in length”);
return false;
}
else
return true;
}
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != ‘function’) {
window.onload = func;
} else {
window.onload = function() {
if (oldonload) {
oldonload();
}
func();
}
}
}
function loadPleaseWaitPanel() {
if ( document.getElementById(’form’).value=’reset’ ) {
document.getElementById(’pleasewaitMessage’).style.display=’none’;
}
}
</script>
<jsp:include page=”passwordValidator.jsp” flush=”true” />
<form id=”theForm” name=”theForm” action=”<jsp:getProperty name=”thisBean” property=”targetUrl”/>” onSubmit=”return checkForm();loadPleaseWaitPanel();” method=”POST”>
<%
if (activationBean.isResetForm()) [...]
VBS desktop app notes
here are some kewl things I learned with VBS to use as a user interactive propmpt for a .vbs desktop application then if you wanna compile it into an exe use ScriptCryptor or the like:
‘ flatoutstart defining variables
strVariableArgument= “likeserver.names.etc”
strVariableArgument2= “aTargetContext”
strUserPrompt1 = InputBox(”intro for the prompt to user”, “Prompt Title Bar Name”, “Default Value in text [...]
Compile VBS script
I like using abyssmedia.com’s ScriptCryptor which uses blowfish as its algorithm for encrypting my source code I made .exes from.
AutoIT
http://www.autoitscript.com/site/autoit/
AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, [...]
