Deprecated: Assigning the return value of new by reference is deprecated in /home/seosem/public_html/weblog/wp-settings.php on line 520

Deprecated: Assigning the return value of new by reference is deprecated in /home/seosem/public_html/weblog/wp-settings.php on line 535

Deprecated: Assigning the return value of new by reference is deprecated in /home/seosem/public_html/weblog/wp-settings.php on line 542

Deprecated: Assigning the return value of new by reference is deprecated in /home/seosem/public_html/weblog/wp-settings.php on line 578

Deprecated: Function set_magic_quotes_runtime() is deprecated in /home/seosem/public_html/weblog/wp-settings.php on line 18
ACompetitorsChallenge

ACompetitorsChallenge

Christian Romance Novelist

Promote to Print on Demand Companies your eBook showing successful sales.
client : ChristianLoveNovels.com
Romance has been the top-selling genre in popular fiction for many years. In 2004 romance earned 1.2 billion dollars in sales revenue. Book Industry trends 2005 predicted a 50% INCREASE in religious book sales (including fiction) over the next five years.
And though Christian [...]

continue reading

XenApp

Thursday, December 15th, 2011 - Novell

Programatic Neighborhood Agent PNAgent

continue reading

Office 365 in the cloud

Wednesday, December 7th, 2011 - Windows Servers

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 [...]

continue reading

Planning your Brand Document

Tuesday, December 6th, 2011 - Client Resources

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 [...]

continue reading

facebook landing canvas design

Tuesday, December 6th, 2011 - Internet Websites

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 [...]

continue reading

Planning Exchange 2010

Thursday, December 1st, 2011 - Outlook/Exchange/Email

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 [...]

continue reading

Quotes

Tuesday, November 29th, 2011 - Uncategorized

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

continue reading

jsp form event code portfolio sample

Wednesday, September 28th, 2011 - Java, JavaScript / JSON

<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()) [...]

continue reading

VBS desktop app notes

Wednesday, September 14th, 2011 - VBS / Macros, VBScript

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 [...]

continue reading

Compile VBS script

Wednesday, September 14th, 2011 - Windows 7, Windows Servers, shell/terminal

I like using abyssmedia.com’s ScriptCryptor which uses blowfish as its algorithm for encrypting my source code I made .exes from.

continue reading

AutoIT

Wednesday, September 14th, 2011 - Windows 7, Windows Servers, shell/terminal

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, [...]

continue reading